Quote:
|
Originally Posted by wayne I did a zmcontrol status and noticed that the MTA status is "stopped"
Trying to do a zmcontrol start, but I am getting asked to enter a password.
I have a feeling there may be some issue with my machine.
Thanks. |
Make sure you're the zimbra user when issuing these commands.
To start the MTA, we use a sudo command to start postfix - make sure there's a line in /etc/sudoers that looks like this:
%zimbra ALL=NOPASSWD:/opt/zimbra/postfix/sbin/postfix, /opt/zimbra/postfix/sbin/postalias, /opt/zimbra/postfix/sbin/qshape.pl
If it's there, trace the command:
su - zimbra
bash -x bin/postfix start
and see exactly where it fails.
If it's a sudo problem, check /var/log/messages for auth errors.