equal
  deleted
  inserted
  replaced
  
    
    
|     66     first_valid_gid = 70000 |     66     first_valid_gid = 70000 | 
|     67     protocol lda { |     67     protocol lda { | 
|     68       postmaster_address = postmaster@YOUR-DOMAIN.TLD |     68       postmaster_address = postmaster@YOUR-DOMAIN.TLD | 
|     69     } |     69     } | 
|     70     auth default { |     70     auth default { | 
|     71       mechanisms = plain login cram-md5  |     71       mechanisms = cram-md5 login plain | 
|     72       passdb sql { |     72       passdb sql { | 
|     73         args = /etc/dovecot/dovecot-sql.conf |     73         args = /etc/dovecot/dovecot-sql.conf | 
|     74       } |     74       } | 
|     75       userdb sql { |     75       userdb sql { | 
|     76         args = /etc/dovecot/dovecot-sql.conf |     76         args = /etc/dovecot/dovecot-sql.conf | 
|    135  |    135  | 
|    136     # dovecot SASL |    136     # dovecot SASL | 
|    137     smtpd_sasl_type = dovecot |    137     smtpd_sasl_type = dovecot | 
|    138     smtpd_sasl_path = private/auth |    138     smtpd_sasl_path = private/auth | 
|    139     smtpd_sasl_auth_enable = yes |    139     smtpd_sasl_auth_enable = yes | 
|    140     smtpd_sasl_local_domain = $myhostname |    140     # keep smtpd_sasl_local_domain identical to Dovecot's auth_default_realm | 
|         |    141     # both are empty by default | 
|         |    142     # let it commented out if you want to use more than one domain | 
|         |    143     # its only required if you use the digest-md5 mechanism | 
|         |    144     # read more at: http://wiki.dovecot.org/Authentication/Mechanisms/DigestMD5 | 
|         |    145     #smtpd_sasl_local_domain = $mydomain | 
|    141     smtpd_sasl_security_options = noplaintext, noanonymous |    146     smtpd_sasl_security_options = noplaintext, noanonymous | 
|    142     #smtpd_sasl_security_options = noanonymous |    147     #smtpd_sasl_security_options = noanonymous | 
|    143     #broken_sasl_auth_clients = yes |    148     #broken_sasl_auth_clients = yes | 
|    144  |    149  | 
|    145     smtpd_recipient_restrictions = |    150     smtpd_recipient_restrictions = |