Thread: Is this normal?
View Single Post
  #4 (permalink)  
Old 11-18-2005, 08:53 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default 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.
Reply With Quote