Re: [exim] smarthost TLS authentication problem

Top Page
Delete this message
Reply to this message
Author: exim-users
Date:  
To: Exim
Subject: Re: [exim] smarthost TLS authentication problem
On 18/11/11 22:05, paul cooper wrote:

> Im going to end up with 2 smarthosts , both operating on port 465.
> Do i have to do a lookup in a file rather than configure it as
> separate authenticators within the file ?


I don't use this configuration myself anymore, but I previously wrote up
a method for using multiple authenticated smarthosts which used an
external file for picking what credentials to use based on the IP of the
smarthost being connected to. The external file was of this format:

192.168.0.1/32  : require_ssl=”true” type=”cram”        user=”myuser”
             pass=”mypass”
72.14.221.109/32: require_ssl=”true” type=”login,plain”
user=”myuser@???” pass=”mypass”
72.14.221.111/32: require_ssl=”true” type=”login,plain”
user=”myuser@???” pass=”mypass”


Here's my write up:

https://grepular.com/Exim_Client_Authentication_Recipe

--
Mike Cardwell https://grepular.com/ https://twitter.com/mickeyc
Professional http://cardwellit.com/ http://linkedin.com/in/mikecardwell
PGP.mit.edu 0018461F/35BC AF1D 3AA2 1F84 3DC3 B0CF 70A5 F512 0018 461F