[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: exim to exim4 smarthost question



On  1 Aug  4:23, Paul Johnson wrote:
> What would the exim4 equivilent of this?
> 
> (in the Routers section)
> 
> smarthost:
>   driver = domainlist
>   transport = remote_smtp
>   domains = aol.com:netscape.net:furworld.org
>   route_list = * smtp.comcast.net byname
> 
> 

no_dialup:
        driver = manualroute
        domains = /etc/exim4/no_dialup_domains
        transport = remote_smtp
        route_list = * smtp.ntlworld.com

I use this (placed before the normal remote SMTP router) to send mail to
certain domains via my ISP's smarthost.

The file /etc/exim4/no_dialup_domains simply contains patterns like this:

*sourceforge.net

Although you should be able to use a list hard-coded in the config file
if you wanted to.


-- 
 .''`.     Jason Chambers <chambersj@thingy.org.uk>
: :'  :    Registered Linux user #271693 
`. `'`
  `-  Debian GNU/Linux - The Universal Operating System 

Attachment: pgpy84pt_QbRT.pgp
Description: PGP signature


Reply to: