FreeBSD6.2/Fetchmail,Procmail and Mutt

Olivier Regnier oregnier at steelbox.org
Tue Mar 13 13:26:38 UTC 2007


Hello,

I have a imap account and i want use procmail for filtering electronic 
mail directly on the imap server. I have 2 configuration files.

.fetchmailrc (chmod 600)
poll imp.server.org with proto IMAP
user 'me at server.org' there with password 'mypassword' is 'olivier' here 
keep;
mda "/usr/local/bin/procmail -Y -d %T"

.procmailrc
# settings
VERBOSE=yes
LOGNAME=olivier
SHELL=/usr/local/bin/zsh
PATH=/bin:/usr/bin:/usr/local/bin:$HOME/bin
MAILDIR=imaps://imp.server.org/
DEFAULT=$MAILDIR/INBOX
LOGFILE=$HOME/.procmail/procmail.log

:0:
* ^To:.*me at imapserver.org
$DEFAULT/Stuff

:0
$DEFAULT

I don't know what happened but filtering don't work at all. It is 
possible to use procmail directly on the server ?

Thank you :)

Olivier Regnier


More information about the freebsd-questions mailing list