dovecot-2.2-pigeonhole: Example config: disabled default section...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Tue Jul 31 02:24:36 EEST 2012


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/e6d102e6f0fc
changeset: 1638:e6d102e6f0fc
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Mon Jul 16 21:36:23 2012 +0200
description:
Example config: disabled default sections for managesieve and managesieve-login services.
This currently breaks uninstall when the settings plugins are removed and 20-managesieve.conf
remains in conf.d directory. These sections only need to be active in the config file when settings
for the services themselves need to be disabled.

diffstat:

 doc/example-config/conf.d/20-managesieve.conf |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 6ceeb6421231 -r e6d102e6f0fc doc/example-config/conf.d/20-managesieve.conf
--- a/doc/example-config/conf.d/20-managesieve.conf	Thu Jul 12 23:57:50 2012 +0200
+++ b/doc/example-config/conf.d/20-managesieve.conf	Mon Jul 16 21:36:23 2012 +0200
@@ -7,7 +7,7 @@
 
 # Service definitions
 
-service managesieve-login {
+#service managesieve-login {
   #inet_listener sieve {
   #  port = 4190
   #}
@@ -26,12 +26,12 @@
 
   # If you set service_count=0, you probably need to grow this.
   #vsz_limit = 64M
-}
+#}
 
-service managesieve {
+#service managesieve {
   # Max. number of ManageSieve processes (connections)
   #process_count = 1024
-}
+#}
 
 # Service configuration
 


More information about the dovecot-cvs mailing list