Dave Lugo, 2010-07-03 16:09: > This is my complete acl for auth, nothing > else needed in it: > > acl_check_auth: > > # > # The following rules force auth to require STARTTLS. > # > accept encrypted = * > deny message = TLS encryption required
I would strongly recommend against this. This does not stop Exim from announcing that AUTH PLAIN is supported, so clients would send AUTH PLAIN together with their login information, e.g. "AUTH PLAIN AGZvbwBiYXI=", so it's too late to reject it. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
