Re: [exim] smtp authentification with exim

Etusivu
Poista viesti
Vastaa
Lähettäjä: Jason L Tibbitts III
Päiväys:  
Vastaanottaja: rezeaux
Kopio: exim-users
Aihe: 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<