Some emails are being delivered, some returned
- by Tom Broucke
I have my own VPS where a site is running (control panel: directadmin).
When I send mails, some are being delivered (hotmail, gmail, me@somedomain.com ,...), others are not ([email protected]), others are delivered after being greylisted ([email protected]).
/var/log/exim/mainlog
What could be the cause of this? Is the problem Sender-Side or Receiver-Side?
case 1: me@somedomain.com (delivered)
2012-06-20 15:02:03 1ShKXr-0005Sc-7g <= fiveyears@mydomain.com U=apache P=local S=1319 T="Password reset" from <[email protected]> for me@somedomain.com
2012-06-20 15:02:03 1ShKXr-0005Sc-7g gmail-smtp-in-v4v6.l.google.com [2a00:1450:8005::1b] Network is unreachable
2012-06-20 15:02:03 1ShKXr-0005Sc-7g => me@somedomain.com F=<[email protected]> R=lookuphost T=remote_smtp S=1355 H=gmail-smtp-in-v4v6.l.google.com [173.194.67.27] X=TLSv1:RC4-SHA:128 C="250 2.0.0 OK 1340196103 cp4si34336466wib.14"
2012-06-20 15:02:03 1ShKXr-0005Sc-7g Completed
case 2: me@somedomain2.com (not being delivered)
2012-06-21 09:57:14 1ShcGQ-0007No-5H <= info@mydomain.com H=localhost ([91.230.245.141]) [127.0.0.1] P=esmtpa A=login:info@mydomain.com S=740 [email protected] T="hey" from <[email protected]> for me@somedomain2.com
2012-06-21 09:57:14 1ShcGQ-0007No-5H ** me@somedomain2.com F=<[email protected]> R=virtual_aliases:
2012-06-21 09:57:14 1ShcGQ-0007Nt-7Z <= <> R=1ShcGQ-0007No-5H U=mail P=local S=1546 T="Mail delivery failed: returning message to sender" from <> for info@mydomain.com
2012-06-21 09:57:14 1ShcGQ-0007No-5H Completed
2012-06-21 09:57:14 1ShcGQ-0007Nt-7Z => info <[email protected]> F=<> R=virtual_user T=virtual_localdelivery S=1643
2012-06-21 09:57:14 1ShcGQ-0007Nt-7Z Completed
case 3: me@somedomain3.com (greylisted)
2012-06-21 15:29:02 1ShhRW-000862-BV <= info@mydomain.com H=localhost ([91.230.245.141]) [127.0.0.1] P=esmtpa A=login:info@mydomain.com S=782 [email protected] T="testmail squirrel" from <[email protected]> for me@somedomain3.com
2012-06-21 15:29:02 1ShhRW-000862-BV SMTP error from remote mail server after RCPT TO:<[email protected]>: host mx-cluster-b1.one.com [195.47.247.194]: 450 4.7.1 <[email protected]>: Recipient address rejected: Greylisted for 5 minutes
2012-06-21 15:29:02 1ShhRW-000862-BV == me@somedomain3.com R=lookuphost T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<[email protected]>: host mx-cluster-b2.one.com [195.47.247.195]: 450 4.7.1 <[email protected]>: Recipient address rejected: Greylisted for 5 minutes
Notice that the "from" in case1 differs in case2: fiveyears@mydomain.com or info@mydomain.com.
Thanks for your time!