[Bug 56235] Re: Postfix fails to start at boot time

Angel ane.linux at gmail.com
Sat Apr 11 22:04:22 BST 2009


in /etc/init.d/postifx, line 98 need to be changed from: if start-stop-daemon --start --exec ${DAEMON} -- quiet-quick-start; then
into: if start-stop-daemon --start --exec ${DAEMON} start; then

also line 111 from: if ${DAEMON} quiet-stop; then
into: if ${DAEMON} stop; then

This worked for me on ubuntu 8.10 server

angelo

-- 
Postfix fails to start at boot time
https://bugs.launchpad.net/bugs/56235
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.



More information about the Ubuntu-server-bugs mailing list