Modifications : etc/dovecot/dovecot.conf.m4 - moins verbeux
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 9 Dec 2015 10:51:36 +0000 (11:51 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 9 Dec 2015 10:51:36 +0000 (11:51 +0100)
etc/dovecot/dovecot.conf.m4

index 6711fad..0f2e604 100644 (file)
@@ -2,8 +2,8 @@ auth_mechanisms = plain
 auth_ssl_require_client_cert = no
        # NOTE: ne marche pas avec l'auth SASL depuis postfix qui ne fournit pas de certificat utilisateurice
 auth_ssl_username_from_cert = yes
-auth_verbose = yes
-auth_debug = yes
+auth_verbose = no
+auth_debug = no
 disable_plaintext_auth = yes
 first_valid_uid = 1000
 lda_mailbox_autocreate = no
@@ -50,7 +50,7 @@ local_name pop.veli-velo.org {
        ssl_cert = </etc/dovecot/veli-velo.org/pop/x509/crt+crl.self-signed.pem
        ssl_key  = </etc/dovecot/veli-velo.org/pop/x509/key.pem
  }
-mail_debug = yes
+mail_debug = no
 mail_home = /home/mail/data/%d/%n
 mail_location = maildir:/home/mail/data/%d/%n/Maildir:INDEX=/var/lib/dovecot-index/%d/%n:CONTROL=/var/lib/dovecot-control/%d/%n
        # NOTE: INDEX et CONTROL sont sur une partition sans quota comme le demande la doc
@@ -203,7 +203,7 @@ protocol pop3 {
         # NOTE: use GUIDs to avoid accidental POP3 UIDL changes instead of IMAP UIDs.
  }
 protocol sieve {
-       mail_debug = yes
+       mail_debug = no
        #mail_max_userip_connections = 10
        #managesieve_implementation_string = Dovecot Pigeonhole
        managesieve_max_compile_errors = 5