Quoting Ron Rademaker ([EMAIL PROTECTED]): > I'm using the following .procmailrc (in root homedir), when I fetch my I take it you mean ~ ^^^^ > mail, sendmail tells me it's forwarded to "|exec /usr/bin/procmail", and > then all mail is gone ;-(
Have you checked /var/spool/mail/$LOGNAME? Does the directory exist? With the right permissions? > ----------------.procmailrc------------------------- > > PATH=/usr/bin:/bin > MAILDIR=$HOME/mail > DEFAULT=$MAILDIR/root > LOGFILE=$MAILDIR/procmail.log > > :0: > * ^To: bla@ > -d bla What are the -d bits for? Do you really want these names? What does your .forward file look like. I use "|IFS=' ' && p=/usr/local/bin/procmail && test -f $p && ex ec $p -Yf- || exit 75 #username" (one line; exec is one word; the " quotes are present, the username is yours (presumably not root!); the local is unnecessary in Debian.) Cheers, -- Email: [EMAIL PROTECTED] Tel: +44 1908 653 739 Fax: +44 1908 655 151 Snail: David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA Disclaimer: These addresses are only for reaching me, and do not signify official stationery. Views expressed here are either my own or plagiarised.