Re: [exim] AUTH over TLS only

Etusivu
Poista viesti
Vastaa
Lähettäjä: Jakob Hirsch
Päiväys:  
Vastaanottaja: Marco
Kopio: exim-users
Uudet otsikot: Re: <SPAM> Re: [exim] AUTH over TLS only
Aihe: Re: [exim] AUTH over TLS only
Marco wrote:

> Can I send a custom SMTP error (ex. You must use an encrypted
> session!!), when exim4 reject an non-encrypted authentication session?


No. If AUTH was not advertised, Exim will say something like "AUTH not
advertised". But proper smtp clients will not use AUTH unless it was
advertised, so that's nothing to worry about.
If you want to tell people that you need TLS for AUTH, you could use a
custom smtp_banner, but few people will ever see (let alone read) it.