Code:
3293 Deferrals
From the logs, I can see that the deferrals are happening when an email is being sent to anything @ eliteventuremedia.com, as in this example:
Code:
Oct 19 20:17:05 linode334443 postfix/pickup[5563]: B97D921F0F: uid=0 from=<root>
Oct 19 20:17:05 linode334443 postfix/cleanup[5662]: B97D921F0F: message-id=<20131020001705.B97D921F0F@linode334443.eliteventuremedia.com>
Oct 19 20:17:05 linode334443 postfix/qmgr[5565]: B97D921F0F: from=<root@linode334443.eliteventuremedia.com>, size=515, nrcpt=1 (queue active)
Oct 19 20:17:35 linode334443 postfix/smtp[5651]: connect to mail.eliteventuremedia.com[69.164.213.78]:25: Connection timed out
Oct 19 20:17:35 linode334443 postfix/smtp[5651]: B97D921F0F: to=<jon @ eliteventuremedia.com>, relay=none, delay=30, delays=0.01/0/30/0, dsn=4.4.1, status=deferred (connect to mail.eliteventuremedia.com[69.164.213.78]:25: Connection timed out)
eliteventuremedia.com (fqdn = linode321621.eliteventuremedia.com) is a different linode/ip than linode334443.eliteventuremedia.com, but there is a DNS record for linode334443.eliteventuremedia.com pointing to the ip of the linode with all the deferrals.
From what I found, when an email from linode334443 is being sent to
anything@eliteventuremedia.com, it looks up the MX record for linode334443.eliteventuremedia.com, doesn't find one, so then goes to the mx record for eliteventuremedia.com, which will not let it connect.
eliteventuremedia.com has an mx and can send and recieve mail fine. linode334443.eliteventuremedia.com is only used to send from wordpress forms, so there is no mx. It has several domains on it, but they use thirdparty email.
Anything I can do to linode334443.eliteventuremedia.com so it can send mail to
anything@eliteventuremedia.com? I think it would just be for notifications from the system. root has an alias of hosting @ eliteventuremedia.com for this purpose. Also, why in the logs, do we see emails like
root@linode334443.eliteventuremedia.com when they emails at fqdn don't exist?