On Fri, Oct 29, 2010 at 11:01:51AM -0400, Rich Bishop wrote:
> The overquota map file just defers messages:
>
> x...@domain.edu 460 Mailbox Overquota
> y...@domain.edu 460 Mailbox Overquota
What is this "460" code? Don't invent non-standard SMTP reply codes.
The correct response is:
45
On 10/29/2010 10:01 AM, Rich Bishop wrote:
The first check in our smtpd_recipient_restrictions defers mail for overquota
users:
smtpd_recipient_restrictions =
check_recipient_access hash:/etc/postfix/overquota,
check_recipient_access hash:/etc/postfix/legacy-domains,
Careful there; carel
Rich Bishop:
> This appears to be working fine, but I heard from a hotmail user today that a
> multi-recipient message to our domain is being deferred for all
> recipients. In the postfix logs I see hotmail connecting to us, attempting two
> addresses that are overquota and then hanging up.
That's
The first check in our smtpd_recipient_restrictions defers mail for overquota
users:
smtpd_recipient_restrictions =
check_recipient_access hash:/etc/postfix/overquota,
check_recipient_access hash:/etc/postfix/legacy-domains,
.
.
.
The overquota map file just defers messages:
x...@doma