On Mon, Nov 23, 2009 at 1:07 PM, Mark Nipper <[email protected]> wrote: > On 23 Nov 2009, Cameron Smith wrote: > > Our mail is hosted at gmail. > > You could add a router towards the top of your list of > routers that looks something like: > --- > smarthost: > driver = manualroute > route_list = example.com > aspmx.l.google.com:alt1.aspmx.l.google.com:alt2.aspmx.l.google.com:aspmx2.googlemail.com:aspmx3.googlemail.com > transport = remote_smtp > ---
As a minor tweak, we use the following config to simulate the priorities of the suggested Google Apps MX records: hosts_randomize = true route_list = example.com aspmx.l.google.com:+:alt1.aspmx.l.google.com:alt2.aspmx.l.google.com:+:aspmx2.googlemail.com:aspmx3.googlemail.com:aspmx4.googlmail.com:aspmx5.googlemail.com -jbp -- Jay Parker, Systems Manager, UALR Computing Services [email protected] 501-569-3345 http://ualr.edu/jbparker -- ## 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/
