What happens when you try to start the mta?
I goes back to stopped immediately.
Here is zip containing the /var/log/zimbra.log
You have sendmail running, or so it appears.
Mar 24 11:20:02 mail sendmail[2474]: k2OHK2xX002474: from=zimbra, size=393, class=0, nrcpts=1, msgid=<200603241720.k2OHK2xX002474@mail.myagilon.c om>, relay=zimbra@localhost
Mar 24 11:20:02 mail sendmail[2474]: k2OHK2xX002474: to=zimbra, ctladdr=zimbra (501/501), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30393, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
You need to kill this and make sure it doesn't start on reboots.
chkconfig sendmail off
I did what your said and here is what I got, I also attached the updated /var/log/zimbra.log:
[root@mail ~]# chkconfig sendmail off
[root@mail ~]# service sendmail off
Usage: /etc/init.d/sendmail {start|stop|restart|condrestart|status}
[root@mail ~]# service sendmail stop
Shutting down sendmail: [FAILED]
[root@mail ~]# service sendmail status
sendmail is stopped
[root@mail ~]# su zimbra
[zimbra@mail root]$ zmcontrol start
Host mail.myagilon.com
Starting ldap...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting mta...Done.
Starting snmp...Done.
Starting spell...Done.
[zimbra@mail root]$ zmcontrol status
Host mail.myagilon.com
antispam Running
antivirus Running
ldap Running
logger Stopped
mailbox Running
mta Stopped
snmp Stopped
spell Running
it's "su - zimbra" The - (dash) matters. This is what will load the zimbra env. What's in the log after you shutdown sendmail and try a restart?
The logger is not starting so I am not getting a log out in var/log, why would the logger & snmp not be starting?
[zimbra@mail ~]$ zmcontrol start
Host mail.myagilon.com
Starting ldap...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting mta...Done.
Starting snmp...Done.
Starting spell...Done.
[zimbra@mail ~]$ zmcontrol status
Host mail.myagilon.com
antispam Running
antivirus Running
ldap Running
logger Stopped
mailbox Running
mta Stopped
snmp Stopped
spell Running
Here is the /opt/zimbra/log/zimbra.log
There are currently 1 users browsing this thread. (0 members and 1 guests)