raymond01 Posted March 11, 2012 Posted March 11, 2012 Problem with forwarding my email to a Gmail account in Cpanel.I can forward it to GMX.com and it gets there within seconds, Gmail takes a couple of days. This is the error message I get: This is an automatically generated Delivery Status NotificationTHIS IS A WARNING MESSAGE ONLY.YOU DO NOT NEED TO RESEND YOUR MESSAGE.Delivery to the following recipient has been delayed: ---@----.com (NOTE: I commented out the real email address)Message will be retried for 2 more day(s)Technical details of temporary failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 454 454 TLS currently unavailable (state 9). Looking up the error I found these --- Would somebody take a look and see it this is the cause of the delays. Thank You Raymond ------------------------------------------------------------------------------------------------ http://help.directadmin.com/item.php?id=376 I'm not getting email from gmail Last Modified: Jul 6, 2011, 12:35 pm As of mid-2011, gmail moved to using TLS more exlusively, where available (we're assuming, based on recent support requests). On many DA boxes, the /etc/exim.cert and /etc/exim.key files are not correctly setup, either permission or ownerhship, causing an error similar to: (SSL_CTX_use_PrivateKey_file file=/etc/exim.key): error:0200100D:system library:fopen:Permission deniedin your /var/log/exim/mainlog. The above error would be a non-readable key by "mail", other cases are caused by empty exim.cert or exim.key files. The solution is to ensure your exim.cert and exim.key are both readable by "mail" and have data in them. You can use this guide to ensure they're set correctly. Other related error messages from google: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 454 454 TLS currently unavailable (state 9). http://help.directadmin.com/item.php?id=245 How to create a new self-signed /etc/exim.cert and /etc/exim.key Last Modified: Jul 18, 2011, 12:24 am If you need to generate a new exim.cert and exim.key files, run: /usr/bin/openssl req -x509 -newkey rsa:1024 -keyout /etc/exim.key -out /etc/exim.cert -days 9000 -nodesand answer all questions with information you want the certificate to have. Once done, continue by typing: chown mail:mail /etc/exim.key chmod 644 /etc/exim.key chmod 644 /etc/exim.cert /etc/init.d/exim restartRelated error message in the /var/log/exim/mainlog: (SSL_CTX_use_PrivateKey_file file=/etc/exim.key): error:0200100D:system library:fopen:Permission deniedNote that the /etc/proftpd.conf uses them as well, hence the need for 644 on the key. ------------------------------------------------------------------------------------------------ http://www.google.com/support/forum/p/gmail/thread?hl=en&tid=2a748df20407a337 (too long to reproduce here)
Byron Posted March 11, 2012 Posted March 11, 2012 My account on Stevie is set up to forward mails to my gmail account. I just now tried emailing my account and recieved the email at gmail within seconds. What server are you on?
raymond01 Posted March 13, 2012 Author Posted March 13, 2012 Changed so it uses Google Apps MX records.
Recommended Posts