Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2007 14:27:15 +0100
From:      Olivier Regnier <oregnier@steelbox.org>
To:        freebsd-questions@freebsd.org
Subject:   FreeBSD6.2/Fetchmail,Procmail and Mutt
Message-ID:  <45F6A6B3.7040908@steelbox.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45F6A6B3.7040908>