View previous topic :: View next topic |
Author |
Message |
SpaceTom n00b


Joined: 24 Mar 2004 Posts: 27 Location: Germany, USA
|
Posted: Wed Mar 24, 2004 1:41 pm Post subject: rc problems with postfix |
|
|
I emerged postfix to handle my email traffic. Postfix runs good after found the right configuration.
Postfix comes with an rc-srcipt (that is realy simple btw)
Quote: | start() {
ebegin "Starting postfix"
/usr/sbin/postfix start &>/dev/null
eend $?
} |
If I start and stop postfix at the commandline, everthing works fine. But when I restart the server, the rc-script don't start postfix.
Quote: | mars root # rc-update show | grep postfix
postfix | default
|
I've no idea, what goes wrong. I didn't found entries in the logfile.
Any recomandations? |
|
Back to top |
|
 |
at6 Tux's lil' helper


Joined: 28 Nov 2002 Posts: 78 Location: /dev/null
|
Posted: Wed Mar 24, 2004 2:56 pm Post subject: |
|
|
hi,
workaround: try
instead of
Code: | # /etc/init.d/postfix restart |
worksforme[r]
regards,
marc _________________ debian: stable but lame! suse: unstable and lame! gentoo: stable and only 4 geeks!
Gadget tests! |
|
Back to top |
|
 |
SpaceTom n00b


Joined: 24 Mar 2004 Posts: 27 Location: Germany, USA
|
Posted: Sat Mar 27, 2004 4:30 pm Post subject: |
|
|
I don't want to do anything. When I start my system, i assume that every demon called by a rc-script runs and works.
The server doesn't have a screen or keyboard. If I start it, I don't want to open a ssh connection, type "postfix restart".
I'm wondering, why postfix doesn't work at start-up. The rc-sript seems to be correct. |
|
Back to top |
|
 |
|