1 message in net.sourceforge.lists.courier-maildrop[maildropl] weirdness with vpopmail a...
FromSent OnAttachments
IainMar 12, 2003 10:20 pm 
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] weirdness with vpopmail and maildropActions...
From:Iain (ia@voffice.myspinach.org)
Date:Mar 12, 2003 10:20:45 pm
List:net.sourceforge.lists.courier-maildrop

Hi,

I am seeing some weird behaviour with SQL based aliases in vpopmail in combination with maildrop. Vdelivermail is a program that delivers emails to virtual mailboxes.

After setting EXT and HOST the following works:

cat testmail.txt | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

However this doesn't:

cat testmail.txt | maildrop mailfilter-test

when mailfilter-test is: import EXT import HOST VPOP="| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox" to "$VPOP"

I see vdelivermail: valiases processed but the mail is not sent on the alias destination. DOes maildrop modify the environment in some way that could be causing problems.

please help.