[vchkpw] qmail install script 1.3.13

2005-07-29 Thread Franck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

i've released a new version of my qmail installation script :
http://www.linuxpourtous.com/index.php?option=com_contenttask=viewid=24Itemid=4

CHANGELOG

* Versions of softwares sources updated
* Added Bresilian language (pt_BR). Thanks to Carlos Cesario.
* Minor bugfixes

You could post feedbacks in forum

Regards

Franck
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC6coz1zwfep5k9qERAvQ8AJ96OlwfjmldLRU1T8umDhgx0mzoOgCfclVJ
Lp4ozXy8GJr8Y2vnEsWiivQ=
=//Fw
-END PGP SIGNATURE-


[vchkpw] qmailadmin + quota usage error

2005-07-29 Thread Ronaldo Chan

Hi Guys,

 Can someone from the group can explain why the user quota doesn't 
update properly on qmailadmin interface while on
vuserinfo it display the correct usage. :) sorry if this question has 
been ask before.


My setup is vpopmail 5.5.0 and qmailadmin 1.2.7 on OpenBSD 3.7

Ronald Chan


Re: [vchkpw] qmailadmin + quota usage error

2005-07-29 Thread Rick Macdougall

Ronaldo Chan wrote:


Hi Guys,

 Can someone from the group can explain why the user quota doesn't 
update properly on qmailadmin interface while on
vuserinfo it display the correct usage. :) sorry if this question has 
been ask before.


My setup is vpopmail 5.5.0 and qmailadmin 1.2.7 on OpenBSD 3.7


Hi,

Possibly because 5.5.0 is not even close to stable ?

Where did you get your 5.5.0 version ?

Regards,

Rick



[vchkpw] vpopmail 5.5.3 vmoduser / vpopmaild bug

2005-07-29 Thread Kiril Todorov
Hello List,

There seems to be a small problem with vmoduser, version 5.5.3 (taken
from : http://www.inter7.com/vhostadmin/vpopmail-5.5.3.tar.gz
vmoduser -h gives the following:
version: 5.5.3
 -S ( system administrator privileges - access all domains )
 -E ( expert privileges - edit .qmail files )

trying to run the program, results in:

vmoduser -S [EMAIL PROTECTED]
vmoduser: invalid option -- S

vmoduser -E [EMAIL PROTECTED]
vmoduser: invalid option -- E

I have no knowledge in C, but thanks to a colleague of mine we found the
following:
The vmoduser.c file, line 276 contains the following lits of possible
options:
while( (c=getopt(argc,argv,D:avunxc:q:dpswibro0123he:C:fF)) != -1 ) {

while the case following it has the -S -E options.

So, changing this line to:

while( (c=getopt(argc,argv,D:avunxc:q:dpswibro0123he:CSE:fF)) != -1 ) {

results in working correctly setting of -S -E flags.

After -S was set correctly for the [EMAIL PROTECTED] account, this
account could successufly create domains via vpopmaild :)
thanks for that piece of code inter7!

keep up the good work!


signature.asc
Description: OpenPGP digital signature