Nigel Wade wrote: > > If you rely on STARTTLS, is it possible to enforce STARTTLS *before* > authentication, so some user doesn't configure their MUA to send their > credentials unencrypted? Since this is to allow non-local submission I don't > want this information being sent unencrypted.
Yes, server_advertise_condition in the authenticators is expanded, so you can test for TLS there. http://exim.org/exim-html-4.60/doc/html/spec.html/ch33.html#SECTauthexiser - Marc -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
