Re: [exim] the great TLS mystery

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: WJCarpenter
Dátum:  
Címzett: exim-users
Tárgy: Re: [exim] the great TLS mystery

> I do -- could we please see the authenticators and and setting with
> "tls" in the name? Including the output of running:


Sorry, I forgot to include the authenticators in my last message:

CRYPTO_OR_LOCALHOST = or {{!eq{$tls_cipher}{}}
{eq{$received_ip_address}{$sender_host_address}}}
auth_advertise_hosts = ${if CRYPTO_OR_LOCALHOST {*}{}}

dovecot_plain:
driver = dovecot
public_name = PLAIN
server_advertise_condition = ${if CRYPTO_OR_LOCALHOST {yes}{no}}
server_socket = /var/run/dovecot/auth-client
server_set_id = $auth1

dovecot_login:
driver = dovecot
public_name = LOGIN
server_advertise_condition = ${if CRYPTO_OR_LOCALHOST {yes}{no}}
server_socket = /var/run/dovecot/auth-client
server_set_id = $auth1