Re: Routing based on MX lookups (for selecting an outgoing mailserver)

2016-08-15 Thread joao
It can be done in a "per recipient basis" with a content filter running with filter_destination_recipient_limit = 1 and reinjecting the message to the selected outgoing mailserver. 15 de Agosto de 2016 às 16:17, wie...@porcupine.org escreveu: > Ian R. Justman: > >> Is the "smtpd_check_recipien

Re: Routing based on MX lookups (for selecting an outgoing mailserver)

2016-08-15 Thread Wietse Venema
Ian R. Justman: > Is the "smtpd_check_recipient_mx_access" more for incoming connections > rather than outgoing mails? These lookups happen while receiving mail. You could specify a FILTER action to force mail to go out in a particular direction, but FILTER affects all recipients of the message,

Routing based on MX lookups (for selecting an outgoing mailserver)

2016-08-15 Thread Ian R. Justman
Hi, all. I'm having a devil of a time dealing with various e-mail filtering services as well as service providers wanting to block mail from my servers, whether it's because I happen to have a VPS IP or what-have-you. I try to run a clean ship and pounce on any bad stuff as I see it. Anyw