Skip to content

Commit 4fd6d02

Browse files
committed
fix stray mail_plugins line in dovecot.conf
1 parent a65b051 commit 4fd6d02

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

install/tpl/debian6_dovecot2.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ protocol lmtp {
8888
#2.3+ group = vmail
8989
#2.3+ mode = 0660
9090
#2.3+ }
91-
#2.3+
91+
#2.3+
9292
#2.3+ unix_listener stats-writer {
9393
#2.3+ user = vmail
9494
#2.3+ group = vmail

install/tpl/debian_dovecot2.conf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ssl_min_protocol = TLSv1.2
1212
ssl_cipher_list = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
1313
ssl_prefer_server_ciphers = no
1414
mail_max_userip_connections = 100
15-
mail_plugins = $mail_plugins quota
15+
mail_plugins = quota
1616
passdb {
1717
args = /etc/dovecot/dovecot-sql.conf
1818
driver = sql
@@ -86,7 +86,7 @@ protocol lmtp {
8686
#2.3+ group = vmail
8787
#2.3+ mode = 0660
8888
#2.3+ }
89-
#2.3+
89+
#2.3+
9090
#2.3+ unix_listener stats-writer {
9191
#2.3+ user = vmail
9292
#2.3+ group = vmail

install/tpl/fedora_dovecot2.conf.master

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,13 @@ protocol lmtp {
7676
mail_plugins = quota sieve
7777
}
7878

79-
mail_plugins = $mail_plugins quota
80-
8179
#2.3+ service stats {
8280
#2.3+ unix_listener stats-reader {
8381
#2.3+ user = vmail
8482
#2.3+ group = vmail
8583
#2.3+ mode = 0660
8684
#2.3+ }
87-
#2.3+
85+
#2.3+
8886
#2.3+ unix_listener stats-writer {
8987
#2.3+ user = vmail
9088
#2.3+ group = vmail

install/tpl/opensuse_dovecot2.conf.master

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,13 @@ protocol lmtp {
7575
mail_plugins = quota sieve
7676
}
7777

78-
mail_plugins = $mail_plugins quota
79-
8078
#2.3+ service stats {
8179
#2.3+ unix_listener stats-reader {
8280
#2.3+ user = vmail
8381
#2.3+ group = vmail
8482
#2.3+ mode = 0660
8583
#2.3+ }
86-
#2.3+
84+
#2.3+
8785
#2.3+ unix_listener stats-writer {
8886
#2.3+ user = vmail
8987
#2.3+ group = vmail

0 commit comments

Comments
 (0)