1

Topic: Encrypted passwords in dovecot

is there a way to config dovecot to accept encrypted passwords instead of plain authentication ?
Thanks

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Encrypted passwords in dovecot

No. Client always send plain password.

3

Re: Encrypted passwords in dovecot

I changed "disable_plaintext_auth = no" to "disable_plaintext_auth = yes" in /etc/dovecot/dovecot.conf.
This way STARTTLS or TLS is mandatory. I think this setting should be default. What do you think?

4

Re: Encrypted passwords in dovecot

okoetter wrote:

I changed "disable_plaintext_auth = no" to "disable_plaintext_auth = yes" in /etc/dovecot/dovecot.conf.
This way STARTTLS or TLS is mandatory. I think this setting should be default. What do you think?

Good idea. Committed to the code repository moment ago:
https://bitbucket.org/zhb/iredmail/chan … 07d214998b