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:Lennart Regebro (lenn@torped.se)
Date:Jul 23, 2002 12:23:40 am
List:net.sourceforge.lists.courier-maildrop

From: <up@3.am>

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.

Good question. :-) Your setup seems similar to mine, and to the person who wrote the "Courier-IMAP + Maildrop + QMail with Virtual Domains HOWTO". I followed it and it worked.

http://howtos.eoutfitters.net/email/

The changes it recommended from a default maildrop compile was these:

Run the configure script: ./configure --enable-userdb --enable-syslog=1 Edit maildrop/config.h, and make the following changes: change DEFAULT_DEF to: #define DEFAULT_DEF ``./Maildir''

add this line: #define MAILBOX_MODE ``0600''

change TRUSTED_USERS to: #define TRUSTED_USERS ``root mail daemon alias''

Maybe that will help?