3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Maildrop MDA replacem...
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:Re: [maildropl] Maildrop MDA replacement in qmailActions...
From:up...@3.am (up@3.am)
Date:Jul 22, 2002 9:31:39 pm
List:net.sourceforge.lists.courier-maildrop

(sorry, I have to reply to the list to your private reply because email to you bounces due to your use of spambag and their blocking of all of sprintlink address space)...

On Fri, 19 Jul 2002, Sam Varshavchik wrote:

On Thu, 18 Jul 2002, up@3.am wrote:

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?

I haven't used qmail in five years, but even I still remember that you specify the default local delivery instructions as the sole argument to qmail-start. Replace the './Maildir' argument with '| /usr/local/bin/maildrop'.

yeah, but you're smarter than I am. Nothing in my experience running qmail (6 years and dozens of installs) would have clued me into taking out ./Maildir/', since that's the destination, not the MDA, but I guess the qmail rc file works alot like a .qmail file, at least after the part where qmail is invoked.

Anyway, the /var/qmail/rc now looks like this:

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

Mail delivery works, but filtering isn't. For system accounts, $HOME/.mailfilter is being ignored and for vpopmail accounts, ~vpopmail/domains/domain.com/user/.mailfilter is being ignored. The good news is that now Sqwebmail is creating recipes there for both types of accounts. There is no maildroprc file.

What am I missing?

Thanks again,