File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 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_max_userip_connections = 100
1011passdb {
1112 args = /etc/dovecot/dovecot-sql.conf
1213 driver = sql
@@ -18,6 +19,7 @@ userdb {
1819plugin {
1920 quota = dict:user::file:/var/vmail/%d/%n/.quotausage
2021 sieve=/var/vmail/%d/%n/.sieve
22+ sieve_max_redirects = 25
2123}
2224service auth {
2325 unix_listener /var/spool/postfix/private/auth {
@@ -41,7 +43,7 @@ service lmtp {
4143}
4244service imap-login {
4345 client_limit = 1000
44- process_limit = 500
46+ process_limit = 512
4547}
4648protocol imap {
4749 mail_plugins = quota imap_quota
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ service lmtp {
4444}
4545service imap-login {
4646 client_limit = 1000
47- process_limit = 500
47+ process_limit = 512
4848}
4949protocol imap {
5050 mail_plugins = quota imap_quota
You can’t perform that action at this time.
0 commit comments