Re: [vchkpw] Domain quotas

2003-03-26 Thread Brian Kolaci
> Is it possible to set a quota for an entire domain using vpopmail? > > - Rick > > Yes. You will need vpopmail 5.3.19 or up. You need to populate the mysql "diskquota" or the .qmailadmin-limits file attribute "quota" to the size (in bytes). Brian

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

[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

2003-03-18 Thread dWi saSonO b
sure you can but who will do a simple hack in vpopmail code ?? for my server it's sufficient with all the feature under vpopmail because we only had 2 mail server On 18 Mar 2003 07:00:47 - [EMAIL PROTECTED] wrote: > > Hi !! > > > Subject: Re: [vchkpw] *.doma

RE: Re: [vchkpw] *.domain

2003-03-17 Thread domi
Hi !! > Subject: Re: [vchkpw] *.domain > > Hi Raboo, > > > how do you like add in vpopmail? > > *.domain??? > > > > if i want to get the mail for all the subdomains of a domain > > There is no such option in vpopmail. > > Jonas ...but

Re: [vchkpw] *.domain

2003-03-17 Thread Jonas Pasche
Hi Raboo, > how do you like add in vpopmail? > *.domain??? > > if i want to get the mail for all the subdomains of a domain There is no such option in vpopmail. Jonas

Re: [vchkpw] *.domain

2003-03-17 Thread dWi saSonO b
i got lost the point here ?? is your point to make all subdomain email under 1 mail server ?? i think this is just setting up your mx in ns server and mail server configure for virtual for all subdomain and i dont think there is *.domain under vpopmail but if you change some code you may add them

[vchkpw] *.domain

2003-03-17 Thread Raboo
how do you like add in vpopmail? *.domain???   if i want to get the mail for all the subdomains of a domain

RE: [vchkpw] domain quota

2003-03-13 Thread Jason
I already had it working thanks to Brian. I installed vpopmail version 5.3.19. Thanks -Original Message- From: Brad King [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 5:39 AM To: Jason Subject: Re: [vchkpw] domain quota The quota for a domain, will only be active for the user

RE: [vchkpw] domain quota

2003-03-13 Thread Jason
Hi Brian, Got it working...thanks a lot! Jason -Original Message- From: Brian Kolaci [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 9:33 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [vchkpw] domain quota 5.3.19 You can get it from http://shupp.org Brian

RE: [vchkpw] domain quota

2003-03-13 Thread Brian Kolaci
5.3.19 You can get it from http://shupp.org Brian > is it 5.3.19 or 5.3.16? > > -Original Message- > From: Brian Kolaci [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 13, 2003 8:59 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subj

RE: [vchkpw] domain quota

2003-03-13 Thread Jason
is it 5.3.19 or 5.3.16? -Original Message- From: Brian Kolaci [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 8:59 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [vchkpw] domain quota domain quotas were implemented in vpopmail 5.3.19. Brian > He

Re: [vchkpw] domain quota

2003-03-13 Thread Brian Kolaci
domain quotas were implemented in vpopmail 5.3.19. Brian > Hello, > > I've tried playing around with quotas on my qmail+vpopmail+qmailadmin setup. > User quota works. But when I try to set domain quota on .qmailadmin-limits > (default_quota X) in the ~vpopmail/domains/somedomain.

[vchkpw] domain quota

2003-03-13 Thread Jason
Hello, I've tried playing around with quotas on my qmail+vpopmail+qmailadmin setup. User quota works. But when I try to set domain quota on .qmailadmin-limits (default_quota X) in the ~vpopmail/domains/somedomain.com directory, it doesn't work. I set the default_quota to 100, but I did n

Re: [vchkpw] domain problem

2003-03-06 Thread Rick Macdougall
Hi, In /var/qmail/users/assign Regards, Rick - Original Message - From: "jake" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 4:30 PM Subject: [vchkpw] domain problem I installed vpopmail on a server, then moved to a new box and move

RE: [vchkpw] domain problem

2003-03-06 Thread Clayton Weise
PM To: [EMAIL PROTECTED] Subject: [vchkpw] domain problem I installed vpopmail on a server, then moved to a new box and moved data over. 1 thing i missed was the user account, the vpopmail user was 97 on one box and is 89 on the other. I have a domain that I cannot add or delete. I changed the

[vchkpw] domain problem

2003-03-06 Thread jake
I installed vpopmail on a server, then moved to a new box and moved data over. 1 thing i missed was the user account, the vpopmail user was 97 on one box and is 89 on the other. I have a domain that I cannot add or delete. I changed the file permissions on the domain's folder but that didn't h

Re: [vchkpw] Domain based relay.

2003-03-04 Thread Jonas Pasche
Hi Alfredo, > How can I deny certain vpopmail domains from sending e-mails to an > external network. Judging from the docs: "vmoduser -r ". Jonas

[vchkpw] Domain based relay.

2003-03-04 Thread Alfredo Perez
Hello vpeople ! How can I deny certain vpopmail domains from sending e-mails to an external network. For example , I have a DOMAIN.COM and also INTERNAL.DOMAIN.COM but I want to prevent users inside INTERNAL.DOMAIN.COM from sending e-mails to other outside domains... Is it possible ??

[vchkpw] domain quotas (updated)

2003-02-20 Thread Brian Kolaci
I've made one change to the patch below, which is the same one I posted yesterday. This patch makes public the following two functions in maildirquota.c: int readdomainquota(const char *dir, long *sizep, int *cntp); int readuserquota(const char* dir, long *sizep, int *cntp); These two functions

[vchkpw] domain quotas

2003-02-19 Thread Brian Kolaci
Since there's been alot of hype about domain quotas, I've put my changes in the attached patch file. This will patch vpopmail-5.3.16 (maildirquota.c and vdelivermail.c). There's a new file vqmaillocal.c that apparently doesn't use Maildir++ quotas, so I didn't touch that. The CPU usage is neglig

Re: [vchkpw] domain question

2003-01-18 Thread Ken Jones
On Friday 17 January 2003 05:38 am, Ruslan Spivak wrote: > Hello, vchkpw users! > > Could you help me with the following(qmail+vpopmail): > > i have domain is.lg.ua, i've created domain 'master.is.lg.ua' and one > account - [EMAIL PROTECTED] > Is it possible to do so that all mail sent to address >

Re: [vchkpw] domain question

2003-01-17 Thread Kiril Todorov
On Fri, Jan 17, 2003 at 01:38:10PM +0200, Ruslan Spivak wrote: > Is it possible to do so that all mail sent to address > [EMAIL PROTECTED] will be sent to [EMAIL PROTECTED]? > xxx - maybe any address and 'xxx' really doesn't exist. echo "&[EMAIL PROTECTED]" > ~vpopmail/domains/master.is.lg.ua/.qm

[vchkpw] domain question

2003-01-17 Thread Ruslan Spivak
Hello, vchkpw users! Could you help me with the following(qmail+vpopmail): i have domain is.lg.ua, i've created domain 'master.is.lg.ua' and one account - [EMAIL PROTECTED] Is it possible to do so that all mail sent to address [EMAIL PROTECTED] will be sent to [EMAIL PROTECTED]? xxx - maybe any

Re: [vchkpw] domain maildir quotas

2002-12-07 Thread Bill Shupp
On Thursday, November 21, 2002, at 05:43 PM, Brian Kolaci wrote: Hi, Bill, if your there, you'd probably know this one off the top of your head... Is there a maildir function to gather the current usage for a whole domain? I know its easy for disk based usage, but what about maildir quotas?

[vchkpw] domain maildir quotas

2002-11-21 Thread Brian Kolaci
Hi, Bill, if your there, you'd probably know this one off the top of your head... Is there a maildir function to gather the current usage for a whole domain? I know its easy for disk based usage, but what about maildir quotas? If not, I'll put one together to go to the domain directory and loo

Re: [vchkpw] domain quotas

2002-11-21 Thread Brian Kolaci
Currently I use a separate system user for each domain, and I bundle mail & web together with one quota. I have a patched vdelivermail that enforces both per-user and per-domain quotas, but not through maildir quotas. I just submitted the patch for the vlimits data structure and am currently upd

[vchkpw] domain quotas

2002-11-21 Thread Iain
HI, I was just wondering if creating a separate system user for each domain is still the only way of having a total quota for a domain rather than quotas for each user? Is anyone working on adding support to vpopmail for domain based quotas under the the vpopmail.vchkpw user? cheers, Iain.

Re: [vchkpw] domain based quota setting?

2002-10-15 Thread Ken Jones
On Tuesday 15 October 2002 01:07 pm, Neo Wee Teck wrote: > Is there anyway to set a fixed quota for a domain? > Eg. > > Domain xxx.com > 200MB > > Users can be added and a total storage space for the domain is 200MB. > > Any idea? Please advise :) The most efficent way we've found to do domain ba

[vchkpw] domain based quota setting?

2002-10-15 Thread Neo Wee Teck
Is there anyway to set a fixed quota for a domain? Eg. Domain xxx.com > 200MB Users can be added and a total storage space for the domain is 200MB. Any idea? Please advise :)

[vchkpw] domain admin?

2002-09-11 Thread Paul Theodoropoulos
hey there, i've a weird problem. for domains i created many months ago, adding and deleting and changing email accounts works dandy. for new domains, it still works perfectly -- even though it always reports back "[EMAIL PROTECTED] could not be added", for example. using vpopmail 5.3.8, qmai

<    1   2