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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to