Le 29/06/2011 10:40, Paweł Ch. a écrit :
> Hi list,
> 
> How to forward mails when:
> a) mail is from domain "sender.domain.tld"
> and
> b) mail is send to u...@mydomain.tld

you can't do that directly in postfix. postfix rules (generally) apply
to a single parameter. in your case, that would be per sender or per
recipient, but not both. the reason is that this keeps the interface simple.

for your problem, you need a policy server, a milter, a content filter
or an MDA (maildrop, procmail).



> 
> and
> forward mail to 3 user "us...@mydomain.tld" "us...@mydomain.tld" and
> us...@mydomain.tld".
> 

please do not mix two questions in one. I do not understand this. if
it's unrelated, then virtual_alias_maps will do.

> Could you give me links to this feature to read about this?
> 
> 
> Thanks
> 

Reply via email to