Re: Selective Relaying

2011-02-03 Thread lkml
Dominik Schulz: I'm currently planning to migrate an Exim mailserver to Postfix due to performance issues and security concerns. The Exim mailserver is configured to handle several virtual domains. If a recipient is not found in the virtual table, before rejecting this recipient, exim

Re: recipient_bcc_maps not working

2011-02-03 Thread lkml
l...@ds.gauner.org: I've configured recipient_bcc_maps to capture outgoing mail to some domains to debug delivery issues, i.e. some senders can't send mails to yahoo and yahoo wants the full body. So I thought I could just capture these mails using recipient_bcc_maps and later forward them to

recipient_bcc_maps not working

2011-02-02 Thread lkml
Hi, I've configured recipient_bcc_maps to capture outgoing mail to some domains to debug delivery issues, i.e. some senders can't send mails to yahoo and yahoo wants the full body. So I thought I could just capture these mails using recipient_bcc_maps and later forward them to yahoo. I've double

Trouble with multiple outgoing IPs and FILTER rules

2010-09-09 Thread lkml
Hi, when using multiple outbound IPs in master.cf and FILTER we encountered an unfortunate problem. Postfix seems not to update the nexthop when a filter matches in a multi-recipient mail. As you see from the log Postfix tries to deliver each mail to the same MX (in this case mx-ha01.web.de).

FILTER nexthop woes

2010-01-11 Thread lkml
Hi, I'm trying to use header_checks in conjunction with a pcre map to distribute certain mail traffic to certain outgoing transports. I've got a setup like this: --- main.cf snip --- header_checks = pcre:/etc/postfix/header.pcre --- snap --- --- header.pcre snip --- /^X-CUSTOMER-ID: ([0-9])/