Skip to content

Commit 03d4e1a

Browse files
author
root
committed
this avoids a warning in bounce mails and logs
1 parent f9fc428 commit 03d4e1a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

install/tpl/debian6_dovecot2.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ssl_cert = </etc/postfix/smtpd.cert
88
ssl_key = </etc/postfix/smtpd.key
99
ssl_protocols = !SSLv2 !SSLv3
1010
mail_max_userip_connections = 100
11+
mail_plugins = quota
1112
passdb {
1213
args = /etc/dovecot/dovecot-sql.conf
1314
driver = sql
@@ -66,7 +67,6 @@ protocol lmtp {
6667
postmaster_address = webmaster@localhost
6768
mail_plugins = quota sieve
6869
}
69-
mail_plugins = $mail_plugins quota
7070
imap_capability=+SEPCIAL-USE XLIST
7171
namespace inbox {
7272
inbox = yes

install/tpl/debian_dovecot2.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ssl_cert = </etc/postfix/smtpd.cert
99
ssl_key = </etc/postfix/smtpd.key
1010
ssl_protocols = !SSLv2 !SSLv3
1111
mail_max_userip_connections = 100
12+
mail_plugins = quota
1213
passdb {
1314
args = /etc/dovecot/dovecot-sql.conf
1415
driver = sql
@@ -64,7 +65,6 @@ protocol lmtp {
6465
postmaster_address = webmaster@localhost
6566
mail_plugins = quota sieve
6667
}
67-
mail_plugins = $mail_plugins quota
6868
imap_capability=+SEPCIAL-USE XLIST
6969
namespace inbox {
7070
inbox = yes

install/tpl/fedora_dovecot2.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ mail_privileged_group = vmail
77
ssl_cert = </etc/postfix/smtpd.cert
88
ssl_key = </etc/postfix/smtpd.key
99
ssl_protocols = !SSLv2 !SSLv3
10+
mail_plugins = quota
1011
passdb {
1112
args = /etc/dovecot-sql.conf
1213
driver = sql
@@ -61,7 +62,6 @@ protocol lmtp {
6162
postmaster_address = webmaster@localhost
6263
mail_plugins = quota sieve
6364
}
64-
mail_plugins = $mail_plugins quota
6565
imap_capability=+SEPCIAL-USE XLIST
6666
namespace inbox {
6767
inbox = yes

install/tpl/opensuse_dovecot2.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ mail_privileged_group = vmail
77
ssl_cert = </etc/postfix/smtpd.cert
88
ssl_key = </etc/postfix/smtpd.key
99
ssl_protocols = !SSLv2 !SSLv3
10+
mail_plugins = quota
1011
passdb {
1112
args = /etc/dovecot/dovecot-sql.conf
1213
driver = sql
@@ -60,7 +61,6 @@ protocol lmtp {
6061
postmaster_address = webmaster@localhost
6162
mail_plugins = quota sieve
6263
}
63-
mail_plugins = $mail_plugins quota
6464
imap_capability=+SEPCIAL-USE XLIST
6565
namespace inbox {
6666
inbox = yes

0 commit comments

Comments
 (0)