On Sat, 1 Apr 2006 09:29:00 -0500
Gerard Seibert <[EMAIL PROTECTED]> wrote:

> I presently have Sendmail as my MTA. The mail in /var/mail is in MBOX 
> format. I wanted to change it to MAILDIR format.
> 
> 1) Is it possible for Sendmail to save in MAILBOX format directly?

sorry, no idea

> 2) If not, can ProcMail be used in this scenario? If so, how would I 
> configure it? I Googled and noticed something about ending directory 
> paths in '/' but I did not really understand what it was referring to.

# part of my global procmailrc

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

the / is about other procmail-rules, e.g. :

:0
* [EMAIL PROTECTED]
.Junk/


-- 
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to