I'm practicing (and will be doing in a production environment once all of the kinks are worked out) moving a domain's email from one ZCS server to its own ZCS server. Both servers run 7.1.3 on RHEL6 x86_64. Here is my procedure so far (which seems to work fine), minus the changes needed with DNS, etc.
1) Mark all accounts in the domain as closed.
2) Perform a full backup of the accounts using zmbackup.
3) When backup is complete, use NFS to mount /opt/zimbra/backup on the new server.
4) Perform a restore of all of the accounts
5) Change the mail transport each account as they're restored (/opt/zimbra/bin/zmprov ma $account zimbraMailTransport smtp:psi-mail01.twtc.marianinc.com:7025)
6) Set all accounts as active on new server
7) Recreate all distribution lists
8) Test sending email from user to user (within the same domain) on the new mail server
9) Test sending email from user to external user
10) If all is well, delete the accounts off of the old mail server
The problem I have is step 8. Below is a paste (with redacted user/domain information) of /var/log/maillog on the new mail server.
Any help would be much appreciated. Thanks.Code:Oct 25 10:44:56 psi-mail01 postfix/smtpd[26833]: connect from psi-mail01.twtc.marianinc.com[10.0.1.9] Oct 25 10:44:57 psi-mail01 postfix/smtpd[26833]: 00973A58B1: client=psi-mail01.twtc.marianinc.com[10.0.1.9] Oct 25 10:44:57 psi-mail01 postfix/cleanup[26836]: 00973A58B1: message-id=<55e8a81c-f67b-4c20-8666-d390b71397bd@psi-mail01.twtc.marianinc.com> Oct 25 10:44:57 psi-mail01 postfix/smtpd[26833]: disconnect from psi-mail01.twtc.marianinc.com[10.0.1.9] Oct 25 10:44:57 psi-mail01 postfix/qmgr[6534]: 00973A58B1: from=<sender@domain.com>, size=1164, nrcpt=1 (queue active) Oct 25 10:44:57 psi-mail01 postfix/smtpd[26840]: connect from localhost[127.0.0.1] Oct 25 10:44:57 psi-mail01 postfix/smtpd[26840]: 51785A58B2: client=localhost[127.0.0.1] Oct 25 10:44:57 psi-mail01 postfix/cleanup[26836]: 51785A58B2: message-id=<55e8a81c-f67b-4c20-8666-d390b71397bd@psi-mail01.twtc.marianinc.com> Oct 25 10:44:57 psi-mail01 postfix/qmgr[6534]: 51785A58B2: from=<sender@domain.com>, size=1669, nrcpt=1 (queue active) Oct 25 10:44:57 psi-mail01 postfix/smtp[26837]: 00973A58B1: to=<receiver@domain.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.36, delays=0.03/0.01/0.09/0.24, dsn=2.0.0, status=sent (250 2.0.0 from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 51785A58B2) Oct 25 10:44:57 psi-mail01 postfix/qmgr[6534]: 00973A58B1: removed Oct 25 10:44:57 psi-mail01 postfix/smtp[26841]: 51785A58B2: to=<receiver@domain.com>, relay=psi-mail01.twtc.marianinc.com[10.0.1.9]:7025, delay=0.04, delays=0.01/0.02/0/0, dsn=5.5.2, status=bounced (host psi-mail01.twtc.marianinc.com[10.0.1.9] refused to talk to me: 500 5.5.2 Syntax error) Oct 25 10:44:57 psi-mail01 postfix/cleanup[26836]: 6A366A58C0: message-id=<20121025144457.6A366A58C0@psi-mail01.twtc.marianinc.com> Oct 25 10:44:57 psi-mail01 postfix/qmgr[6534]: 6A366A58C0: from=<>, size=3792, nrcpt=1 (queue active) Oct 25 10:44:57 psi-mail01 postfix/bounce[26842]: 51785A58B2: sender non-delivery notification: 6A366A58C0 Oct 25 10:44:57 psi-mail01 postfix/qmgr[6534]: 51785A58B2: removed Oct 25 10:44:57 psi-mail01 postfix/smtp[26841]: 6A366A58C0: to=<sender@domain.com>, relay=psi-mail01.twtc.marianinc.com[10.0.1.9]:7025, delay=0.05, delays=0.05/0/0/0, dsn=5.5.2, status=bounced (host psi-mail01.twtc.marianinc.com[10.0.1.9] refused to talk to me: 500 5.5.2 Syntax error)


LinkBack URL
About LinkBacks

