Re: [vchkpw] qmailadmin version

2003-11-06 Thread Tom Collins
On Wednesday, November 5, 2003, at 11:54  AM, Remo Mattei wrote:
I have problem once I install qmailadmin on a version that is higher
than .16 any suggestions? I do can log in but I cannot see anything 
else
other than logout in the menu list any suggestions?
I made changes in 1.0.28 that might be related to that problem, so 
please try it (download from qmailadmin.sf.net) and let us know if you 
continue to have problems.

--
Tom Collins  -  [EMAIL PROTECTED]
Note: The Tom Logic offices will be closed October 23 to November 18.
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/



Re: [vchkpw] qmailadmin version

2003-11-06 Thread Michael Bowe
  i recently install qmailadmin-stable (and latest devel)  with
  vpopmail-5.3.29 with postgresql auth,
  instalation work fine, but qmailadmin not do his job. , i can login
with
  postmaster account, but every link that i click, return with empty
page.
  and error from apache;

 I have duplicated that fault on my test server
 I have an idea where it is coming from

 Hopefully I can post a patch soon.

OK, I have found the bug.

It is in the vauth_getall() function

I have opened tracker on sourceforge for it [837139]

Patch to be uploaded shortly.

Michael.




Re: [vchkpw] qmailadmin version

2003-11-04 Thread Remo Mattei
I have problem once I install qmailadmin on a version that is higher
than .16 any suggestions? I do can log in but I cannot see anything else
other than logout in the menu list any suggestions?

Thanks.

Remo
On Fri, 2003-10-31 at 20:12, Muhammad Reza wrote:
 Michael Bowe wrote:
 
 - Original Message - 
 From: Muhammad Reza [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, November 01, 2003 2:22 PM
 Subject: [vchkpw] qmailadmin version
 
 
   
 
 dear list
 i recently install qmailadmin-stable (and latest devel)  with
 vpopmail-5.3.29 with postgresql auth,
 instalation work fine, but qmailadmin not do his job. , i can login with
 postmaster account, but every link that i click, return with empty page.
 and error from apache;
 vauth_getpw: failed select: SELECT pw_name, pw_passwd, pw_uid, pw_gid,
 pw_gecos, pw_dir, pw_shell , pw_clear_passwd FROM users WHERE pw_name =
 '' : ERROR:  Relation users does not exist
 
 
 
 Mmmm, that seems a bit suspect.
 
 Notice how the pw_name is blank in the SQL string
 
 I have recently been doing a bit of tinkering with the Postgres module, to
 get some documentation going as per my existing MySQL docs at
 http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm
 
 I have found a few bugs/niggles in the vpopmail postgres code which I will
 be posting updates for shortly. While I am at it, I will see if I can find
 out what is causing your bug as well.
 
 Michael.
   
 
 
 thnaks Michael.
 
 my installation step is part of  your documentation except for the 
 vpopmail authentication and webmail imap client , my imap client is 
 OpenGroupware that use postgresql as its database, and i dont want to 
 have 2 different SQL in my server.
 
 regards
 reza
 
 
 
   
 
 
 
 



Re: [vchkpw] qmailadmin version

2003-11-01 Thread Michael Bowe
 i recently install qmailadmin-stable (and latest devel)  with
 vpopmail-5.3.29 with postgresql auth,
 instalation work fine, but qmailadmin not do his job. , i can login with
 postmaster account, but every link that i click, return with empty page.
 and error from apache;
 vauth_getpw: failed select: SELECT pw_name, pw_passwd, pw_uid, pw_gid,
 pw_gecos, pw_dir, pw_shell , pw_clear_passwd FROM users WHERE pw_name =
 '' : ERROR:  Relation users does not exist
 
 
 
 Mmmm, that seems a bit suspect.
 
 Notice how the pw_name is blank in the SQL string
 
 I have recently been doing a bit of tinkering with the Postgres module,
to
 get some documentation going as per my existing MySQL docs at
 http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm
 
 I have found a few bugs/niggles in the vpopmail postgres code which I
will
 be posting updates for shortly. While I am at it, I will see if I can
find
 out what is causing your bug as well.

I have duplicated that fault on my test server
I have an idea where it is coming from

Hopefully I can post a patch soon.

Michael.




[vchkpw] qmailadmin version

2003-10-31 Thread Muhammad Reza
dear list
i recently install qmailadmin-stable (and latest devel)  with 
vpopmail-5.3.29 with postgresql auth,
instalation work fine, but qmailadmin not do his job. :(, i can login 
with postmaster account, but every link that i click, return with empty 
page.
and error from apache;
vauth_getpw: failed select: SELECT pw_name, pw_passwd, pw_uid, pw_gid, 
pw_gecos, pw_dir, pw_shell , pw_clear_passwd FROM users WHERE pw_name = 
'' : ERROR:  Relation users does not exist

what should i do, how my remedy, ?

regards
reza





[vchkpw] qmailadmin version

2003-10-31 Thread Muhammad Reza
dear list
i recently install qmailadmin-stable (and latest devel)  with 
vpopmail-5.3.29 with postgresql auth,
instalation work fine, but qmailadmin not do his job. , i can login with 
postmaster account, but every link that i click, return with empty page.
and error from apache;
vauth_getpw: failed select: SELECT pw_name, pw_passwd, pw_uid, pw_gid, 
pw_gecos, pw_dir, pw_shell , pw_clear_passwd FROM users WHERE pw_name = 
'' : ERROR:  Relation users does not exist

what should i do, how my remedy, ?

regards
reza






Re: [vchkpw] qmailadmin version

2003-10-31 Thread Michael Bowe


- Original Message - 
From: Muhammad Reza [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, November 01, 2003 2:22 PM
Subject: [vchkpw] qmailadmin version


 dear list
 i recently install qmailadmin-stable (and latest devel)  with
 vpopmail-5.3.29 with postgresql auth,
 instalation work fine, but qmailadmin not do his job. , i can login with
 postmaster account, but every link that i click, return with empty page.
 and error from apache;
 vauth_getpw: failed select: SELECT pw_name, pw_passwd, pw_uid, pw_gid,
 pw_gecos, pw_dir, pw_shell , pw_clear_passwd FROM users WHERE pw_name =
 '' : ERROR:  Relation users does not exist

Mmmm, that seems a bit suspect.

Notice how the pw_name is blank in the SQL string

I have recently been doing a bit of tinkering with the Postgres module, to
get some documentation going as per my existing MySQL docs at
http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm

I have found a few bugs/niggles in the vpopmail postgres code which I will
be posting updates for shortly. While I am at it, I will see if I can find
out what is causing your bug as well.

Michael.




Re: [vchkpw] qmailadmin version

2003-10-31 Thread Muhammad Reza
Michael Bowe wrote:

- Original Message - 
From: Muhammad Reza [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, November 01, 2003 2:22 PM
Subject: [vchkpw] qmailadmin version

 

dear list
i recently install qmailadmin-stable (and latest devel)  with
vpopmail-5.3.29 with postgresql auth,
instalation work fine, but qmailadmin not do his job. , i can login with
postmaster account, but every link that i click, return with empty page.
and error from apache;
vauth_getpw: failed select: SELECT pw_name, pw_passwd, pw_uid, pw_gid,
pw_gecos, pw_dir, pw_shell , pw_clear_passwd FROM users WHERE pw_name =
'' : ERROR:  Relation users does not exist
   

Mmmm, that seems a bit suspect.

Notice how the pw_name is blank in the SQL string

I have recently been doing a bit of tinkering with the Postgres module, to
get some documentation going as per my existing MySQL docs at
http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm
I have found a few bugs/niggles in the vpopmail postgres code which I will
be posting updates for shortly. While I am at it, I will see if I can find
out what is causing your bug as well.
Michael.
 

thnaks Michael.

my installation step is part of  your documentation except for the 
vpopmail authentication and webmail imap client , my imap client is 
OpenGroupware that use postgresql as its database, and i dont want to 
have 2 different SQL in my server.

regards
reza