Re: [exim] Multiple smarthosts with both TLS and SSL

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: paul cooper
CC: exim-users
Subject: Re: [exim] Multiple smarthosts with both TLS and SSL
On 2011-12-09 at 07:06 +0000, paul cooper wrote:
> i looked (briefly) at compiling 4.77 , but the stunnel bit is working
> OK. its TLS that isnt.


Does not compute. I think you meant "authentication that isn't".

> Its doing the server lookup. How do i tell it to use the
> username/password from the lookup file ?


The server advertises, in the EHLO response, which in Gmail's case will
currently ordinarily be:
250-AUTH LOGIN PLAIN XOAUTH

In your exim.conf, in the "begin authenticators" section, you should
have an authenticator with "public_name = PLAIN". If that authenticator
has both a client_name and a client_secret setting, it will be used.
Those two settings are expanded strings, so can be anything you want.

-Phil