[Dovecot] Authentication issue
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
Hi Emiliano,
Emiliano Rago wrote:
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
You might try to set up two instances of dovecot, one for plain, one for ssl:
http://wiki2.dovecot.org/RunningDovecot#Running_Multiple_Invocations_of_Dove...
Regards Daniel
On 06/09/2012 09:19 PM, Daniel Parthey wrote:
Hi Emiliano,
Emiliano Rago wrote:
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
You might try to set up two instances of dovecot, one for plain, one for ssl:
http://wiki2.dovecot.org/RunningDovecot#Running_Multiple_Invocations_of_Dove...
Uhmmm, I don't like too much that solution, anyway, thank you very much!
Regards, Emiliano
participants (2)
-
Daniel Parthey
-
Emiliano Rago