postfix not started Postfix didn't start.
ps auxww | grep postfix - is it really not running? If anything shows up, kill it and run "postfix start" as zimbra - see if that fixes it.
If it's not running, run postfix start and check /var/log/zimbra.log for errors. If it complains about missing certificates or other TLS errors, check the forums for info on cert creation and install.
Is sendmail running, or a different postfix process? If so, stop it (/etc/init.d/sendmail stop) and disable it (chkconfig sendmail off) and start postfix.
If there's another error, post it here and we'll figure it out. |