Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kengheng wrote: > Dear All, I've installed vpopmail-5.5.0-1239053335 and compiled mysql > backend successfully. However, whenever I try to run a vpopmail bin, it > will generate a error msg to me as below: > > vpopmail/bin/vadddomain abc.mydomain.com

[vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-07 Thread kengheng
Dear All, I've installed vpopmail-5.5.0-1239053335 and compiled mysql backend successfully. However, whenever I try to run a vpopmail bin, it will generate a error msg to me as below: vpopmail/bin/vadddomain abc.mydomain.com vauth_load_module: dlopen(/var/qmail/vpopmail/etc/vpopmail.authmodule)

[vchkpw] vusaged question

2009-04-07 Thread Wouter van der Schagt
Good morning all, Am I correct in assuming the the vusaged can be used for retrieving the current amount of storage used of a particular mailbox? If so, where does this information come from, is it the actual size used on the disk or is it based on a Maildir calculation? Is there any informati

Re: [vchkpw] vusaged question

2009-04-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wouter van der Schagt wrote: > Good morning all, > > Am I correct in assuming the the vusaged can be used for retrieving the > current amount of storage used of a particular mailbox? If so, where You are correct. It can also return usage for a parti

Re: [vchkpw] vusaged question

2009-04-07 Thread Wouter van der Schagt
You are correct. It can also return usage for a particular domain. Instead of querying with 'u...@domain', query with '@domain'. Great, does this return 1 value (i suppose so), or a comma delimited range mailbox, storage used...or is this is easy to make and iterate ourselves.. Is that what

Re: [vchkpw] vusaged question

2009-04-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wouter van der Schagt wrote: >> You are correct. It can also return usage for a particular domain. >> Instead of >> querying with 'u...@domain', query with '@domain'. > > Great, does this return 1 value (i suppose so), or a comma delimited range > ma

Re: [vchkpw] vusaged question

2009-04-07 Thread Wouter van der Schagt
Now I'm totally lost. What do you mean by delimited values? My apologies, what i meant with the delimited output was: Query daemon with: '@domain'. Output: i...@domain,129387 pe...@domain,19273 ja...@domain,102938 Where the output is comma delimited as mailbox,storage_used Sincerely, - Wout

Re: [vchkpw] vusaged question

2009-04-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wouter van der Schagt wrote: >> Now I'm totally lost. What do you mean by delimited values? > > My apologies, what i meant with the delimited output was: > > Query daemon with: '@domain'. > Output: > > i...@domain,129387 > pe...@domain,19273 > ja..

Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-07 Thread kengheng
Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kengheng wrote: Dear All, I've installed vpopmail-5.5.0-1239053335 and compiled mysql backend successfully. However, whenever I try to run a vpopmail bin, it will generate a error msg to me as below: vpopmail/bin/vadddomain

Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kengheng wrote: >> ln -s /var/qmail/vpopmail/lib/vmysql.so Please paste output of: ldd /var/qmail/vpopmail/lib/vmysql.so - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7

Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-07 Thread kengheng
here the output # ldd /var/qmail/vpopmail/lib/vmysql.so linux-gate.so.1 => (0xe000) libz.so.1 => /lib/libz.so.1 (0xb8018000) libm.so.6 => /lib/libm.so.6 (0xb7fef000) libc.so.6 => /lib/libc.so.6 (0xb7e93000) /lib/ld-linux.so.2 (0xb805)* * Matt Brookings