RE: Implementing quota based rejection

2011-10-28 Thread Duane Hill
On Thu, 27 Oct 2011, Fred Kilbourn wrote: Hi again, It figures, after finally giving up and posting this, I found what appears to be a simple solution. You can configure dovecot use various back ends, I'll just tell it to save quota information to mysql. I can then in postfix, use check_recip

Re: Implementing quota based rejection

2011-10-27 Thread Robert Schetterer
Am 28.10.2011 03:54, schrieb Fred Kilbourn: > Hi, > > I've been doing a bit of research into implementing quota based rejections > for incoming messages with postfix. I want to do this before I hand it off > to my LDA (which currently is handling the quota rejections) so that I can > reject mail

Re: Implementing quota based rejection

2011-10-27 Thread Noel Jones
On 10/27/2011 9:42 PM, Fred Kilbourn wrote: > Hi again, > > It figures, after finally giving up and posting this, I found what appears > to be a simple solution. > > You can configure dovecot use various back ends, I'll just tell it to save > quota information to mysql. > > I can then in postfix

Re: Implementing quota based rejection

2011-10-27 Thread Noel Jones
On 10/27/2011 8:54 PM, Fred Kilbourn wrote: > * Should be able to calculate the true message size, not simply trust any > size headers sent. True message size can only be determined after the DATA phase of the conversation has ended. > * Should handle multi-recipient messages somewhat gracefully.

RE: Implementing quota based rejection

2011-10-27 Thread Fred Kilbourn
Hi again, It figures, after finally giving up and posting this, I found what appears to be a simple solution. You can configure dovecot use various back ends, I'll just tell it to save quota information to mysql. I can then in postfix, use check_recipient_access in smtpd_recipient_restrictions t

Implementing quota based rejection

2011-10-27 Thread Fred Kilbourn
Hi, I've been doing a bit of research into implementing quota based rejections for incoming messages with postfix. I want to do this before I hand it off to my LDA (which currently is handling the quota rejections) so that I can reject mail and stop sending backscatter when a recipient is over-qu