Raymond Blum wrote:
> I am trying to set up a user's mail going to an executable. I have the
> ~/.forward file containing
> "| /home/raymond/mailrecvr"
> and "mailrecvr" has 777 permissions
That in itself can be a problem; recent versions of sendmail treat
unsafe permissions as an error, and will typically refuse to use such
files.
> ----- Transcript of session follows -----
> sh: mailrecvr not available for sendmail programs
Is your prog mailer ("Mprog" line in sendmail.cf) configured to use a
restricted shell (e.g. smrsh)? If so, you will have to take this into
account (e.g. smrsh only permits execution of programs which are in
/usr/adm/sm.bin).
--
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]