[vchkpw] quota message

2003-03-26 Thread dWi saSonO b
add to: header on vdeliveries today here some patch [EMAIL PROTECTED] vpopmail-5.2.1]# diff -Naur vdelivermail.c /tmp/vdelivermail.c --- vdelivermail.c Sat May 18 13:25:50 2002 +++ /tmp/vdelivermail.c Wed Mar 26 14:58:26 2003 @@ -1087,6 +1087,8 @@ /* read the quota message in chunks and

Re: [vchkpw] Authentication problems

2003-03-26 Thread Jonas Pasche
Hi Neil, I am experiencing a strange problem and I have been told that it may be a known bug with vpopmail. The environment is Qmail + Vpopmail + Courier-Imap + SquirrelMail. Everything appears to be working fine (I can log in through Outlook client and SquirrelMail) until I switch to a

Re: [vchkpw] vlimits patch [1/??]

2003-03-26 Thread Justin Heesemann
On Tuesday 25 March 2003 18:25, Brian Kolaci wrote: Do you think we need both domain permissions and default new user permissions for each type of permission? (This is the case for quotas, a domain limit and a default for new users). I like the idea of having both (which just generates more

[vchkpw] Trying to get to bottom of courier-imap / vpopmail issue

2003-03-26 Thread Robin Bowes
Hi, Someone on the courier-imap list had posted an issue about problems using courier-imap with vpopmail and Sam (Varshavik) had replied with: Known vpopmail bug. The vpopmail mailing list is down the hall, last door on your left. I responded with: Is it? Or would it be more accurate to

[vchkpw] Domain quotas

2003-03-26 Thread Rick Root
Is it possible to set a quota for an entire domain using vpopmail? - Rick

Re: [vchkpw] Domain quotas

2003-03-26 Thread dWi saSonO b
On Wed, 26 Mar 2003 08:14:30 -0500 Rick Root [EMAIL PROTECTED] wrote: Is it possible to set a quota for an entire domain using vpopmail? - Rick nope, what i think of. but some person try to complete that using hard quota. -- thx onOs UPPTI - Universitas Brawijaya

Re: [vchkpw] vlimits patch [1/??]

2003-03-26 Thread Brian Kolaci
On Tuesday 25 March 2003 18:25, Brian Kolaci wrote: Do you think we need both domain permissions and default new user permissions for each type of permission? (This is the case for quotas, a domain limit and a default for new users). I like the idea of having both

[vchkpw] Re: some info about the various limits needed

2003-03-26 Thread Brian Kolaci
Hi Justin, hi.. could you explain some of the vlimits to me? i understand the disable_* and i think i understand diskquota, maxmsgcount, defaultquota and defaultmaxmsgcount plus the other max* stuff. diskquota = a quota for the full domain, i.e # du -sh

Re: [vchkpw] Domain quotas

2003-03-26 Thread Jonas Pasche
Hi Rick, Is it possible to set a quota for an entire domain using vpopmail? One of the top ten questions on the list. You didn't check the archives, didn't you? :) In short: For the stable version of vpopmail, there is no domain quota support, but you can create the domain under a dedicated

[vchkpw] postgres support

2003-03-26 Thread Ken Jones
I'm updating the configure.in script to support the current postgres module. Question: What libraries need to be included? For example: Sybase needs: -lsybdb -lm Oracle needs: -lclntsh -lclient8 Ken Jones

Re: [vchkpw] Trying to get to bottom of courier-imap / vpopmail issue

2003-03-26 Thread Jesse Guardiani
On Wednesday 26 March 2003 07:30, Robin Bowes wrote: Hi, Someone on the courier-imap list had posted an issue about problems using courier-imap with vpopmail and Sam (Varshavik) had replied with: Known vpopmail bug. The vpopmail mailing list is down the hall, last door on your left.

Re: [vchkpw] Domain quotas

2003-03-26 Thread tonix (Antonio Nati)
Please correct me if I'm wrong... As far as I understand, the domain quota code included in the last development version of vpopmail is NOT 100% compatible with other programs like sqwebmail, courier, ecc., so you may have some disalignments, depending on the products you're using. Tonino At

Re: [vchkpw] Domain quotas

2003-03-26 Thread Brian Kolaci
The domain quota code (as well as the user quota code) is enforced in the vdelivermail program. It should be compatible with courier-imap, but not maildrop. It also works within qmailadmin. I'm not familiar with sqwebmail internals. Brian Please correct me if I'm wrong... As far as

Re: [vchkpw] Domain quotas

2003-03-26 Thread tonix (Antonio Nati)
Brian, when you store a message inside an imap server (like when using squirrelmail courier, and keeping your outgoing message in the Sent folder), or when using sqwebmail just keep it in the Sent or upload an attach, which quota computing is done: courier, sqwebmail or vpopmail? I think in

Re: [vchkpw] Domain quotas

2003-03-26 Thread Brian Kolaci
When a message arrives and is delivered by vdelivermail, the quotas are enforced. It also updates the maildirsize file (and uses the maildir++ naming conventions) thereby updating the maildir++ quota usage that is shared amongst all maildir++ compatible software. From what I understand of

Re: [vchkpw] Domain quotas

2003-03-26 Thread tonix (Antonio Nati)
At 26/03/03 26/03/03 -0500, Brian Kolaci wrote: When a message arrives and is delivered by vdelivermail, the quotas are enforced. It also updates the maildirsize file (and uses the maildir++ naming conventions) thereby updating the maildir++ quota usage that is shared amongst all maildir++

Re: [vchkpw] Domain quotas

2003-03-26 Thread Brian Kolaci
When a message arrives and is delivered by vdelivermail, the quotas are enforced. It also updates the maildirsize file (and uses the maildir++ naming conventions) thereby updating the maildir++ quota usage that is shared amongst all maildir++ compatible software. From what

Re: [vchkpw] Domain quotas

2003-03-26 Thread tonix (Antonio Nati)
At 26/03/03 26/03/03 -0500, Brian Kolaci wrote: When a message arrives and is delivered by vdelivermail, the quotas are enforced. It also updates the maildirsize file (and uses the maildir++ naming conventions) thereby updating the maildir++ quota usage that is shared amongst all

Re: [vchkpw] Domain quotas

2003-03-26 Thread Brian Kolaci
I don't believe the Sent folder keeps track of any size. I looked and don't see any maildirsize files in Sent folders. So it doesn't look like it counts against either user or domain quotas. You'll have to take a look at the spec to be sure. I don't believe the Trash folder keeps

Re: [vchkpw] Trying to get to bottom of courier-imap / vpopmail issue

2003-03-26 Thread Robin Bowes
Jesse, On Wed, March 26, 2003 3:01 pm, Jesse Guardiani said: On Wednesday 26 March 2003 07:30, Robin Bowes wrote: Hi, Someone on the courier-imap list had posted an issue about problems using courier-imap with vpopmail and Sam (Varshavik) had replied with: Known vpopmail bug. The

Re: [vchkpw] Domain quotas

2003-03-26 Thread Ajai Khattri
Brian Kolaci wrote: Even the courier readme recommends using system quotas. But since all email files are owned by the vpopmail user that doesn't give you much flexibility if you want to implement quotas on a per-domain or per-user basis. -- Aj. Systems Administrator / Developer

Re: [vchkpw] Domain quotas

2003-03-26 Thread Brian Kolaci
Even the courier readme recommends using system quotas. But since all email files are owned by the vpopmail user that doesn't give you much flexibility if you want to implement quotas on a per-domain or per-user basis. When you create the account, use vadddomain -u username to

[vchkpw] IMAP dot folders

2003-03-26 Thread Wil Hatfield - HVHM Customer Care
List, I know this could be a post for the Courier list but since it was brought up recently in here I figure I may as well go where I know someone has the answers. What dot folders such as .Trash and .Sent does Courier-IMAP use? Does it create these as they are needed or used? I ask this

Re: [vchkpw] quota message

2003-03-26 Thread dWi saSonO b
there is quickiest way rather than entering some sily procedure --- vdelivermail.c Sat May 18 13:25:50 2002 +++ /tmp/vdelivermail.c Wed Mar 26 14:58:26 2003 @@ -1087,6 +1087,8 @@ /* read the quota message in chunks and write it to the new file */ if((fs=fopen(quotawarnmsg, ro)) !=

Re: [vchkpw] Domain quotas

2003-03-26 Thread tonix (Antonio Nati)
At 26/03/03 26/03/03 -0500, you wrote: I don't believe the Sent folder keeps track of any size. I looked and don't see any maildirsize files in Sent folders. So it doesn't look like it counts against either user or domain quotas. You'll have to take a look at the spec to be sure.

RE: [vchkpw] IMAP dot folders

2003-03-26 Thread Wil Hatfield - HVHM Customer Care
I don't know that is why I asked? If Squirrel Mail does use IMAP to create them does that mean that other webmail/IMAP systems would also create them since IMAP is doing the creating? Wil -Original Message- From: Ajai Khattri [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003

[vchkpw] Failure in Delivery of Mail to local(virtual Domain) Maildir

2003-03-26 Thread olugbengaoyebande
Pls I need urgent help!!! I Have set up a few servers with Qmail+vpopmail+mysql. But can't find the solution to this problem. 1.Vpopmail commands work fine with the mysql database and 2. POP authentications through vchkpw are properly authenticated on the mysql database. 3. Outbound

Re: [vchkpw] Failure in Delivery of Mail to local(virtual Domain) Maildir

2003-03-26 Thread Ken Jones
Check your vpopmail vmysql.h file for the UPDATE server entries. Make sure those are valid. KenJones On Wednesday 26 March 2003 04:01 pm, [EMAIL PROTECTED] wrote: Pls I need urgent help!!! I Have set up a few servers with Qmail+vpopmail+mysql. But can't find the solution to this problem.

Re: [vchkpw] IMAP dot folders

2003-03-26 Thread Charles Sprickman
On Wed, 26 Mar 2003, Ajai Khattri wrote: I found that the folder names corresponded exactly with the folder names in SquirrelMail. Since SquirrelMail uses IMAP, Im assuming it told courier-imap to make these folders. And the fun part starts when you throw multiple mail clients into the mix.

RE: [vchkpw] IMAP dot folders

2003-03-26 Thread Wil Hatfield - HVHM Customer Care
There's the answer to my question! So IMAP is only doing the creating because of the scheme passed down from the IMAP client. And since I don't use Squirrel or SQWebmail it isn't creating the dot files everyone speaks of. Thank you! Wil Hatfield -Original Message- From: [EMAIL

Re: [vchkpw] vadddomain path problem

2003-03-26 Thread Jonas Pasche
Hi Ryan, I am having a peculiar problem with the vadddomain command. Are you really having a _problem_, meaning, the domain doesn't work? When i run this to add a domain: (vadddomain testing.com), it goes through the password prompt and when complete returns no errors. However, it seems to

Re: [vchkpw] vadddomain path problem

2003-03-26 Thread Moshe Jacobson
On 27 Mar 2003, Jonas Pasche wrote: That's not a bug, but the first occurence of the balanced tree feature of vpopmail that applies both to the number of domains and to the number of users in a given domain. I have a little beef with the balanced tree thing. I started out by adding about 120