View Single Post

   
  #3 (permalink)  
Old 02-19-2008, 09:16 PM
Arun Dev
 
Posts: n/a
Default Re: postfix refuses to come at boot time

Hi

Simon wrote:
> ...
>
>>ls -l /etc/rc.d/rc.postfix
>>--------------------------
>>-rwxr-xr-x 1 root root 282 Feb 7 2004 rc.postfix*

>
>
> ...as does that, but:
>
>
>>/etc/rc.d/rc.postfix
>>--------------------
>>case "$1" in

>
>
> This should start with '#!/bin/sh' (or '#!/bin/bash') on a line on its
> own.


Ooh sorry! During my cut-and-paste over X that part got lost
It is there!

/etc/rc.d/rc.postfix
--------------------
#!/bin/sh
#
# Start/stop/restart the postfix MTA
#

case "$1" in
....

The problem still persists.

Arun

Reply With Quote