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 |