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:

[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

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 mailbox,

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 Brookings m...@inter7.com GnuPG Key D9414F70 Software developer Systems

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