procmail

Henning, Brian B.Henning at navitaire.com
Fri Feb 27 14:00:13 PST 2004


I tried removing everything in my recipes file, but that didn't work.
Any more thoughts?

Thanks,

brian

-----Original Message-----
From: albi [mailto:albi at saynotomicrosoft.org] 
Sent: Friday, February 27, 2004 3:24 PM
To: freebsd-questions at freebsd.org
Subject: Re: procmail


On Fri, 27 Feb 2004 14:56:50 -0600
"Brian H" <b1henning at hotmail.com> wrote:


> I am trying to get procmail to send email to my Maildir in my home
> directory, but
> it keeps putting it in /var/mail/henninb. I am sure I just missed a
> setting, can someone help point it out. here is how everything is
> setup currently.
------ cut for brevity ------
> ~/.pmdir> cat recipes
> :0:
> * ^FROM:.*(aol.com|spamsenders)
> /dev/null
> 
> :0:
> Inbox/
> 
> cat .qmail
> |preline /usr/bin/procmail -t ~/.procmailrc || exit 111
> 
> 
> cat .procmailrc
> VERBOSE=on
> MAILDIR=$HOME/Maildir/
> PMDIR=$HOME/.pmdir
> LOGFILE=$PMDIR/log

here's an example with postfix + procmail (looks like you should remove
the :0: Inbox lines :

$ less .forward 
|/usr/bin/procmail

$ less .procmailrc
VERBOSE=off
SHELL=/bin/sh
DEFAULT=$HOME/Maildir/
ORGMAIL=$HOME/Maildir/
MAILDIR=$HOME/Maildir/
PMDIR=$HOME/.procmail
LOGFILE=$PMDIR/log

_______________________________________________
freebsd-questions at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list