Search found 2 matches
- Wed Mar 12, 2014 6:00 pm
- Forum: Mail Server
- Topic: I do not receive Gmail emails
- Replies: 8
- Views: 14894
Re: I do not receive Gmail emails
Hi, I had this problem. main.log kept giving a TLS error for google. (SSL_CTX_use_certificate_chain_file file=/etc/pki/tls/certs/exim.pem): error:0200100D:system library:fopen:Permission denied something like this. I was using a custom self-signed certificate to move away from the default vestacp on...
- Wed Mar 12, 2014 12:47 pm
- Forum: Mail Server
- Topic: Spamassassin not tagging emails?
- Replies: 2
- Views: 7439
Re: Spamassassin not tagging emails?
Check to make sure postfix is installed and running. I've had similar issues and found the cause to be postfix wasn't running. Hope that helps. Doesn't vestacp uninstall postfix on install? Hm... only on debian. if [ -e /etc/init.d/postfix ]; then update-rc.d -f postfix remove service postfix stop ...