On 2011-08-25 at 07:45 +0200, Jan Ingvoldstad wrote:
> On Thu, Aug 25, 2011 at 00:50, Frank Elsner <[email protected]>wrote:
> 
> > One idea might be to send bounces and only bounces from a different
> > interface/IP.
> > This avoids blacklisting of the interface/IP used to send all other
> > "normal" mail.
> >
> >
> That is a decent way of mitigating the risks, but I don't see how to do
> that.
> 
> Do you (or anyone else, for that matter) have an example?

# after "begin transports"

remote_smtp:
  driver = smtp
  interface = ${if eq{$sender_address}{}{192.0.2.1}{192.0.2.2}}

(untested)

-Phil

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to