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