From d6cd11df635941a4e7d35e6e45b4e59cb8bd4469 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Fri, 04 Sep 2015 07:57:19 -0400
Subject: [PATCH] default for mount backup_dir set to no
---
install/tpl/debian6_dovecot2.conf.master | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/install/tpl/debian6_dovecot2.conf.master b/install/tpl/debian6_dovecot2.conf.master
index ee77f4e..669e19f 100644
--- a/install/tpl/debian6_dovecot2.conf.master
+++ b/install/tpl/debian6_dovecot2.conf.master
@@ -1,5 +1,5 @@
listen = *,[::]
-protocols = imap pop3 lmtp
+protocols = imap pop3
auth_mechanisms = plain login
disable_plaintext_auth = no
log_timestamp = "%Y-%m-%d %H:%M:%S "
@@ -42,6 +42,9 @@
group = postfix
mode = 0600
user = postfix
+ # For higher volume sites, it may be desirable to increase the number of active listener processes.
+ # A range of 5 to 20 is probably good for most sites
+# process_min_avail = 5
}
}
service imap-login {
@@ -61,4 +64,4 @@
protocol lmtp {
postmaster_address = webmaster@localhost
mail_plugins = quota sieve
-}
\ No newline at end of file
+}
--
Gitblit v1.9.1