26 Sep
2006
26 Sep
'06
12:56 a.m.
--On Monday, September 25, 2006 3:46 PM -0400 Rich West Rich.West@wesmo.com wrote:
By default, for example, with Sendmail, it will place the email in /var/spool/mail (unless you change some back-end code somewhere along the line), and then you can use procmail (with a global procmailrc file in /etc) to place the mail where you want it to go..
I believe sendmail does no file delivery. It uses the configured local mailer to deliver to local users, and it's up to the local mailer's configuration to decide where to send the message. (On Red Hat derived systems, such as Fedora, procmail is configured as the default local mailer. See sendmail.mc.)