On Wed, Mar 25, 2009 at 6:16 AM, Rich Shepard <[email protected]> wrote: > On Wed, 25 Mar 2009, drew wymore wrote: > >> Does anything show up in /var/log/maillog? > > Yes. That's how I know that postfix received the message and passed it to > procmail. > >> Since it's in mbox format you should be able to cat the mailbox and grep >> for the message by sender/subject since you know what they are. Maybe it's >> an MUA issue and not the MTA which is unlikely but possible. > > I don't need to do this since the contents of /var/spool/mail/rshepard are > presented in ~/mail/INBOX.
Oh my. You still use mbox? In that case, learn about the file locking flag for procmail recipes and make sure you use it in all the right places. (IIRC, you can use it too much and usually not have an issue, it will just degrade performance.) If you have a missing lock, I could see how occasionally you'd lose a message. Good luck! Jason P.S. I hope I didn't just send you a wild goose chase. _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
