I think I have managed to set TLS up OK and it all seems to work from
Thunderbird a treat :-)
But, Outlook won't play ball :-(
I am not using SPA and I think the bits below are the relevent sections
from exim.conf
It seems like outlook does not try to login?
any ideas?
TIA
Simon
------------------------------------
daemon_smtp_ports = 25 : 465 : 587
tls_on_connect_ports = 465
tls_advertise_hosts = *auth_advertise_hosts = ${if eq {$tls_cipher}{}{}{*}}
tls_certificate = /etc/ssl/certs/exim.crt
tls_privatekey = /etc/ssl/certs/exim.pem
PLAIN:
driver = plaintext
server_set_id = $auth2
server_prompts = :
server_condition = ${if pam{$auth2:$auth3}{yes}{no}}