]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Add comments at dovecot config for wheezy
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Jan 2014 15:44:39 +0000 (13:44 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Jan 2014 15:44:39 +0000 (13:44 -0200)
templates/dovecot/dovecot.conf.wheezy.erb

index a4e2ed86d8b639c136e97b789c6c557f44599b0a..a7ddf0698f42a66921491d80bad85fbdac123a88 100644 (file)
@@ -1,6 +1,9 @@
 # 2.1.7: /etc/dovecot/dovecot.conf
 # OS: Linux 2.6.32-5-vserver-amd64 x86_64 Debian 7.3 ufs
+
+# See http://help.directadmin.com/item.php?id=348
 listen = *
+
 auth_mechanisms = plain login
 log_timestamp = "%Y-%m-%d %H:%M:%S "
 login_log_format_elements = user=<%%u> method=%m %c
@@ -28,10 +31,17 @@ service auth {
   }
   user = root
 }
+
+# PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
+# dropping root privileges, so keep the key file unreadable by anyone but
+# root.
 ssl_cert = </etc/ssl/certs/cert.crt
+ssl_key = </etc/ssl/private/cert.pem
 
+# SSL ciphers to use
+# See http://www.virtualmin.com/node/25057
 ssl_cipher_list = HIGH:MEDIUM:+TLSv1:!SSLv2:+SSLv3
-ssl_key = </etc/ssl/private/cert.pem
+
 userdb {
   args = uid=5000 gid=5000 home=/var/mail/virtual/%u allow_all_users=yes
   driver = static