[qmailadmin] qmailadmin login problem

2006-10-18 Thread daniel
Hi list !

I recently have to reinstall my qmail based mail server and now it's up
and running.

The problem is with the web based administration part which for some
unknown reason to me i can't get it to work.

Vqadmin installed right out of the box and works perfect.

The problem is with qmailadmin, after some work to get it display on my
virtualhost address i stumbled on the login part. I supply the required
username (postmaster) and the correct password but the script responds
Invalid login. I guess it complains from other reason then wrong
username/password but in the webserver's error log i can't find any info
related to this !

I tried with a secure virtualhost but the result is the same.

After some googleing i've set the owner of qmailadmin to root because i
thought is a permissions issue but, no result. I don't use suexec.
Vpopmail is using mysql tables to store data and my toaster is setup after
Bill Shupp's tutorial (www.shupp.org). I've setup the virtual domains
using the -u switch to enable system quotas for my hosted domains.

The mysql server is not local so i've put the following line in
vpopmail.mysql:

db.my_domain.com|0|mysql_user|mysql_pass|vpopmail

Vpopmail works fine with this setting, i can receive and send mail but
qmailadmin refuses to work :(

I sense there's a permission related problem but i can't locate it since
the logs do not tell me anything !

Thanks in advance for your help !



Re: [qmailadmin] qmailadmin login problem

2006-10-18 Thread Kenny Lee
Hi Daniel ...

check your firewall setting ... you candisable all firewall (should have 2 firewalls' setting there) of your server, then only you try to login to your qmailadmin ... after you able to login,go back and enable the firewall again, then try to set the setting... qmailadmin able to work with the firewall ... so you no need to off your firewall ... just only setting ...


Regards,
Kenny
- Original Message From: "[EMAIL PROTECTED]" [EMAIL PROTECTED]To: qmailadmin@inter7.comSent: Wednesday, October 18, 2006 11:01:19 PMSubject: [qmailadmin] qmailadmin login problem
Hi list !I recently have to reinstall my qmail based mail server and now it's upand running.The problem is with the web based administration part which for someunknown reason to me i can't get it to work.Vqadmin installed right out of the box and works perfect.The problem is with qmailadmin, after some work to get it display on myvirtualhost address i stumbled on the login part. I supply the requiredusername (postmaster) and the correct password but the script responds"Invalid login". I guess it complains from other reason then wrongusername/password but in the webserver's error log i can't find any inforelated to this !I tried with a secure virtualhost but the result is the same.After some googleing i've set the owner of qmailadmin to root because ithought is a permissions issue but, no result. I don't use suexec.Vpopmail is using mysql tables to store data and my toaster is setup
 afterBill Shupp's tutorial (www.shupp.org). I've setup the virtual domainsusing the -u switch to enable system quotas for my hosted domains.The mysql server is not local so i've put the following line invpopmail.mysql:db.my_domain.com|0|mysql_user|mysql_pass|vpopmailVpopmail works fine with this setting, i can receive and send mail butqmailadmin refuses to work :(I sense there's a permission related problem but i can't locate it sincethe logs do not tell me anything !Thanks in advance for your help !


[qmailadmin] Login Problem

2003-08-28 Thread Schwarz Hans-Juergen
Hello List,
I have installed vpopmail 5.3.20-mysql and qmailadmin 1.0.26. Everything 
went well. I can send and receive Mails and I can log into my accounts 
with the clients but I can't with qmailadmin. I always get a Bad 
Login Error. I don't know where that stuff gets logged because I did 
not need it for the versions under 1.0.26. Did I missed something? Are 
there logs anyway exept of the apache logs? Here my configure options:

./configure --enable-cgibindir=/var/www/qmailadmin/cgi-bin 
--enable-htmldir=/var/www/qmailadmin 
--with-htmllibdir=/var/www/qmailadmin 
--enable-imagedir=/images/qmailadmin
--enable-modify-spam=y 
--enable-help=y

Sorry but I can't give more information. Thank you very much for your 
help.

Hans-Juergen




RE: [qmailadmin] login problem

2003-03-25 Thread Wil Hatfield - HVHM Customer Care
Qmailadmin doesn't support MySQL. Since when? Supports it fine from my end.

Giacomo,

Check that your /cgi-bin/qmailadmin is chmod 4755 and that it is owned by
root:wheel or whatever your root equivelent is on your system.

Also make sure that user vpopmail has access to the ~vpopmail/domains
directory and those domains below it. Usually chmod 700 for security
reasons.

Since Qmailadmin runs under Apache you can also check the error_log for
Apache usually under apache/logs/

Wil



 -Original Message-
 From: HONTI Miklos [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 24, 2003 4:14 PM
 To: Capitano
 Cc: [EMAIL PROTECTED]
 Subject: Re: [qmailadmin] login problem



 as you an read in all doc, faq, archive, qmailadmin do not support
 mysql.
 maybe there is an other web interface for vpopmail+mysql, or you can write
 one easily for example in php.

 bye

 Miki

 On Tue, 25 Mar 2003, Capitano wrote:

  Hi all
 
  I've installed a mailserver that give me a strange problem:
  Qmailadmin doesn't permit me to login, like when the password is wrong.
  Mysql log shows me that vadddomain and vadduser work well.
  Where could I found some hints to resolve this problem (logs) ?
 
  thanks
 
  Giacomo
 
 





Re: [qmailadmin] login problem

2003-03-25 Thread Capitano
- Original Message -
From: Wil Hatfield - HVHM Customer Care [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, March 25, 2003 11:25 PM
Subject: RE: [qmailadmin] login problem


 Check that your /cgi-bin/qmailadmin is chmod 4755 and that it is owned by
 root:wheel or whatever your root equivelent is on your system.

you are right the prob was the sticky!
for the owner I use vpopmail:vchkpw like the tutorial that I've followed
say.

thank you very much for the help!

Giacomo



RE: [qmailadmin] login problem

2003-03-25 Thread Wil Hatfield - HVHM Customer Care
Capitano,

Your welcome. I use mine owned by root:wheel so that if I have a postoffice
located under a user's home directory owned by that user it will step down
and setuid to that user. But if you are using stock Vpopmail then you can
leave it at vpopmail:vchkpw.

Wil

 -Original Message-
 From: Capitano [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, March 25, 2003 4:21 PM
 To: Wil Hatfield - HVHM Customer Care; [EMAIL PROTECTED]
 Subject: Re: [qmailadmin] login problem


 - Original Message -
 From: Wil Hatfield - HVHM Customer Care [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, March 25, 2003 11:25 PM
 Subject: RE: [qmailadmin] login problem


  Check that your /cgi-bin/qmailadmin is chmod 4755 and that it
 is owned by
  root:wheel or whatever your root equivelent is on your system.

 you are right the prob was the sticky!
 for the owner I use vpopmail:vchkpw like the tutorial that I've followed
 say.

 thank you very much for the help!

 Giacomo






[qmailadmin] login problem

2003-03-24 Thread Capitano
Hi all

I've installed a mailserver that give me a strange problem:
Qmailadmin doesn't permit me to login, like when the password is wrong.
Mysql log shows me that vadddomain and vadduser work well.
Where could I found some hints to resolve this problem (logs) ?

thanks

Giacomo



Re: [qmailadmin] login problem

2003-03-24 Thread HONTI Miklos

as you an read in all doc, faq, archive, qmailadmin do not support
mysql.
maybe there is an other web interface for vpopmail+mysql, or you can write
one easily for example in php.

bye

Miki

On Tue, 25 Mar 2003, Capitano wrote:

 Hi all

 I've installed a mailserver that give me a strange problem:
 Qmailadmin doesn't permit me to login, like when the password is wrong.
 Mysql log shows me that vadddomain and vadduser work well.
 Where could I found some hints to resolve this problem (logs) ?

 thanks

 Giacomo