MTA not starting

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
559jwilson
Posts: 47
Joined: Fri Sep 12, 2014 10:08 pm

MTA not starting

Post by 559jwilson »

mta not starting in zimbra 3.0.1. Postfix is running and here is the out put from sh -x bin/zmmtactl status. Any trouble shooting tips are appreciated.
+ BASE=/opt/zimbra

+ SCRIPTS='zmmtaconfigctl postfix zmsaslauthdctl'

+ case "$1" in

+ STATUS=0

+ for i in '$SCRIPTS'

+ /opt/zimbra/bin/zmmtaconfigctl status

+ R=0

+ '[' 0 -ne 0 ']'

+ for i in '$SCRIPTS'

+ /opt/zimbra/bin/postfix status

+ R=0

+ '[' 0 -ne 0 ']'

+ for i in '$SCRIPTS'

+ /opt/zimbra/bin/zmsaslauthdctl status

cat: /opt/zimbra/cyrus-sasl-2.1.21.ZIMBRA/state/saslauthd.pid: No such file or directory

+ R=1

+ '[' 1 -ne 0 ']'

+ STATUS=1

+ exit 1
559jwilson
Posts: 47
Joined: Fri Sep 12, 2014 10:08 pm

MTA not starting

Post by 559jwilson »

Here is output from the zmsetup.log file.


ERROR: service.INVALID_REQUEST (invalid request: specified zimbraMtaAuthHost does not correspond to a valid service hostname: vikings.transolutions.net)

ERROR: account.DOMAIN_EXISTS (domain already exists: mail.transolutions.net)

ERROR: account.ACCOUNT_EXISTS (account already exists: admin@mail.transolutions.net)

ERROR: account.ACCOUNT_EXISTS (account already exists: root@mail.transolutions.net)

ERROR: account.ACCOUNT_EXISTS (account already exists: postmaster@mail.transolutions.net)

creating /opt/zimbra/conf/swatchrc

Error: key trial_expiration_date is not set

Host mail.transolutions.net

Starting antispam...Done.

Starting antivirus...Done.

Starting logger...Done.

Starting mailbox...Done.

Starting mta...FAILED

getService: sasl

getService: webxml

getService: perdition

DO: /opt/zimbra/postfix/sbin/postconf -e content_filter='smtp-amavis:[127.0.0.1]:10024'

DO: /opt/zimbra/postfix/sbin/postconf -e myhostname='mail.transolutions.net'

DO: /opt/zimbra/postfix/sbin/postconf -e recipient_delimiter=''

DO: /opt/zimbra/postfix/sbin/postconf -e smtpd_sasl_auth_enable='yes'

DO: /opt/zimbra/postfix/sbin/postconf -e smtpd_tls_auth_only='no'

DO: /opt/zimbra/postfix/sbin/postconf -e disable_dns_lookups='no'

DO: /opt/zimbra/postfix/sbin/postconf -e message_size_limit='20480000'

DO: /opt/zimbra/postfix/sbin/postconf -e relayhost=''

DO: /opt/zimbra/postfix/sbin/postconf -e smtpd_recipient_restrictions='reject_non_fqdn_recipient, permit_sasl_authenticated, permit_mynetworks, reject_invalid_hostname, reject_non_fqdn_sender, reject_unauth_destination, permit'

postsuper: Requeued: 40 messages

saslauthd[12892] :set_auth_mech : failed to initialize mechanism zimbra
559jwilson
Posts: 47
Joined: Fri Sep 12, 2014 10:08 pm

MTA not starting

Post by 559jwilson »

i got the MTA started. But I am seeing something weird in my logs. It looks like everything it trying to authenticate to my test server instead of the production server. And I can reach the zimbraAdmin page for the production server still. anyone help or pointers are appreciated.
Post Reply