Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-23 Thread tonix (Antonio Nati)
At 23/10/02 23/10/02 -0700, Bill Shupp wrote: On Wednesday, October 23, 2002, at 12:55 AM, tonix (Antonio Nati) wrote: As usual, I don't see anything related to "disablesmtp". Is this feature going to be merged in the main stream, or do I have to continue with my private copies? Yes, it wil

Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-23 Thread Bill Shupp
On Wednesday, October 23, 2002, at 01:17 PM, tonix (Antonio Nati) wrote: At 23/10/02 23/10/02 -0700, Bill Shupp wrote: On Wednesday, October 23, 2002, at 12:55 AM, tonix (Antonio Nati) wrote: 2) I'ld like to have other options in qmailadmin-limits, that could permit to deny some functions t

Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-23 Thread tonix (Antonio Nati)
At 23/10/02 23/10/02 -0700, Bill Shupp wrote: On Wednesday, October 23, 2002, at 12:55 AM, tonix (Antonio Nati) wrote: 2) I'ld like to have other options in qmailadmin-limits, that could permit to deny some functions to 'admin' users that are not 'postmaster': ex. deny_list_create

Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-23 Thread Bill Shupp
On Wednesday, October 23, 2002, at 12:55 AM, tonix (Antonio Nati) wrote: As usual, I don't see anything related to "disablesmtp". Is this feature going to be merged in the main stream, or do I have to continue with my private copies? Yes, it will be merged. It's just been overlooked. I'll

Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-23 Thread tonix (Antonio Nati)
As usual, I don't see anything related to "disablesmtp". Is this feature going to be merged in the main stream, or do I have to continue with my private copies? Anyway, two notes: 1) I feel that would be much better another layout, like: domain CHAR(64) PRIMARY KEY, option CH

Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-22 Thread Bill Shupp
On Tuesday, October 22, 2002, at 02:37 PM, Brian Kolaci wrote: The layout should have been in vmysql.h. I must have tested the wrong directory when I thought I tested 5.3.9. I see its missing. This should be appended to vmysql.h: #ifdef ENABLE_MYSQL_LIMITS #define LIMITS_TABLE_LAYOUT "doma

RE: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-22 Thread Brian Kolaci
t; Jakob Kruse > > > -Original Message- > > From: Ken Jones [mailto:kbo@;Inter7.com] > > Sent: 17. oktober 2002 20:36 > > To: Brian Kolaci > > Cc: [EMAIL PROTECTED] > > Subject: Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits > &g

RE: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-22 Thread Jakob Kruse
sql" files. Has anyone come around making a patch for this ? Or do I just wait for the next dev release ? Jakob Kruse > -Original Message- > From: Ken Jones [mailto:kbo@;Inter7.com] > Sent: 17. oktober 2002 20:36 > To: Brian Kolaci > Cc: [EMAIL PROTECTED] > Subject: Re:

Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-20 Thread Brian Kolaci
I didn't know they added a "boolean" type to the C language. When they do, we can easily make the change. Brian > Hi Brian Kolaci, > you wrote. > > BK> to the vpopmail library. These maintain either the > BK> raw file .qmailadmin-limits or will maintain the limits > BK> in a MySQL

Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-20 Thread Gabriel Ambuehl
Hi Brian Kolaci, you wrote. BK> to the vpopmail library. These maintain either the BK> raw file .qmailadmin-limits or will maintain the limits BK> in a MySQL database. The items supported are: BK> struct vlimits { BK> int maxpopaccounts; BK> int maxaliases; BK> int

[vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-18 Thread Brian Kolaci
Hi, I mentioned this awhile back, but didn't have the cycles to create a diff file. I finally had the time so here it is... I've been using this in version 5.2 and even back in 4.9.6. I've attached a diff file to add the functions int vget_limits( char *domain, struct vlimits *limits ) int vs

Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-18 Thread Ken Jones
Excellent! I've been wanting to add this functionality to vpopmail for a long time. Nice work, clean api. I'll try to get them added to the next devel release. Ken Jones On Thursday 17 October 2002 01:19 pm, Brian Kolaci wrote: > Hi, > > I mentioned this awhile back, but didn't have the > cycles