12 messages in net.sourceforge.lists.courier-maildrop[maildropl] qmail w/maildrop 1.5 won'...
FromSent OnAttachments
up...@3.amNov 10, 2002 8:43 pm 
up...@3.amNov 12, 2002 10:35 am 
Matthias AndreeNov 12, 2002 11:54 am 
up...@3.amNov 12, 2002 2:02 pm 
Matthias AndreeNov 12, 2002 2:49 pm 
up...@3.amNov 12, 2002 3:23 pm 
Matthias AndreeNov 12, 2002 4:31 pm 
up...@3.amNov 12, 2002 5:57 pm 
Alexander StagunNov 12, 2002 6:35 pm 
up...@3.amNov 12, 2002 7:13 pm 
Matthias AndreeNov 13, 2002 3:34 am 
up...@3.amNov 13, 2002 6:31 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] qmail w/maildrop 1.5 won't spawn w/Maildir deliveryActions...
From:up...@3.am (up@3.am)
Date:Nov 10, 2002 8:43:42 pm
List:net.sourceforge.lists.courier-maildrop

I installed a recent FreeBSD ports patched version of qmail, and maildrop 1.5.0 from tarball, intending to use maildrop as the MDA. Everything builds and installs fine, but qmail spawns with Mailbox delivery, not Maildir. I've done this successfully before with older versions, but I must have missed something.

I edited maildrop/config.h:

#define DEFAULT_DEF "/Maildir"

I edited /var/qmail/rc:

exec env - PATH="/var/qmail/bin:$PATH" \ qmail-start | /usr/local/bin/maildrop splogger qmail

I put in a minimal maildroprc:

DEFAULT="$HOME/Maildir/" SENDMAIL="/var/qmail/bin/sendmail"

I must have missed something else here...TIA for a clue...