7 Jun
2012
7 Jun
'12
8:56 p.m.
Hi,
I need to set up a weird dovecot configuration:
- outside a ssl tunnel I'd like to authenticate only with cram-md5 scheme
- inside a ssl tunnel I'd like to authenticate only with plain auth
The first is easily satisfied with
auth_mechanisms = plain cram-md5 disable_plaintext_auth = yes
but I don't know how to satisfy the second condition, if it's possible.
Thanks for help, Emiliano Rago