3 messages in net.sourceforge.lists.courier-maildrop[maildropl] Maildrop MDA replacement ...
FromSent OnAttachments
up...@3.amJul 18, 2002 8:52 pm 
up...@3.amJul 22, 2002 9:31 pm 
Lennart RegebroJul 23, 2002 12:23 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] Maildrop MDA replacement in qmailActions...
From:up...@3.am (up@3.am)
Date:Jul 18, 2002 8:52:41 pm
List:net.sourceforge.lists.courier-maildrop

I'm trying to implement maildrop in a qmail/vpopmail/sqwebmail/qmailadmin environment, but there are things about maildrop that I just can't parse in my feeble mind, despite reading all the docs, man pages and much of these archives (ugh, no archive search engine?). I've googled, read LWQ, but I'm still clueless.

First, I'm trying to use maildrop as a replacement MDA with qmail. All the docs say this is doable, but no instructions exist to do it (although both INSTALL and README tell you how to do it with Sendmail). I did manage to grock the following:

In config.h set:

#define DEFAULT_DEF "./Maildir/"

the only change to configure I did was:

--enable-sendmail=/var/qmail/bin/sendmail

Everything built and installed fine, and I can call maildrop in .qmail files, but this is not my idea of a "drop in replacement MDA". How does qmail know to use maildrop for local deliveries?

INSTALL also says:

* /usr/local/share/maildrop/scripts - A number of Perl and shell scripts will be installed here, <snip>

No, they aren't installed there, or anywhere I can find. In fact, the only thing under /usr/local/share/maildrop/ are the html-ized man pages.

While I'm ranting, a sample maildroprc file would be nice. I've found a very few maildrop recipes, but does a comprehensive list of examples exist anywhere?

Thanks in advance,