atom feed15 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: How to config...
FromSent OnAttachments
Alfredo MartinoJul 2, 2002 2:41 am 
Bill MichellJul 2, 2002 3:06 am 
M. JolicJul 2, 2002 4:18 am 
M. JolicJul 2, 2002 5:56 am 
Sam VarshavchikJul 2, 2002 6:20 am 
M. JolicJul 2, 2002 6:55 am 
Roland SchneiderJul 2, 2002 7:39 am 
Sam VarshavchikJul 2, 2002 7:42 am 
M. JolicJul 2, 2002 8:15 am 
Toni MattilaJul 2, 2002 8:19 am 
Roland SchneiderJul 2, 2002 9:02 am 
Toni MattilaJul 2, 2002 9:38 am 
Leonard ChanJul 2, 2002 6:55 pm 
Binand Raj S.Jul 2, 2002 8:54 pm 
M. JolicJul 4, 2002 6:08 am 
Subject:Re: [courier-users] Re: How to configure maildir
From:Binand Raj S. (bin@gmx.net)
Date:Jul 2, 2002 8:54:41 pm
List:net.sourceforge.lists.courier-users

On Wednesday 03 July 2002 07:25 am, Leonard Chan wrote:

I wanto to know if courier work fine with sendmail or if i have to install qmail.

I don't think sendmail can work directly with courier-imapd.

If procmail is the local delivery agent for sendmail, then this /etc/procmailrc delivers mails to ~/Maildir for all users:

root@mail[~] cat /etc/procmailrc DEFAULT=$HOME/Maildir/

One can fiddle around with procmail scripts for virtual domains also, I suppose. sendmail needn't be the issue here. The trailing slash is important, and when setup correctly, procmail will even create ~/Maildir for you.

Binand