there is no errors that I see and I get this message in centos 7 "you have new mail in /var/spool/mail/root" at the moment I can only send email. I do not get an error messages from yahoo or aol, so the emails are coming through except they are not showing in the inbox. this is what my dns zone looks like.... any ideas?
the server says "you have new mail in /var/spool/mail/root" The emails are going to the [email protected] account I cannot login to that because i did not setup the password
Here is the email error-log http://pastebin.com/dsDqZqYZ I get this in mail Log: " warning: do not list domain mywebsite.com in BOTH mydestination and virtual_mailbox_domains"
I used this to install ispconfig https://www.howtoforge.com/perfect-server-centos-7-x86_64-nginx-dovecot-ispconfig-3-p2
Try if ($ssl_protocol = "") { rewrite ^ https://$server_name$request_uri? permanent; } as a nginx-directive
I get warning when i scan the server (Deprecated SSL Protocol Usage) "The remote service accepts connections encrypted using SSLv2 and/or SSLv3, which reportedly suffers from several cryptographic flaws and has been deprecated for several years. An attacker may be able to exploit these issues to conduct man-in-the-middle attacks or decrypt communications between the affected service and clients." how do I force TLS 1.0 or newer? I used this to install the server The Perfect Server – CentOS 7 (Apache2, Dovecot, ISPConfig 3)