On Fri, 2003-11-28 at 13:55, Edwin Humphries wrote: > For some unknown reason, sendmail has started putting mail into /home/usr/Mail/mbox > files, rather than /var/spool/mail/usr files.
*snip* > We were doing some fooling around with procmail to allow spamassassin to work, but > that (as far as I know) has all been disabled. Well, it would only be procmail (if that is indeed your MDA) putting it there. And barring any other rules defining where procmail puts stuff, it'll end up being delivered to the location set in the DEFAULT variable. So check the user's .procmailrcs, and the systemwide config file /etc/procmailrc. A real solution could be something along the lines of putting DEFAULT=/var/mail/$LOGNAME in /etc/procmailrc. -- Pete -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
