On 21/01/14 12:37, basti wrote:
> I have installed Exim4 on my Debian Wheezy. All is running fine.
> Now I try to use "fixed_cram" authenticator for more security.
> [...]
> 250-AUTH LOGIN
> 250-STARTTLS

Not announcing plaintext AUTH mechs on unencrypted connections would make
your setup much more secure then adding CRAM-MD5;-)

You can do that by adding
server_advertise_condition = ${if eq{$tls_cipher}{}{no}{yes}}
to your LOGIN/PLAIN authenticators.

Start exim with -d-all+auth for debugging. See
> http://exim.org/exim-html-current/doc/html/spec_html/ch-the_exim_command_line.html
for more debugging switches.

Greetings, Wolfgang
-- 
Wolfgang Breyha <[email protected]> | http://www.blafasel.at/
Vienna University Computer Center | Austria

-- 
## List details at https://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/

Reply via email to