From: Alex Dehnert Date: Mon, 27 Aug 2012 03:58:19 +0000 (-0400) Subject: Merge branch 'upstream' (Lucid->Precise transition) X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=0637072e2f3a9898a6166b344587d9663f8ba632;hp=02f40af4ac9fee81306c5d0182fa4c480c1a22f5;p=sysconfig%2Fdovecot.git Merge branch 'upstream' (Lucid->Precise transition) --- diff --git a/conf.d/10-auth.conf b/conf.d/10-auth.conf index d5d2a45..d08f345 100644 --- a/conf.d/10-auth.conf +++ b/conf.d/10-auth.conf @@ -121,7 +121,7 @@ auth_mechanisms = plain !include auth-system.conf.ext #!include auth-sql.conf.ext #!include auth-ldap.conf.ext -#!include auth-passwdfile.conf.ext +!include auth-passwdfile.conf.ext #!include auth-checkpassword.conf.ext #!include auth-vpopmail.conf.ext #!include auth-static.conf.ext diff --git a/conf.d/10-logging.conf b/conf.d/10-logging.conf index ac6c827..7633a67 100644 --- a/conf.d/10-logging.conf +++ b/conf.d/10-logging.conf @@ -59,6 +59,7 @@ plugin { # Prefix for each line written to log file. % codes are in strftime(3) # format. #log_timestamp = "%b %d %H:%M:%S " +log_timestamp = "%Y-%m-%d %H:%M:%S " # Space-separated list of elements we want to log. The elements which have # a non-empty variable value are joined together to form a comma-separated diff --git a/conf.d/10-mail.conf b/conf.d/10-mail.conf index 9c05710..d32dcd1 100644 --- a/conf.d/10-mail.conf +++ b/conf.d/10-mail.conf @@ -28,6 +28,7 @@ # # #mail_location = +mail_location = maildir:~/.maildir # If you need to set multiple mailbox locations or want to change default # namespace settings, you can do it by defining namespace sections. @@ -114,6 +115,9 @@ # Typically this is set to "mail" to give access to /var/mail. #mail_privileged_group = +# TODO: AWD: We used to include this. Do we still need it? +#mail_privileged_group = mail + # Grant access to these supplementary groups for mail processes. Typically # these are used to set up access to shared mailboxes. Note that it may be # dangerous to set these if users can create symlinks (e.g. if "mail" group is diff --git a/conf.d/10-master.conf b/conf.d/10-master.conf index f0e79ab..019c1fd 100644 --- a/conf.d/10-master.conf +++ b/conf.d/10-master.conf @@ -85,9 +85,11 @@ service auth { } # Postfix smtp-auth - #unix_listener /var/spool/postfix/private/auth { - # mode = 0666 - #} + unix_listener /var/spool/postfix/private/auth { + mode = 0660 + user = postfix + group = postfix + } # Auth process is run as this user. #user = $default_internal_user diff --git a/conf.d/10-ssl.conf b/conf.d/10-ssl.conf index d8af795..4cff433 100644 --- a/conf.d/10-ssl.conf +++ b/conf.d/10-ssl.conf @@ -9,8 +9,8 @@ # dropping root privileges, so keep the key file unreadable by anyone but # root. Included doc/mkcert.sh can be used to easily generate self-signed # certificate, just make sure to update the domains in dovecot-openssl.cnf -ssl_cert =