4 messages in net.sourceforge.lists.courier-maildrop[maildropl] problem with multiple rec...
FromSent OnAttachments
Thomas HugNov 5, 2003 4:22 am 
Martin LohmeierNov 5, 2003 4:52 am 
Thomas HugNov 5, 2003 5:04 am 
Martin LohmeierNov 5, 2003 5:11 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] problem with multiple receipientsActions...
From:Thomas Hug (to@nine.ch)
Date:Nov 5, 2003 4:22:59 am
List:net.sourceforge.lists.courier-maildrop

hi

i use postfix to deliver mails to maildrop (v1.6.3) via transportmap:

domain.com maildrop:

my master.cf:

maildrop unix - n n - - pipe flags=R user=vmail argv=/usr/bin/maildrop -d ${recipient}

i'm using the mysql extension.

now my problem:

if i send a mail to my virtual domain, to: correct adress and cc: nonexistent addess on the same domain, maildrop randomly

- accept both mails - reject both mails

if the correct address is parsed first, both get accepted, otherwise both get rejected!

i tried out the setting

local_destination_concurrency_limit = 1

but it doesn't seem to do any influence on the behaviour.

any ideas?

-tom