[Bug 56235] Re: Postfix fails to start at boot time
Without a way to reproduce the problem, and the fact that the conf file in the package does not look like that, I don't think we have a bug here. Combined with a lack of input for several years, I think it's time this is put to rest. ** Changed in: postfix (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in Ubuntu. https://bugs.launchpad.net/bugs/56235 Title: Postfix fails to start at boot time To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/56235/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 56235] Re: Postfix fails to start at boot time
Thank you for taking the time to report this bug and helping to make Ubuntu better. I noticed that the package version your bugging is updated in Maverick. Please update via www.ubuntu.com repost a detailed error report, and update the bug status. Thanks! -- 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 Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 56235] Re: Postfix fails to start at boot time
** Changed in: postfix (Ubuntu) Importance: Undecided => Low ** Changed in: postfix (Ubuntu) Importance: Low => Medium -- 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 Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 56235] Re: Postfix fails to start at boot time
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 Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 56235] Re: Postfix fails to start at boot time
If this can help anyhow - I am having the same problem on clean install with 8.10 Ubuntu server. -- 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 Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 56235] Re: Postfix fails to start at boot time
I have just installed 8.10 and have suffered exactly the same problem. Due to my attempt at upgrading an existing system having failed spectacularly, this was a completely clean install, so the faulty init.d file has to have come from the package. The install also failed to create the /var/spool/postfix/public/pickup FIFO. -- 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 Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs