3 messages in net.sourceforge.lists.courier-maildrop[maildropl] Documention for maildrop ...
FromSent OnAttachments
Amish MunshiNov 20, 2005 6:03 am 
Sam VarshavchikNov 20, 2005 6:42 am 
Amish MunshiNov 20, 2005 7:39 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] Documention for maildrop filtering.Actions...
From:Amish Munshi (amis@fastmail.fm)
Date:Nov 20, 2005 6:03:39 am
List:net.sourceforge.lists.courier-maildrop

Hello All,

I have some very trivial doubt for maildrop filtering for virtual domains hosting. Cant find any documentation related to the problem that I am facing.

I am configuring virutal hosting using maildrop.

Assume that I have 2 virtual domains, domain1.com and domain2.com

My current .mailfilter looks like this

if ( hasaddr("use@domain1.com") ) { cc "/home/vmail/domain1.com/user1/Maildir/" } if ( hasaddr("use@domain1.com") ) { cc "/home/vmail/domain1.com/user2/Maildir/" }

If I send a *single* mail to use@domain.com,use@domain1.com then multiple copies of the same mail gets copied to both users. Now if I replace the cc and use to, then only the first user (user1) will get 2 copies of the same mail.

I have not even started thinking about what will happen if the address is in the Bcc field. I am sure that there is some very simple solution for this, I just cant find it on the Internet.

Amish.