Dovecot digest-md5/cram-md5 configuration

Discussion in 'Server Operation' started by Solairaj, Dec 21, 2016.

  1. Solairaj

    Solairaj New Member

    Configure cram-md5/digest md5 mechanism for pop3/imap server,the same mechanism can be used for postfix authentication by mentioning the call file in postfix main.cf as below
    smtpd_sasl_type=dovecot
    smtpd_sasl_path=private/auth
    smtpd_sasl_local_domain=
     

    Attached Files:

  2. Arunkumar8019

    Arunkumar8019 New Member

    Hello i didn't understand th content you have written in pdf so can you please explain with clear screenshots with commands?
     
  3. tivanov

    tivanov New Member

    Try to use this SASL settings:
    Code:
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_authenticated_header = yes
    smtpd_sasl_local_domain = $myhostname
    smtpd_sasl_security_options = noanonymous
    smtpd_sasl_type = dovecot
    smtpd_sasl_path = private/auth
    broken_sasl_auth_clients = yes
    
     

Share This Page