Re: [exim] smtp authentification with exim

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jason L Tibbitts III
Fecha:  
A: rezeaux
Cc: exim-users
Asunto: Re: [exim] smtp authentification with exim
>>>>> "r" == rezeaux <alainyameogo@???> writes:

r> however, my ssl seems not to work perfectly. i need all transaction
r> to be over tls, but when even if i disable ssl in my mail client, i
r> can send mails. this is not good.


Don't advertise auth over unencripted connections:

# Advertise logins only for encrypted connections
auth_advertise_hosts = ${if eq {$tls_cipher}{}{}{*}}

- J<