Skip to content

Commit 36e7b35

Browse files
committed
enable quota checking in RCPT stage
1 parent f9c1d4b commit 36e7b35

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

install/tpl/debian6_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ service lmtp {
5050
# process_min_avail = 5
5151
}
5252
}
53+
lmtp_rcpt_check_quota = yes
5354
service imap-login {
5455
client_limit = 1000
5556
process_limit = 512

install/tpl/debian_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ service lmtp {
4646
user = postfix
4747
}
4848
}
49+
lmtp_rcpt_check_quota = yes
4950
service imap-login {
5051
client_limit = 1000
5152
process_limit = 512

install/tpl/fedora_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ service lmtp {
4343
user = postfix
4444
}
4545
}
46+
lmtp_rcpt_check_quota = yes
4647
service imap-login {
4748
client_limit = 1000
4849
process_limit = 500

install/tpl/opensuse_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ service lmtp {
4343
user = postfix
4444
}
4545
}
46+
lmtp_rcpt_check_quota = yes
4647
service imap-login {
4748
client_limit = 1000
4849
process_limit = 500

0 commit comments

Comments
 (0)