Displaying 1 result from an estimated 1 matches for "4b9b9a88ac9b".
2015 Jan 29
2
quota_full_tempfail = yes broken with lmtp_rcpt_check_quota (was: Re: lmtp_rcpt_check_quota not working)
...; This is a test mailing
->
-> .
<** 452 4.2.2 <recipient at domain.de> Quota exceeded (mailbox for user is full)
With 2.2.15 from dovecot-ee it is different. The quota is now checked at
RCPT stage
# 2.2.15.8 (912dd04d7a14+): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.6 (4b9b9a88ac9b)
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.8
-> MAIL FROM:<sender at domain.de>
<- 250 2.1.0 OK
-> RCPT TO:<recipient at domain.de>
<** 552 5.2.2 <recipient at domain.de> Quota exceeded (mailbox for user is full)
But as you can see, the setting for quota_full_tem...