Re: [exim] smtp authentification with exim

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jason L Tibbitts III
Ημερομηνία:  
Προς: rezeaux
Υ/ο: exim-users
Αντικείμενο: 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<