Re: [vchkpw] How can I disable "user over quota" message?

2010-01-20 Thread Rick Macdougall
On 20/01/2010 10:43 AM, Bulend Kolay wrote: I use validrcptto.patch with jms1.net. is there a option on it? Otherwise do I have to use chkuser patch ? Hi, The chkuser patch will replace the functionality of the validrcptto.patch and also add Quota checking, max invalid recipient checking, t

[vchkpw] Re: How can I disable "user over quota" message?

2010-01-20 Thread Eric Shubert
I don't know the answer to your question. Have you see http://qmailtoaster.com though? I think it might make your task much easier, at least in the long run. Bulend Kolay wrote: I use validrcptto.patch with jms1.net. is there a option on it? Otherwise do I have to use chkuser patch ? On

Re: [vchkpw] How can I disable "user over quota" message?

2010-01-20 Thread Bulend Kolay
I use validrcptto.patch with jms1.net. is there a option on it? Otherwise do I have to use chkuser patch ? On 20/01/2010 9:51 AM, Bulend Kolay wrote: Hello I use vpopmail on qmail. As default, when a mail account reaches to its quota, vpopmail sends a warning message to sender addres abo

Re: [vchkpw] [SPAM] How can I disable "user over quota" message?

2010-01-20 Thread Rick Macdougall
On 20/01/2010 9:51 AM, Bulend Kolay wrote: Hello I use vpopmail on qmail. As default, when a mail account reaches to its quota, vpopmail sends a warning message to sender addres about "user over quota". How can I disable to send these warning messages to sender? I think this condition causes bac

[vchkpw] [SPAM] How can I disable "user over quota" message?

2010-01-20 Thread Bulend Kolay
Hello I use vpopmail on qmail. As default, when a mail account reaches to its quota, vpopmail sends a warning message to sender addres about "user over quota". How can I disable to send these warning messages to sender? I think this condition causes backscatter. any advice? Thanks !DSPAM:

Re: User over quota message

2001-06-27 Thread chris
Arggg, the code looks good. I'd love to impliment it but it's based on 4.9.10... Agus, any chance you'd be willing to look into adding your code to the current code base? IE. 4.10.24 ? Chris Bunnell

Re: User over quota message

2001-06-27 Thread chris
A kind list member sent some code last night... I'm going to dig into it. > Sounds like a good feature. I do not need it myself. > How do we avoid sending a user multiple over quota > messages? I guess that would complicate things.. I don't really have an issue with them get one "over quota"

Re: User over quota message

2001-06-27 Thread Syed Faruque Ahmed
:-) But Ken, did you look at Agus's code? I noticed some additions with fck and fps calls. Since I plan to migrate to newer versions of vpopmail and qmailadmin (eventually ;-)), any comments on incorporation of this code into 4.9.10/0.45 and your ideas for the future? Faruque At 02:48 PM 6

Re: User over quota message

2001-06-27 Thread Ken Jones
I like the idea of a file based method. Less code needs to be changed and it will work across all authentication modules. The thought of updating every auth module, and doing regression testing makes me want to run for the hills. Ken JOnes Syed Faruque Ahmed wrote: > > I think I will try Agus'

Re: User over quota message

2001-06-27 Thread Syed Faruque Ahmed
I think I will try Agus's patch, it sounds easy. Although putting in a flag in vpasswd file/table against a user seems more sensible in the long run, it sounds rather complicated as a lot more related code might have to be changed. I guess Ken can decide on this for a new release, along with

Re: User over quota message

2001-06-27 Thread Chris
; To: "chris" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 3:51 PM Subject: Re: User over quota message chris wrote: > > Hello all, > > I've read the archive about this subject already, but still don't have a > clear an

Re: User over quota message

2001-06-27 Thread tonix (Antonio Nati)
I feel it could be solved only patching pop3d demon, letting him generate a first fake messages when user mailbox has exceeded (or it's going to do) its quota. So it doesn't waste space, it's always delivered, etc. But, before this patch, I would like to find an unique centralized way to store

Re: User over quota message

2001-06-27 Thread Agus Basyari
> chris wrote: > > > > Hello all, > > > > I've read the archive about this subject already, but still don't have a > > clear answer. I have hardquota set. I tested it and it worked correctly by > > bouncing a message > 1K back to the sender, while still allowing <1K > > messages to be delivered

Re: User over quota message

2001-06-27 Thread Adrian Purnama
Hi, > > I've read the archive about this subject already, but still don't have a > > clear answer. I have hardquota set. I tested it and it worked correctly by > > bouncing a message > 1K back to the sender, while still allowing <1K > > messages to be delivered. Can we disable this feature ?

Re: User over quota message

2001-06-27 Thread Thomas Foerster
Hi, > chris wrote: >> >> Hello all, >> >> I've read the archive about this subject already, but still don't have a >> clear answer. I have hardquota set. I tested it and it worked correctly by >> bouncing a message > 1K back to the sender, while still allowing <1K >> messages to be delivered. >

Re: User over quota message

2001-06-27 Thread Ken Jones
chris wrote: > > Hello all, > > I've read the archive about this subject already, but still don't have a > clear answer. I have hardquota set. I tested it and it worked correctly by > bouncing a message > 1K back to the sender, while still allowing <1K > messages to be delivered. > > What I h

Re: User over quota message

2001-06-26 Thread Agus Basyari
Yeah , i add some tag in vpopmail's source code. To generate a message like warning massage if the quotas are more than 80% and 90%, I used like sqwebmail's way to generate massages. This tag will copy a file to "NEW" directory.The file like an email, have a subject,body message, form etc (if on s

User over quota message

2001-06-26 Thread chris
Hello all, I've read the archive about this subject already, but still don't have a clear answer. I have hardquota set. I tested it and it worked correctly by bouncing a message > 1K back to the sender, while still allowing <1K messages to be delivered. What I haven't figured out is how to gen

User over quota message

2001-06-26 Thread chris
Hello all, I've read the archive about this subject already, but still don't have a clear answer. I have hardquota set. I tested it and it worked correctly by bouncing a message > 1K back to the sender, while still allowing <1K messages to be delivered. What I haven't figured out is how to gen