Re: put mails in hold queue based on size

2009-08-02 Thread Sahil Tandon
On Sun, 02 Aug 2009, Gerard wrote: > On Sun, 2 Aug 2009 00:06:52 -0600 > LuKreme wrote: > > > On 1-Aug-2009, at 21:29, Sahil Tandon wrote: > > > On Sat, 01 Aug 2009, LuKreme wrote: > > > On 1-Aug-2009, at 06:18, ram wrote: > > >>> Some users on my postfix system send *Huge* mails and I dont > >

Re: put mails in hold queue based on size

2009-08-02 Thread Gerard
On Sun, 2 Aug 2009 00:06:52 -0600 LuKreme wrote: > On 1-Aug-2009, at 21:29, Sahil Tandon wrote: > > On Sat, 01 Aug 2009, LuKreme wrote: > > On 1-Aug-2009, at 06:18, ram wrote: > >>> Some users on my postfix system send *Huge* mails and I dont > >>> want the > >>> mails to be transferred during pe

Re: put mails in hold queue based on size

2009-08-01 Thread LuKreme
On 1-Aug-2009, at 21:29, Sahil Tandon wrote: On Sat, 01 Aug 2009, LuKreme wrote: On 1-Aug-2009, at 06:18, ram wrote: Some users on my postfix system send *Huge* mails and I dont want the mails to be transferred during peak hours Why transfer them at all? Email is a horrible way to send HUGE

Re: put mails in hold queue based on size

2009-08-01 Thread Sahil Tandon
On Sat, 01 Aug 2009, LuKreme wrote: > On 1-Aug-2009, at 06:18, ram wrote: >> Some users on my postfix system send *Huge* mails and I dont want the >> mails to be transferred during peak hours > > Why transfer them at all? Email is a horrible way to send HUGE files. > And grossly inefficient. And

Re: put mails in hold queue based on size

2009-08-01 Thread LuKreme
On 1-Aug-2009, at 06:18, ram wrote: Some users on my postfix system send *Huge* mails and I dont want the mails to be transferred during peak hours Why transfer them at all? Email is a horrible way to send HUGE files. And grossly inefficient. And rude. Is there a way I can put mail to hold

Re: put mails in hold queue based on size

2009-08-01 Thread Sahil Tandon
On Sat, 01 Aug 2009, ram wrote: > Some users on my postfix system send *Huge* mails and I dont want the > mails to be transferred during peak hours > > Is there a way I can put mail to hold , if size exceeds a particular > limit Yes, with a policy service called in smtpd_end_of_data_restrictio

Re: put mails in hold queue based on size

2009-08-01 Thread Wietse Venema
ram: > Some users on my postfix system send *Huge* mails and I dont want the > mails to be transferred during peak hours > > Is there a way I can put mail to hold , if size exceeds a particular > limit Only via the policy daemon protocol. Wietse