File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ ssl_cert = </etc/postfix/smtpd.cert
88ssl_key = </etc/postfix/smtpd.key
99ssl_protocols = !SSLv2 !SSLv3
1010mail_max_userip_connections = 100
11+ mail_plugins = quota
1112passdb {
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
7070imap_capability=+SEPCIAL-USE XLIST
7171namespace inbox {
7272 inbox = yes
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ ssl_cert = </etc/postfix/smtpd.cert
99ssl_key = </etc/postfix/smtpd.key
1010ssl_protocols = !SSLv2 !SSLv3
1111mail_max_userip_connections = 100
12+ mail_plugins = quota
1213passdb {
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
6868imap_capability=+SEPCIAL-USE XLIST
6969namespace inbox {
7070 inbox = yes
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ mail_privileged_group = vmail
77ssl_cert = </etc/postfix/smtpd.cert
88ssl_key = </etc/postfix/smtpd.key
99ssl_protocols = !SSLv2 !SSLv3
10+ mail_plugins = quota
1011passdb {
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
6565imap_capability=+SEPCIAL-USE XLIST
6666namespace inbox {
6767 inbox = yes
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ mail_privileged_group = vmail
77ssl_cert = </etc/postfix/smtpd.cert
88ssl_key = </etc/postfix/smtpd.key
99ssl_protocols = !SSLv2 !SSLv3
10+ mail_plugins = quota
1011passdb {
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
6464imap_capability=+SEPCIAL-USE XLIST
6565namespace inbox {
6666 inbox = yes
You can’t perform that action at this time.
0 commit comments