Glen Barber wrote: > Hi folks. > > I'm using exim4 on ubuntu edgy. My objective is to only use my gmail > smarthost when sending from my [EMAIL PROTECTED] and [EMAIL PROTECTED] > accounts, but when i send from my registered domain account, not to route to > the smarthost. I've googled for the past 2 days, and haven't found anything > pertinent. Can someone point me in the right direction in the docs, or let > me know if this is not possible? > > Thanks
Generic options for routers http://www.exim.org/exim-html-current/doc/html/spec_html/ch15.html Look for "condition" using $sender_address (the envelope sender) or $header_from: AND some other test to make sure you don't make yourself an open relay if someone spoofs the sender. Manual Route http://www.exim.org/exim-html-current/doc/html/spec_html/ch20.html -- The Exim Manual http://www.exim.org/docs.html http://www.exim.org/exim-html-current/doc/html/spec_html/index.html -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
