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.
--
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs