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=”[email protected]” pass=”mypass”
72.14.221.111/32: require_ssl=”true” type=”login,plain”
user=”[email protected]” 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

Attachment: signature.asc
Description: OpenPGP digital signature

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