View Single Post

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

Thomas Overgaard wrote:
> Arun Dev wrote :
>
>
>>if [ -x /etc/rc.d/rc.postfix]; then

>
>
> Your missing a space right after "postfix", the line should be:
> if [ -x /etc/rc.d/rc.postfix ]; then


You saved my day!

Many thanks!!

Arun
Reply With Quote