Not sure on the **best** way, but I setup a /etc/exim/routes file with
the following:

*:                      192.1.1.20:192.1.1.21

Then in my /etc/exim/exim.conf file, I placed the following in my routers
section before dns lookups:

mymanualroute:
   driver = manualroute
   domains = !+local_domains
   route_data = ${lookup{$domain}partial-lsearch{/etc/exim/routes}} 
   hosts_randomize 
   transport = remote_smtp

Hosts/IPs changed to protect the innocent.

--
Brandon



On Tue, Apr 29, 2008 at 08:26:26AM -0700, Marc Perkel wrote:
> I've ashed this before and I don't think I got an answer. Does anyone 
> know a good way to set up exim to send outgoing mail on a 
> rotating/random set of IP addresses? The idea being to get around per IP 
> rate limiting on the other end. If no one has done this I can probably 
> eventually figure it out but why reinvent the wheel.
> 
> Thanks in advance.
> 
> 
> -- 
> ## List details at http://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/

Attachment: pgpuNLD0u5N1F.pgp
Description: PGP signature

-- 
## List details at http://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