I'm running RH linux 6.0 and attempting to get qmail to put
incoming messages into the traditional /var/spool/mail/username
place. it seems the RH version of /bin/mail has different 
arguments than expected in the standard 1.03 source distro.

RH linux seems to be BSD-style /bin/mail. The binm1+df file
in the boot directory includes this snippet:

 /bin/mail -f "${SENDER:-MAILER-DAEMON}" -d "$USER"'

But the linux /bin/mail complains about both -f and -d
args. What's a better way to get this done? What are the
magic args to /bin/mail to get this to work?

Reply via email to