equal
  deleted
  inserted
  replaced
  
    
    
   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     # keep smtpd_sasl_local_domain identical to Dovecot's auth_default_realm  | 
   140     # Keep smtpd_sasl_local_domain identical to Dovecot's auth_default_realm:  | 
   141     # both are empty by default  | 
   141     # empty. Both are empty by default. Let it commented out.  | 
   142     # let it commented out if you want to use more than one domain  | 
   142     # Read more at: http://wiki.dovecot.org/Authentication/Mechanisms/DigestMD5  | 
   143     # its only required if you use the digest-md5 mechanism  | 
   143     #smtpd_sasl_local_domain =  | 
   144     # read more at: http://wiki.dovecot.org/Authentication/Mechanisms/DigestMD5  | 
         | 
   145     #smtpd_sasl_local_domain = $mydomain  | 
         | 
   146     smtpd_sasl_security_options = noplaintext, noanonymous  | 
   144     smtpd_sasl_security_options = noplaintext, noanonymous  | 
   147     #smtpd_sasl_security_options = noanonymous  | 
   145     #smtpd_sasl_security_options = noanonymous  | 
   148     #broken_sasl_auth_clients = yes  | 
   146     #broken_sasl_auth_clients = yes  | 
   149   | 
   147   | 
   150     smtpd_recipient_restrictions =  | 
   148     smtpd_recipient_restrictions =  |