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