View Single Post
  #1 (permalink)  
Old 02-05-2008, 04:38 AM
goetzi goetzi is offline
Project Contributor
 
Posts: 223
Default [SOLVED] Moved zimbra to new server - mail gets deferred

Hi,

I moved my Zimbra install to a new server this night. Now I have the problem that all emails get into the deferred queue with the error "mail transport unavailable".

Here the zimbra.log of one example message sent from outside:

Quote:
[zimbra@zimbra opt]$ tail -n 2000 /var/log/zimbra.log | grep 665171A74BFA
Feb 5 12:27:09 zimbra postfix/smtpd[32521]: 665171A74BFA: client=localhost.localdomain[127.0.0.1]
Feb 5 12:27:09 zimbra postfix/cleanup[32383]: 665171A74BFA: message-id=<193.187.11.245.1202210668.wm@webmail.inode.at>
Feb 5 12:27:09 zimbra postfix/qmgr[31926]: 665171A74BFA: from=<s.preitler@inode.at>, size=2097, nrcpt=1 (queue active)
Feb 5 12:27:09 zimbra amavis[31461]: (31461-03) FWD via SMTP: <s.preitler@inode.at> -> <martina.kaufmann@schuelerunion.at>,BODY=8BITMIM E 250 2.6.0 Ok, id=31461-03, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 665171A74BFA
Feb 5 12:27:09 zimbra amavis[31461]: (31461-03) Passed CLEAN, [62.99.145.6] [193.187.11.245] <s.preitler@inode.at> -> <martina.kaufmann@schuelerunion.at>, Message-ID: <193.187.11.245.1202210668.wm@webmail.inode.at>, mail_id: QhH+nBrDqKjO, Hits: -2.599, size: 1467, queued_as: 665171A74BFA, 4845 ms
Feb 5 12:27:09 zimbra postfix/smtp[32445]: A90CC1A74BF5: to=<martina.kaufmann@schuelerunion.at>, orig_to=<martina@schuelerunion.at>, relay=127.0.0.1[127.0.0.1]:10024, delay=4.9, delays=0.03/0/0.01/4.9, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 665171A74BFA)
Feb 5 12:28:09 zimbra postfix/qmgr[31926]: 665171A74BFA: to=<martina.kaufmann@schuelerunion.at>, relay=none, delay=60, delays=0.13/60/0/0, dsn=4.3.0, status=deferred (mail transport unavailable)
One thing is very interesting: that only happens for the domain schuelerunion.at

The delivery to another domain (michael@glatter-goetz.de which is an alias of michael.glatter-goetz@schuelerunion.at) works fine:

Quote:
[zimbra@zimbra opt]$ tail -n 2000 /var/log/zimbra.log | grep 3DNDm0GPUI4K

Feb 5 12:29:43 zimbra amavis[31464]: (31464-02) Checking: 3DNDm0GPUI4K [62.99.145.7] <s.preitler@inode.at> -> <michael.glatter-goetz@schuelerunion.at>
Feb 5 12:29:48 zimbra amavis[31464]: (31464-02) Passed CLEAN, [62.99.145.7] [193.187.11.245] <s.preitler@inode.at> -> <michael.glatter-goetz@schuelerunion.at>, Message-ID: <193.187.11.245.1202210821.wm@webmail.inode.at>, mail_id: 3DNDm0GPUI4K, Hits: -2.599, size: 1425, queued_as: 25C441A74BF9, 4705 ms

[zimbra@zimbra opt]$ tail -n 2000 /var/log/zimbra.log | grep 25C441A74BF9
Feb 5 12:29:48 zimbra postfix/smtpd[32521]: 25C441A74BF9: client=localhost.localdomain[127.0.0.1]
Feb 5 12:29:48 zimbra postfix/cleanup[2706]: 25C441A74BF9: message-id=<193.187.11.245.1202210821.wm@webmail.inode.at>
Feb 5 12:29:48 zimbra postfix/qmgr[31926]: 25C441A74BF9: from=<s.preitler@inode.at>, size=2067, nrcpt=1 (queue active)
Feb 5 12:29:48 zimbra amavis[31464]: (31464-02) FWD via SMTP: <s.preitler@inode.at> -> <michael.glatter-goetz@schuelerunion.at>,BODY=8BITMIME 250 2.6.0 Ok, id=31464-02, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 25C441A74BF9
Feb 5 12:29:48 zimbra amavis[31464]: (31464-02) Passed CLEAN, [62.99.145.7] [193.187.11.245] <s.preitler@inode.at> -> <michael.glatter-goetz@schuelerunion.at>, Message-ID: <193.187.11.245.1202210821.wm@webmail.inode.at>, mail_id: 3DNDm0GPUI4K, Hits: -2.599, size: 1425, queued_as: 25C441A74BF9, 4705 ms
Feb 5 12:29:48 zimbra postfix/smtp[32445]: 668B41A74C00: to=<michael.glatter-goetz@schuelerunion.at>, orig_to=<michael@glatter-goetz.de>, relay=127.0.0.1[127.0.0.1]:10024, delay=4.8, delays=0.05/0/0/4.7, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 25C441A74BF9)
Feb 5 12:29:48 zimbra postfix/lmtp[31975]: 25C441A74BF9: to=<michael.glatter-goetz@schuelerunion.at>, relay=zimbra.glatter-goetz.de[78.46.48.66]:7025, delay=0.4, delays=0.01/0.01/0.01/0.38, dsn=2.1.5, status=sent (250 2.1.5 OK)
Feb 5 12:29:48 zimbra postfix/qmgr[31926]: 25C441A74BF9: removed
What can this be? I don't know why the mails are not delivered and this is a real showstopper.

Please help me!

- Michael
Reply With Quote