TFyre
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by TFyre-
While the permissions command does work in some specific situations, I would excercise caution in copy/pasting commands. Specifically, that command is also changing the permissions of the pending...
-
Seems it was a permission issue on some certs for us fixed with : find /var/cpanel/ssl/domain_tls/* -type d -not -perm 755 -exec chmod -v 755 {} \; YES YES YES!! Thanks, confirmed fixed!!
-
@cPRex, it affects alot of people, if you can paste the correct snippets for exim.conf it would be awesome!! SNI config in exim is still broken SNI in dovecot works fine You can test with: FAILS...
-
SNI config in exim is still broken SNI in dovecot works fine You can test with: FAILS: openssl s_client -showcerts -connect mail.company.com:465 -servername mail.company.com WORKS: openssl s_clien...