OK....
Ran zmprov gs SERVER | grep -i mtaauth and got a return of ERROR: account.NO_SUCH_SERVER (no such server: SERVER)
Ran zmsetup.pl again to add the MTAAuthServer, and it was unset, although I know that I've set it before. Set the server address in 5/2, applied, and get Starting Servers...Done, Operations logged...., Configuration complete.
If I open that log file though I can see that mta is still coming up with the same issues:
Host mta.rcps.info
Starting antispam...Done.
Starting antivirus...Done.
Starting mta...FAILED
getService: sasl
getService: webxml
getService: mailbox
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='mta.rcps.info'
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='yes'
DO: /opt/zimbra/postfix/sbin/postconf -e disable_dns_lookups='no'
DO: /opt/zimbra/postfix/sbin/postconf -e message_size_limit='10240000'
DO: /opt/zimbra/postfix/sbin/postconf -e relayhost=''
DO: /opt/zimbra/postfix/sbin/postconf -e smtpd_recipient_restrictions='reject_non_fqdn_reci $
saslauthd[1175] :set_auth_mech : failed to initialize mechanism zimbra
Starting snmp...Done.
I opened the config file from zmsetup.pl as well:
AVUSER=admin@rcps.info
CREATEADMIN=admin@rcps.info
CREATEDOMAIN=rcps.info
DOCREATEADMIN=no
DOCREATEDOMAIN=yes
EXPANDMENU=no
HOSTNAME=mta.rcps.info
HTTPPORT=80
HTTPSPORT=443
IMAPPORT=143
IMAPSSLPORT=993
LDAPHOST=ldap.rcps.info
LDAPPORT=389
MODE=http
MTAAUTHHOST=mail.rcps.info
POPPORT=110
POPSSLPORT=995
REMOVE=no
RUNAV=yes
RUNSA=yes
SMTPDEST=admin@rcps.info
SMTPHOST=mta.rcps.info
SMTPNOTIFY=yes
SMTPSOURCE=admin@rcps.info
SNMPNOTIFY=yes
SNMPTRAPHOST=mta-rcps-info.local
SPELLURL=
STARTSERVERS=yes
UPGRADE=yes
USESPELL=no
INSTALL_PACKAGES="zimbra-core zimbra-mta zimbra-snmp "
MTAAuth host is listed in the config output, but each time I re-open zmsetup.pl it's marked as UNSET again. Is there another place I should be making this change? |