Hi! > The configuration and testing went pretty well for a time. So far, I'm > only testing in-house accounts. I created two users, connect to > squirrelmail, create an email for the other user and send it. > Squirrelmail/imap show it in the send folder. When I log in as the other > user, no email. I checked mail.log and mail.info and it appears the mail > went through postfix. ProcMail is complaining that it doesn't have the > right security to write to the log file. > > Any ideas?
Have you configured procmail to deliver to Maildir style folders? -------- $ cat /etc/procmailrc SHELL=/bin/sh # Maildir format MAILDIR=$HOME/Maildir/ DEFAULT=$MAILDIR LOGFILE=$HOME/.procmail.log # -------- and in /etc/postfix/main.cf mailbox_command = procmail -a "$EXTENSION" Regards -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

