[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IMAPd on openbSD 3.5 (wich one?)



Alexander Farber said:
> On Fri, May 07, 2004 at 10:16:08AM +0200, Per-Olov Sj?holm wrote:
>> I have not tried Courier as I deliver my local mail with sendmail (in
>> mbox
>> format) that can't deliver to Maildir format that Courier uses.
>
> Are you sure about that? I have the following in
> ~/.procmailrc and it works just fine with Courier-IMAP/SSL
> from the ports since sendmail uses procmail as local mailer:
>
> DROPPRIVS=yes
> PATH=/home/alex/bin:/bin:/usr/bin:/usr/local/bin
> YEARMONTH=`date +%Y-%m`
> DEFAULT=$MAILDIR/$YEARMONTH-Inbox
> MAILDIR=$HOME/Maildir
> #VERBOSE=on
> LOGFILE=$MAILDIR/logfile
>
> :0
> * ^TO_.*openbsd\.(org|com)
> .$YEARMONTH-OpenBSD/



Of course you can change the local mailer... But I use the default mailer.

root@xanadu:~#egrep '^Mlo' /etc/mail/sendmail.cf
Mlocal,         P=/usr/libexec/mail.local, F=lsDFMAw5:/|@qrmn9S,
S=EnvFromL/HdrFromL, R=EnvToL/HdrToL,


/Per-Olov