Re: [vchkpw] R: Re: [vchkpw] adduser processing times CDB

2007-07-26 Thread Quey
Hi, Perhaps, however vpopmail should have removed them in the first place, ok, sure, most of us will never delete a domain with that many users, but it is possible, think migration to a new server for one, think virtual ISP's changing carriers etc, in those cases 90K users could be very small

Re: [vchkpw] Compiling vpopmail on Opensolaris

2007-07-26 Thread Patrick Ale
On 7/26/07, Patrick Ale <[EMAIL PROTECTED]> wrote: Ladies and gents, Disregard this post, the latest version of vpopmail (5.4.17) does compile on opensolaris nevada 69. The version I had problems with was the vpopmail version 5.4.13. I will write an email to the QMR list to consider adding 5.4.

Re: [vchkpw] Compiling vpopmail on Opensolaris

2007-07-26 Thread Michael Johnson
I'm not sure if OpenSolaris is still using the old Solaris make utility (which usually doesn't work for stuff written for the GNU tools), or if they have moved to GNU make. See if you have a "gmake" command and use that instead. ___ Mi

Re: [vchkpw] Compiling vpopmail on Opensolaris

2007-07-26 Thread Patrick Ale
What symbol is it complaining about? Undefined is kind of useless. Hi, It's complaining about the symbol 'warn'. The output I pasted is the literal output from what I see in my terminal, I guess it's trying to do some fancy table formatting. So it is: symbol warn, first referenced in file: li

[vchkpw] Failed to Delete User from Auth Backend

2007-07-26 Thread Signet List Account
Recently after re-compiling vpopmail-5.4.17, now any time I go to delete a user (either through command line or qmailadmin) I get the following error: ark bin # ./vdeluser [EMAIL PROTECTED] Failed to delete user from auth backend Error: Illegal username What would be causing this?

RE: [vchkpw] Failed to Delete User from Auth Backend

2007-07-26 Thread Signet List Account
Update: The user is removed from the db, but the user's directory still exists. Weird. From: Signet List Account [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 8:04 AM To: vchkpw@inter7.com Subject: [vchkpw] Failed to Delete User from Auth Backend Recently after re-compi

Re: [vchkpw] Compiling vpopmail on Opensolaris

2007-07-26 Thread Bert JW Regeer
On Jul 22, 2007, at 11:17 AM, Patrick Ale wrote: Hi all, Today I tried to compile vpopmail on a x86 box running Opensolaris. During the compilation I got the following error: # make make all-recursive Making all in cdb gcc -L/usr/sfw/lib/openssl -Wall -I/usr/sfw/include/openssl -o vchkpw

Re: [vchkpw] R: Re: [vchkpw] adduser processing times CDB

2007-07-26 Thread Bert JW Regeer
Your rm fu is not strong enough: rm -rf -- * or: find . -print0 | xargs -0 rm -rf H. Shell scripting. Bert JW Regeer On Jul 22, 2007, at 4:31 PM, Quey wrote: Hi, A good option, I have been using it for a while. BTW, this ones for the coders... upon deleting my test domain with 90K

Re: [vchkpw] Failed to Delete User from Auth Backend

2007-07-26 Thread Shaohui Zheng
the file permission may be incorrect. On 7/27/07, Signet List Account <[EMAIL PROTECTED]> wrote: > > Update: > > > > The user is removed from the db, but the user's directory still exists. > Weird. > > > > > > > > *From:* Signet List Account [mailto:[EMAIL PROTECTED] > *Sent:* Thursday, July 26,