3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Problems with qmail +...
FromSent OnAttachments
Andrea RielaJun 20, 2003 3:27 am 
Benjamin TomhaveJun 20, 2003 6:30 am 
Sam VarshavchikJun 20, 2003 6:47 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] Problems with qmail + qmail-scanner (os: openbsd 3.3)Actions...
From:Benjamin Tomhave (btom@sofast.net)
Date:Jun 20, 2003 6:30:39 am
List:net.sourceforge.lists.courier-maildrop

So, you're going to create .qmail files for every user, eh? Sounds like fun. Some things to check/try: -Not sure you need preline in your .qmail file. Try without it. -Make sure your mailfilter is in UNIX format. vi file then :se ff=unix and then save. This has been at least a couple people lately (me included). -Where's the rest of your mailfilter file? Are you importing HOST and EXT? What's your SHELL set to for vpopmail? etc., etc. -Log entries? If you used a toaster, logs are possibly in /var/log/qmail/current or similar. You can also set the -V flag on maildrop to get verbose logging to standard error (possibly same locale as aforemention). -You need exit statements after your to statements, just to be clean and neat, I think. -Instead of to "../abuse/Maildir" try using to "! abu@domain.com". This effectively forwards the message to the other account. Or, try using the full path to abuse and strip /Maildir off the end because I think it's implied (could be wrong here). -For testing/simplicity, try stripping the exceptions out. You can always try adding them back later. I could not get my mailfilters working with the current maildrop with exceptions in place.

Failing all of the above, please send more info.

cheers,

-ben

Hi folks,

I have a problem. I've installed qmail + vpopmail 5.3.20 + f-prot + spamassassin + qmail-scanner + maildrop 1.4.0 on obsd 3.3. Qmail-scanner with f-prot and spamassassin works: the qmail-scanner's test (./contrib/test_installation.sh -doit) is ok! I've added .qmail & mailfilter on ro@domain.dom (/home/vpopmail/domains/domain.dom/root) like these:

.qmail file:

| preline maildrop mailfilter

mailfilter file:

if (/^X-Spam-Flag: *YES/) { exception { to "../abuse/Maildir" } } else { exception { to "./Maildir/" } }

Both chmod 600 and chown vpopmail:vchkpw.

But it doesn't work. The spam email for ro@domain.dom arrives in the root Maildir, and not in the abuse Maildir. I have to redirect the spam emails for (example) ro@domain.dom to abu@domain.dom, for each domain. Could you help me?

Thanks for all Best Regards

Ps: /home/vpopmail/domains is an alias for /mail.