Dovecot Configuring CRAM-MD5 Authentication Support

Source: Internet
Author: User
Tags dovecot

Reference 1:HTTP://WIKI2.DOVECOT.ORG/HOWTO/CRAM-MD5

Reference 2:http://susam.in/blog/auth-cram-md5/

    1. In/etc/dovecot/conf.d/10-auth.cof, modify auth_mechanisms = Cram-md5, and then remove the comment before!include Auth-passwdfile.conf.ext #

    2. /etc/dovecot/conf.d/auth-passwdfile.conf.ext, modify to the following content

Passdb {

Driver = Passwd-file

#args = Scheme=crypt Username_format=%u/etc/dovecot/users

args = Scheme=cram-md5/etc/cram-md5.pwd

}

3. In the Add/etc/cram-md5.pwd file, note the permissions of the file, if the user after using the Send message does not have read access to this file, will not be able to log on successfully, only test, can be modified to 777

4. Error occurred in the process, can view/var/log/syslog


Dovecot Configuring CRAM-MD5 Authentication Support

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.