summaryrefslogtreecommitdiff
path: root/dovecot/dovecot-config.patch
blob: 05a9fb5d92221713a567bcf5716707785965cc06 (plain)
    1 diff -Nru dovecot-ce-2.3.0.orig/doc/example-config/conf.d/10-ssl.conf dovecot-ce-2.3.0/doc/example-config/conf.d/10-ssl.conf
    2 --- dovecot-ce-2.3.0.orig/doc/example-config/conf.d/10-ssl.conf	2018-01-27 16:56:45.984507980 +0100
    3 +++ dovecot-ce-2.3.0/doc/example-config/conf.d/10-ssl.conf	2018-01-27 16:57:08.627035390 +0100
    4 @@ -9,8 +9,8 @@
    5  # dropping root privileges, so keep the key file unreadable by anyone but
    6  # root. Included doc/mkcert.sh can be used to easily generate self-signed
    7  # certificate, just make sure to update the domains in dovecot-openssl.cnf
    8 -ssl_cert = </etc/ssl/certs/dovecot.pem
    9 -ssl_key = </etc/ssl/private/dovecot.pem
   10 +ssl_cert = </etc/ssl/certs/dovecot.crt
   11 +ssl_key = </etc/ssl/keys/dovecot.key
   12  
   13  # If key file is password protected, give the password here. Alternatively
   14  # give it when starting dovecot with -p parameter. Since this file is often
   15 diff -Nru dovecot-ce-2.3.0.orig/doc/example-config/conf.d/auth-system.conf.ext dovecot-ce-2.3.0/doc/example-config/conf.d/auth-system.conf.ext
   16 --- dovecot-ce-2.3.0.orig/doc/example-config/conf.d/auth-system.conf.ext	2018-01-27 16:56:45.984507980 +0100
   17 +++ dovecot-ce-2.3.0/doc/example-config/conf.d/auth-system.conf.ext	2018-01-27 16:57:08.627035390 +0100
   18 @@ -7,12 +7,12 @@
   19  # PAM is typically used with either userdb passwd or userdb static.
   20  # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
   21  # authentication to actually work. <doc/wiki/PasswordDatabase.PAM.txt>
   22 -passdb {
   23 -  driver = pam
   24 +#passdb {
   25 +  #driver = pam
   26    # [session=yes] [setcred=yes] [failure_show_msg=yes] [max_requests=<n>]
   27    # [cache_key=<key>] [<service name>]
   28    #args = dovecot
   29 -}
   30 +#}
   31  
   32  # System users (NSS, /etc/passwd, or similar).
   33  # In many systems nowadays this uses Name Service Switch, which is
   34 @@ -26,11 +26,11 @@
   35  # Shadow passwords for system users (NSS, /etc/shadow or similar).
   36  # Deprecated by PAM nowadays.
   37  # <doc/wiki/PasswordDatabase.Shadow.txt>
   38 -#passdb {
   39 -  #driver = shadow
   40 +passdb {
   41 +  driver = shadow
   42    # [blocking=no]
   43    #args = 
   44 -#}
   45 +}
   46  
   47  # PAM-like authentication for OpenBSD.
   48  # <doc/wiki/PasswordDatabase.BSDAuth.txt>

Generated by cgit