Re: [exim] TLS and Outlook

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Simon Faulkner
日付:  
To: exim-users
題目: Re: [exim] TLS and Outlook
> At least some versions of outlook only support LOGIN authentication, not
> PLAIN.



Thank you soooo much Marc, I have battled with this one all day and now
you have fixed it for me :-)

LOGIN:
   driver                     = plaintext
   server_set_id              = $auth1
   server_prompts             = <| Username: | Password:
   server_condition        = ${if pam{$auth1:$auth2}{yes}{no}}
   server_advertise_condition = ${if def:tls_cipher }



Bliss.

Simon