Postfix fails to start at boot time
Bug #56235 reported by
Tony Green
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
postfix (Debian) |
Incomplete
|
Unknown
|
|||
postfix (Ubuntu) |
Invalid
|
Medium
|
LaMont Jones |
Bug Description
Binary package hint: postfix
When the postfix script in /etc/init.d runs, postfix fails to start and a message "postfix/
Changing the line which reads:
"if start-stop-daemon --start --exec ${DAEMON} -- quiet-quick-start; then"
to
"if start-stop-daemon --start --exec ${DAEMON} -- start; then"
remedies the problem.
This is a new installation of Kubuntu 6.06.
Changed in postfix: | |
status: | Unconfirmed → Needs Info |
Changed in postfix: | |
status: | Invalid → New |
Changed in postfix: | |
status: | Unknown → New |
Changed in postfix: | |
status: | New → Incomplete |
Changed in postfix (Ubuntu): | |
importance: | Undecided → Low |
importance: | Low → Medium |
To post a comment you must log in.
On Sun, Aug 13, 2006 at 01:11:45PM -0000, Tony Green wrote:
> Changing the line which reads:
> "if start-stop-daemon --start --exec ${DAEMON} -- quiet-quick-start; then"
> to
> "if start-stop-daemon --start --exec ${DAEMON} -- start; then"
> remedies the problem.
> This is a new installation of Kubuntu 6.06.
This sounds more like an upgrade issue... That or someone broke postfix- script to not support the extra commands...
/etc/postfix/
lamont