Re: [Dovecot] LMTP SIZE Option

2010-06-24 Thread Robert Schetterer
Am 24.06.2010 11:08, schrieb Luca Corti: > On Thu, 2010-06-24 at 09:40 +0200, Robert Schetterer wrote: >> Hi Timo, if overquota bounce with dovecot2 lmtp was asked here >> this allready works , tested it with postfix combi > > I guess SIZE optimizes the process. You can reject *before* DATA, at

Re: [Dovecot] LMTP SIZE Option

2010-06-24 Thread Pascal Volk
On 06/24/2010 09:40 AM Robert Schetterer wrote: > Hi Timo, if overquota bounce with dovecot2 lmtp was asked here > this allready works , tested it with postfix combi > Let me copy and paste from MID:4c025edd.60...@localhost.localdomain.org / http://dovecot.org/list/dovecot/2010-May/049373.html

Re: [Dovecot] LMTP SIZE Option

2010-06-24 Thread Luca Corti
On Thu, 2010-06-24 at 09:40 +0200, Robert Schetterer wrote: > Hi Timo, if overquota bounce with dovecot2 lmtp was asked here > this allready works , tested it with postfix combi I guess SIZE optimizes the process. You can reject *before* DATA, at RCPT TO stage. ciao Luca

Re: [Dovecot] LMTP SIZE Option

2010-06-24 Thread Robert Schetterer
Am 23.06.2010 23:03, schrieb Timo Sirainen: > On Wed, 2010-06-23 at 21:44 +0100, Timo Sirainen wrote: >> On Wed, 2010-06-23 at 21:20 +0100, Paul Freeman wrote: >>> Hi Timo, >>> Are there any plans to support the SIZE option in the lmtp server? >> >> So that RCPT commands would fail if the size wou

Re: [Dovecot] LMTP SIZE Option

2010-06-23 Thread Paul Freeman
On Wed, 23 Jun 2010 22:03:50 +0100, Timo Sirainen wrote: > On Wed, 2010-06-23 at 21:44 +0100, Timo Sirainen wrote: >> On Wed, 2010-06-23 at 21:20 +0100, Paul Freeman wrote: >> > Hi Timo, >> > Are there any plans to support the SIZE option in the lmtp server? >> >> So that RCPT commands would fai

Re: [Dovecot] LMTP SIZE Option

2010-06-23 Thread Timo Sirainen
On Wed, 2010-06-23 at 21:44 +0100, Timo Sirainen wrote: > On Wed, 2010-06-23 at 21:20 +0100, Paul Freeman wrote: > > Hi Timo, > > Are there any plans to support the SIZE option in the lmtp server? > > So that RCPT commands would fail if the size would bring user over > quota? I guess I could impl

Re: [Dovecot] LMTP SIZE Option

2010-06-23 Thread Timo Sirainen
On Wed, 2010-06-23 at 21:20 +0100, Paul Freeman wrote: > Hi Timo, > Are there any plans to support the SIZE option in the lmtp server? So that RCPT commands would fail if the size would bring user over quota? I guess I could implement it someday soon.

[Dovecot] LMTP SIZE Option

2010-06-23 Thread Paul Freeman
Hi Timo, Are there any plans to support the SIZE option in the lmtp server? Paul