Re: [vchkpw] vqadmin cgi

2009-03-10 Thread Remo Mattei
Look at the apace logs it will tell you and it already says it  
permission what is the user of apache? Is it running as vpopmail?

Ciao

Inviato da iPhone

Il giorno 10/mar/09, alle ore 00:07, Mohsen Pahlevanzadeh moh...@pahlevanzadeh.org 
 ha scritto:



Dear all,
I made following VortualHost for vqadmin:
--
VirtualHost 127.0.0.2 
   DocumentRoot /usr/lib/cgi-bin/vqadmin
   ServerName vqadmin
#   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/vqadmin
   AddHandler cgi-script .cgi .pl
   ErrorLog /usr/lib/cgi-bin/vqadmin/http-error.log
   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
Directory /usr/lib/cgi-bin/vqadmin
   allow from all
   Options ExecCGI
   AllowOverride AuthConfig
   Order deny,allow
/Directory

/VirtualHost
--
I have apache 2.Also i wrote two following lines in /etc/hosts:
127.0.0.1debian
127.0.0.2vqadmin
==
When i use vqadmin in my firefox, a dialog is opened  i user my  
pass 

my use.But i see following error:
0
Forbidden
You don't have permission to access / on this server.
000
Please help me
Yours,
Mohsen









!DSPAM:49b606da32689061252192!



Re: [vchkpw] vqadmin cgi

2009-03-10 Thread Mohsen Pahlevanzadeh
My problem was .htaccess permission.Thank you.
But i have new problem.I can authenticate.But i see Error Syntax erorr
in access lists in browser.My acl file is :
###
mohsen  VIMUDCAX mohsen
##
Yours,
Mohsen

On Tue, 2009-03-10 at 00:21 -0600, Remo Mattei wrote:
 Look at the apace logs it will tell you and it already says it  
 permission what is the user of apache? Is it running as vpopmail?
 Ciao
 
 Inviato da iPhone
 
 Il giorno 10/mar/09, alle ore 00:07, Mohsen Pahlevanzadeh 
 moh...@pahlevanzadeh.org 
   ha scritto:
 
  Dear all,
  I made following VortualHost for vqadmin:
  --
  VirtualHost 127.0.0.2 
 DocumentRoot /usr/lib/cgi-bin/vqadmin
 ServerName vqadmin
  #   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/vqadmin
 AddHandler cgi-script .cgi .pl
 ErrorLog /usr/lib/cgi-bin/vqadmin/http-error.log
 ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
  Directory /usr/lib/cgi-bin/vqadmin
 allow from all
 Options ExecCGI
 AllowOverride AuthConfig
 Order deny,allow
  /Directory
 
  /VirtualHost
  --
  I have apache 2.Also i wrote two following lines in /etc/hosts:
  127.0.0.1debian
  127.0.0.2vqadmin
  ==
  When i use vqadmin in my firefox, a dialog is opened  i user my  
  pass 
  my use.But i see following error:
  0
  Forbidden
  You don't have permission to access / on this server.
  000
  Please help me
  Yours,
  Mohsen
 
 
 
 
 
  
 
 
 
 


!DSPAM:49b6113432689875153030!



Re: [vchkpw] vqadmin cgi [solved]

2009-03-10 Thread Mohsen Pahlevanzadeh
I have found a space between mohsen  restricted.vqadmin doesn't accept
one more space between fields.

On Tue, 2009-03-10 at 10:34 +0330, Mohsen Pahlevanzadeh wrote:
 My problem was .htaccess permission.Thank you.
 But i have new problem.I can authenticate.But i see Error Syntax erorr
 in access lists in browser.My acl file is :
 ###
 mohsen  VIMUDCAX mohsen
 ##
 Yours,
 Mohsen
 
 On Tue, 2009-03-10 at 00:21 -0600, Remo Mattei wrote:
  Look at the apace logs it will tell you and it already says it  
  permission what is the user of apache? Is it running as vpopmail?
  Ciao
  
  Inviato da iPhone
  
  Il giorno 10/mar/09, alle ore 00:07, Mohsen Pahlevanzadeh 
  moh...@pahlevanzadeh.org 
ha scritto:
  
   Dear all,
   I made following VortualHost for vqadmin:
   --
   VirtualHost 127.0.0.2 
  DocumentRoot /usr/lib/cgi-bin/vqadmin
  ServerName vqadmin
   #   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/vqadmin
  AddHandler cgi-script .cgi .pl
  ErrorLog /usr/lib/cgi-bin/vqadmin/http-error.log
  ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
   Directory /usr/lib/cgi-bin/vqadmin
  allow from all
  Options ExecCGI
  AllowOverride AuthConfig
  Order deny,allow
   /Directory
  
   /VirtualHost
   --
   I have apache 2.Also i wrote two following lines in /etc/hosts:
   127.0.0.1debian
   127.0.0.2vqadmin
   ==
   When i use vqadmin in my firefox, a dialog is opened  i user my  
   pass 
   my use.But i see following error:
   0
   Forbidden
   You don't have permission to access / on this server.
   000
   Please help me
   Yours,
   Mohsen
  
  
  
  
  
   
  
  
  
  
 
 
 
 


!DSPAM:49b619b732681658710955!



Re: [vchkpw] vQadmin was unable to determine your username

2006-09-02 Thread Remo Mattei
try those settings for your cgi

Directory /yourpatch/cgi-bin
Options FollowSymLinks ExecCGI
order deny,allow
deny from none
allow from all
Limit GET POST
order deny,allow
deny from none
allow from all
/Limit
/Directory

Have a good day.

Remo
Ronald Wiplinger wrote:
 Remo Mattei wrote:
 If you would not cut the original post in your reply, than you would
 still see it ;-)
 For your convenience I have copied the original part again here:


 I get following picture displayed:

 *Authentication Failed Username unknown*

 **vQadmin was unable to determine your username, which
 means your webserver is improperly configured to run
 with this CGI.  For security reasons, this script
 will not run without Apache htaccess lists.

 vqadmin http://www.inter7.com/vqadmin/ 2.3.6

 vpopmail http://www.inter7.com/vpopmail/ 5.4.13**




 httpd.conf includes:

 Directory /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin
   deny from all
   Options ExecCGI FollowSymLinks
   AllowOverride AuthConfig
   Order deny,allow
 /Directory


 # cat /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin/.htaccess AuthType Basic
 AuthUserFile /srv/www/vqadmin.passwd
 AuthName vQadmin
 require valid-user
 satisfy any



 # cat /srv/www/vqadmin.passwd xx4admin:B.f/I7z.



 What do I miss?

 bye

 Ronald





Re: [vchkpw] vQadmin was unable to determine your username

2006-09-02 Thread Matt Cornell
On 9/2/06, Ronald Wiplinger [EMAIL PROTECTED] wrote:
Remo Mattei wrote: what options do you have in your apache settings for the cgi directory?If you would not cut the original post in your reply, than you wouldstill see it ;-)Ronald Wiplinger wrote:
 Remo Mattei wrote:
 what options do you have in your apache settings for the cgi directory?   
 If you would not cut the original post in your reply, than you would  still see it  ;-) 
  Just to clarify a bit for both parties... your config file is kind of like xml, with the/ !lessthen!/directory !greaterthen! tags. Everything between those tags might not have shown up on a webmail interface or 
some other reason like that.Just a quick note on the error message:
 **vQadmin was unable to determine your username, which  means your webserver is improperly configured to run
  with this CGI.  For security reasons, this script  will not run without Apache htaccess lists.This covers most all of the problems, but another thing I ran into once 
though was that I added a user name to the htaccess list but didn't specify any permissions in the vqadmin.acl  file which should be in the same directory as the vqadmin.cgiJust another $.02 USD into the pot...
Regards,Matt Cornell


Re: [vchkpw] vQadmin was unable to determine your username

2006-09-02 Thread Ronald Wiplinger

Remo Mattei wrote:

try those settings for your cgi

Directory /yourpatch/cgi-bin
Options FollowSymLinks ExecCGI
order deny,allow
deny from none
allow from all
Limit GET POST
order deny,allow
deny from none
allow from all
/Limit
/Directory
  


Did not change anything (yes, I restarted apache!)

# grep -v ^# vqadmin.acl
default - ...
tech VI tech1user
admin VIMUDCAX xx4admin
senior * admin VIMUDCAX xx4admin

What else could be still possible?

bye

Ronald

Have a good day.

Remo
Ronald Wiplinger wrote:
  

Remo Mattei wrote:
If you would not cut the original post in your reply, than you would
still see it ;-)
For your convenience I have copied the original part again here:


I get following picture displayed:

*Authentication Failed Username unknown*

**vQadmin was unable to determine your username, which
means your webserver is improperly configured to run
with this CGI.  For security reasons, this script
will not run without Apache htaccess lists.

vqadmin http://www.inter7.com/vqadmin/ 2.3.6

vpopmail http://www.inter7.com/vpopmail/ 5.4.13**




httpd.conf includes:

Directory /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin
  deny from all
  Options ExecCGI FollowSymLinks
  AllowOverride AuthConfig
  Order deny,allow
/Directory


# cat /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin/.htaccess AuthType Basic
AuthUserFile /srv/www/vqadmin.passwd
AuthName vQadmin
require valid-user
satisfy any



# cat /srv/www/vqadmin.passwd xx4admin:B.f/I7z.



What do I miss?

bye

Ronald





Re: [vchkpw] vQadmin was unable to determine your username

2006-09-01 Thread Austin Jorden
I think the htpasswd file has to be .htpasswd and not just .passwd

Change both of those and see what happens :)

Thanks,
Austin jorden


On Thu, August 31, 2006 8:51 pm, Ronald Wiplinger wrote:
 I get following picture displayed:

 *Authentication Failed Username unknown*

 **vQadmin was unable to determine your username, which
 means your webserver is improperly configured to run
 with this CGI.  For security reasons, this script
 will not run without Apache htaccess lists.

 vqadmin http://www.inter7.com/vqadmin/ 2.3.6

 vpopmail http://www.inter7.com/vpopmail/ 5.4.13**




 httpd.conf includes:

 Directory /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin
 deny from all
 Options ExecCGI FollowSymLinks
 AllowOverride AuthConfig
 Order deny,allow
 /Directory


 # cat /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin/.htaccess
 AuthType Basic
 AuthUserFile /srv/www/vqadmin.passwd
 AuthName vQadmin
 require valid-user
 satisfy any



 # cat /srv/www/vqadmin.passwd
 xx4admin:B.f/I7z.



 What do I miss?

 bye

 Ronald





Re: [vchkpw] vQadmin was unable to determine your username

2006-09-01 Thread Ronald Wiplinger

Austin Jorden wrote:

I think the htpasswd file has to be .htpasswd and not just .passwd
  

I cannot see that!!!
I have a

/srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin/.htaccess for the web site

and

AuthUserFile /srv/www/vqadmin.passwdwhere the passwords are stored.


I made another test:
I copied the .htaccess to another website into the htdocs directory and added 
the lines into httpd.conf for this directory. And it works there!

Either vpopmail or apache does not like to handle the .htaccess file in the 
cgi-directory.

Any thoughts?

bye

Ronald


Change both of those and see what happens :)

Thanks,
Austin jorden


On Thu, August 31, 2006 8:51 pm, Ronald Wiplinger wrote:
  

I get following picture displayed:

*Authentication Failed Username unknown*

**vQadmin was unable to determine your username, which
means your webserver is improperly configured to run
with this CGI.  For security reasons, this script
will not run without Apache htaccess lists.

vqadmin http://www.inter7.com/vqadmin/ 2.3.6

vpopmail http://www.inter7.com/vpopmail/ 5.4.13**




httpd.conf includes:

Directory /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin
deny from all
Options ExecCGI FollowSymLinks
AllowOverride AuthConfig
Order deny,allow
/Directory


# cat /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin/.htaccess
AuthType Basic
AuthUserFile /srv/www/vqadmin.passwd
AuthName vQadmin
require valid-user
satisfy any



# cat /srv/www/vqadmin.passwd
xx4admin:B.f/I7z.



What do I miss?

bye

Ronald





Re: [vchkpw] vQadmin was unable to determine your username

2006-09-01 Thread Remo Mattei
what options do you have in your apache settings for the cgi directory?
How can we help if we do not see that?

Remo

Ronald Wiplinger wrote:
 Austin Jorden wrote:
 I cannot see that!!!
 I have a

 /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin/.htaccess for the web site

 and

 AuthUserFile /srv/www/vqadmin.passwdwhere the passwords are stored.


 I made another test:
 I copied the .htaccess to another website into the htdocs directory
 and added the lines into httpd.conf for this directory. And it works
 there!

 Either vpopmail or apache does not like to handle the .htaccess file
 in the cgi-directory.

 Any thoughts?

 bye

 Ronald




Re: [vchkpw] vQadmin was unable to determine your username

2006-09-01 Thread Ronald Wiplinger

Remo Mattei wrote:

what options do you have in your apache settings for the cgi directory?
  
If you would not cut the original post in your reply, than you would 
still see it ;-)

How can we help if we do not see that?

  

For your convenience I have copied the original part again here:


I get following picture displayed:

*Authentication Failed Username unknown*

**vQadmin was unable to determine your username, which
means your webserver is improperly configured to run
with this CGI.  For security reasons, this script
will not run without Apache htaccess lists.

vqadmin http://www.inter7.com/vqadmin/ 2.3.6

vpopmail http://www.inter7.com/vpopmail/ 5.4.13**




httpd.conf includes:

Directory /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin
  deny from all
  Options ExecCGI FollowSymLinks
  AllowOverride AuthConfig
  Order deny,allow
/Directory


# cat /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin/.htaccess AuthType Basic
AuthUserFile /srv/www/vqadmin.passwd
AuthName vQadmin
require valid-user
satisfy any



# cat /srv/www/vqadmin.passwd xx4admin:B.f/I7z.



What do I miss?

bye

Ronald



Remo

Ronald Wiplinger wrote:
  

Austin Jorden wrote:
I cannot see that!!!
I have a

/srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin/.htaccess for the web site

and

AuthUserFile /srv/www/vqadmin.passwdwhere the passwords are stored.


I made another test:
I copied the .htaccess to another website into the htdocs directory
and added the lines into httpd.conf for this directory. And it works
there!

Either vpopmail or apache does not like to handle the .htaccess file
in the cgi-directory.

Any thoughts?

bye

Ronald







Re: [vchkpw] vqadmin

2006-05-16 Thread asimon
Thanks. Disabling selinux did the trick.


 Kim Christensen wrote:
 * Andrew Simon [EMAIL PROTECTED] [2006-05-14 14:16:38 -0400]:

Hopefully this is the right list for this question. Just built a new
server. When use vqadmin And try to list domains I get I get cannot
open assign file'. When I try to create a directory I get Unable to
chdir to vpopmail/domains/domain directory I have reinstalled and
made sure permission are correct. Any help would be appreciated.


 Hello Andrew!

 First of all, please set your e-mail client so that it uses linebreaks
 properly - or at least make some of them yourself :-)

 Now to answer your question, what are the permissions on vqadmin.cgi?
 That file needs to be setuid root in order to function properly, that's
 why you are getting those errors.

 Regards

 Also, if your linux distribution has selinux, make sure it is
 not enforcing on the vqadmin.cgi.

 Ken Jones





Re: [vchkpw] vqadmin

2006-05-15 Thread Ken Jones

Kim Christensen wrote:

* Andrew Simon [EMAIL PROTECTED] [2006-05-14 14:16:38 -0400]:

Hopefully this is the right list for this question. Just built a new 
server. When use vqadmin And try to list domains I get I get cannot 
open assign file'. When I try to create a directory I get Unable to 
chdir to vpopmail/domains/domain directory I have reinstalled and 
made sure permission are correct. Any help would be appreciated.



Hello Andrew!

First of all, please set your e-mail client so that it uses linebreaks
properly - or at least make some of them yourself :-)

Now to answer your question, what are the permissions on vqadmin.cgi?
That file needs to be setuid root in order to function properly, that's
why you are getting those errors. 


Regards


Also, if your linux distribution has selinux, make sure it is
not enforcing on the vqadmin.cgi.

Ken Jones



Re: [vchkpw] vqadmin

2006-05-14 Thread Kim Christensen
* Andrew Simon [EMAIL PROTECTED] [2006-05-14 14:16:38 -0400]:
 Hopefully this is the right list for this question. Just built a new 
 server. When use vqadmin And try to list domains I get I get cannot 
 open assign file'. When I try to create a directory I get Unable to 
 chdir to vpopmail/domains/domain directory I have reinstalled and 
 made sure permission are correct. Any help would be appreciated.

Hello Andrew!

First of all, please set your e-mail client so that it uses linebreaks
properly - or at least make some of them yourself :-)

Now to answer your question, what are the permissions on vqadmin.cgi?
That file needs to be setuid root in order to function properly, that's
why you are getting those errors. 

Regards
-- 
Kim Christensen
It's only after you've lost everything that you're free to do anything.


Re: [vchkpw] vqadmin silly question?

2004-04-13 Thread Fajar Priyanto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 13 April 2004 08:00 am, Ken Jones wrote:
 On Monday 12 April 2004 7:50 am, Fajar Priyanto wrote:
  Hi all,
  I hope it's not too silly for asking this:
  When I was setting up a domain using vqadmin, what does it mean and how
  to fill it in:
  Accounts: -- I assume it's the number of mailbox allowed? What if I want
  to set it unlimited?
  Forwards:
  Aliases:
  Autoresponder:
  Mailing lists:

 I think -1 means unlimited. Or just leave the fields blank.

 Ken Jones

Thanks Jones!
- -- 
Fajar Priyanto | Reg'd Linux User #327841 | http://linux.arinet.org
13:32:55 up 5:25, Mandrake Linux release 9.2 (FiveStar) for i586 
public key: https://www.arinet.org/fajar-pub.key
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAe4mukp5CsIXuxqURAr4bAJwIdz+aQnEcg+YOv2i+OD4zFPmRfACdFB+/
TQdL5Opx9pThAHVU3k3RrAg=
=BYE3
-END PGP SIGNATURE-



Re: [vchkpw] vqadmin silly question?

2004-04-12 Thread Raboo Treed
On 2004-04-12 14:50, Fajar Priyanto wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all,
I hope it's not too silly for asking this:
When I was setting up a domain using vqadmin, what does it mean and how to 
fill it in:
Accounts: -- I assume it's the number of mailbox allowed? What if I want to 
set it unlimited?
 

try 0 or leave it empty

I think both ways should work



Re: [vchkpw] vqadmin silly question?

2004-04-12 Thread Ken Jones
On Monday 12 April 2004 7:50 am, Fajar Priyanto wrote:
 Hi all,
 I hope it's not too silly for asking this:
 When I was setting up a domain using vqadmin, what does it mean and how to
 fill it in:
 Accounts: -- I assume it's the number of mailbox allowed? What if I want
 to set it unlimited?
 Forwards:
 Aliases:
 Autoresponder:
 Mailing lists:

I think -1 means unlimited. Or just leave the fields blank.

Ken Jones


Re: [vchkpw] VqAdmin Help Please

2004-04-01 Thread Bernd
I am getting the following error when trying to access VQAdmin

vQadmin was unable to determine your username, which
means your webserver is improperly configured to run
with this CGI.  For security reasons, this script
will not run without Apache htaccess lists.
vqadmin 2.3.2
vpopmail 5.2.2
--

I have setup .htaccess and put the directory in apache.  Basically, 
everything was followed from the INSTALL.  Any thoughts?


Does Apache ask you about your username and password or is he ignoring 
your .htaccess?

Greets
Bernd




Re: [vchkpw] VqAdmin Help Please

2004-04-01 Thread martin


Bernd wrote:

I am getting the following error when trying to access VQAdmin

vQadmin was unable to determine your username, which
means your webserver is improperly configured to run
with this CGI.  For security reasons, this script
will not run without Apache htaccess lists.
vqadmin 2.3.2
vpopmail 5.2.2
--

I have setup .htaccess and put the directory in apache.  Basically, 
everything was followed from the INSTALL.  Any thoughts?




Does Apache ask you about your username and password or is he ignoring 
your .htaccess?

Greets
Bernd


.
sorry about that... Apache is not prompting for UID  PW...just goes 
right to the error.  I am running qmailadmin and sqwebmail on the same 
box...they are working great.

thanks,
Marty





Re: [vchkpw] VqAdmin Help Please

2004-04-01 Thread Bernd
Bernd wrote:

I am getting the following error when trying to access VQAdmin

vQadmin was unable to determine your username, which
means your webserver is improperly configured to run
with this CGI.  For security reasons, this script
will not run without Apache htaccess lists.
vqadmin 2.3.2
vpopmail 5.2.2
--

I have setup .htaccess and put the directory in apache.  Basically, 
everything was followed from the INSTALL.  Any thoughts?




Does Apache ask you about your username and password or is he ignoring 
your .htaccess?

Greets
Bernd


.
sorry about that... Apache is not prompting for UID  PW...just goes 
right to the error.  I am running qmailadmin and sqwebmail on the same 
box...they are working great.

thanks,
Marty


Maybe you should check the AllowOverride options in httpd.conf

Greets
Bernd





Re: [vchkpw] vqadmin

2004-01-02 Thread Tom Collins
If Inter7 has a vqadmin list, it would probably be better to ask  
vqadmin questions on it instead of the vpopmail list.

On Jan 2, 2004, at 6:52 PM, DOV wrote:
when trying to setup a new virtual domain...
vqadmin reports:
Could not open qmail default
/var/qmail/control/defaultdomain contains www9.landings.com (which is  
the default AND the host name)

and exists:
/var/vpopmail/domains/www9.landings.com
drwx--3 vpopmail vchkpw   4096 Jan  2 20:24 domains
drwx--5 vpopmail vchkpw   4096 Jan  2 20:23  
www9.landings.com

-rwsr-sr-x1 root root   916788 Jan  2 20:14 vqadmin.cgi

contents of:/var/qmail/users/assign
+www9.landings.com-:www9.landings.com:89:89:/var/vpopmail/domains/ 
www9.landings.com:-::
vqadmin.cgi should probably be owned vpopmail.vchkpw.  I don't use it  
myself, so I could be totally wrong.

Make sure that your apache allows for suid cgi-bin.  Also make sure  
that the volume vqadmin.cgi is on isn't mounted with a nosuid option.

Does qmailadmin work on the same box?

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [vchkpw] vqadmin and my_user@localhost (2)

2003-12-29 Thread Jeremy Kitchen
On Mon, 2003-12-29 at 00:06, DOV wrote:
 Late breaking memory:
[snip lots of errors from mysql]

perhaps the user you have configured vpopmail to use for mysql does not
have permission to create the table?  Unfortunately, vpopmail isn't
smart enough to realize when it had a problem creating the table and
fail immediately, it still attempts to add the domain, so the error it
returns is misleading.

Also, if you could set your MUA to limit the width of your text to
approximately 70-80 characters, those people who are using text-based
clients will be able to read your email easier :)

-Jeremy
-- 
Jeremy Kitchen [EMAIL PROTECTED]



Re: [vchkpw] vqadmin and my_user@localhost

2003-12-29 Thread Tom Collins
On Dec 28, 2003, at 10:55 PM, DOV wrote:
Have been trying to get vpopmail + qmail + vqadmin etc... to work... 
no luck... simply going round and round (for five days now -- does not 
make one feel too good about nothing ;-)
Does ~vpopmail/etc/vpopmail.mysql contain the correct username and 
password for connecting to MySQL?

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [vchkpw] vqadmin and my_user@localhost

2003-12-29 Thread DOV
vpopmail.mysql has the right elements... verified via mysql -uName -pPW

Seems there may be an incompatibility with mysql 4.x as per previous email where a 
change is required for  INT(10) NOT NULL DEFAULT -1 ('-1' is needed).  Has this been 
the case for anyone else?

Any ideas?

Yonatan.



On Dec 28, 2003, at 10:55 PM, DOV wrote:
Have been trying to get vpopmail + qmail + vqadmin etc... to work... no luck... 
simply going round and round (for five days now -- does not make one feel too good 
about nothing ;-)

Does ~vpopmail/etc/vpopmail.mysql contain the correct username and password for 
connecting to MySQL?

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/




Re: [vchkpw] vqAdmin

2003-09-19 Thread Brad Dameron
This is the first time I have heard of it being on sourceforge as well. Was
anyone asked about this?

Brad Dameron
www.gammanetworking.com

- Original Message - 
From: Jeremy Kitchen [EMAIL PROTECTED]

 at the time I didn't realize there was a sourceforge project for
 autorespond, I thought we were maintaining that package.  check
 http://qmailadmin.sf.net and post your patch/bug report there :)

 -Jeremy

 -- 
 Jeremy Kitchen
 Systems Administrator




Re: [vchkpw] vqAdmin

2003-09-19 Thread Raboo Treed

I have a question why is the subject vqAdmin and we are speaking about
autorespond??

btw. autorespond 2.04 doesn't compile in freebsd 4.7 while 2.03 does.

- Original Message - 
From: Brad Dameron [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 9:25 AM
Subject: Re: [vchkpw] vqAdmin


 This is the first time I have heard of it being on sourceforge as well.
Was
 anyone asked about this?

 Brad Dameron
 www.gammanetworking.com

 - Original Message - 
 From: Jeremy Kitchen [EMAIL PROTECTED]
 
  at the time I didn't realize there was a sourceforge project for
  autorespond, I thought we were maintaining that package.  check
  http://qmailadmin.sf.net and post your patch/bug report there :)
 
  -Jeremy
 
  -- 
  Jeremy Kitchen
  Systems Administrator







Re: [vchkpw] vqAdmin

2003-09-18 Thread Brad Dameron
Ken,

Thanks for the offer. I appreciate the thought. I am currently overwhelmed
with my work load right now. The new company I work for is adding 10 to 15
new machines a month. I just wrote a replacement in PHP for now. Wish I had
time to help. As it is I haven't had any time to upgrade the autoresponder
with MySQL support like I wanted. Almost have to hire someone to do some
work for me. hehe

Brad Dameron
www.gammanetworking.com


- Original Message - 
From: Ken Jones [EMAIL PROTECTED]


 On Tuesday 16 September 2003 10:01 pm, Brad Dameron wrote:
  Anyone here know what is going on with vqadmin? There is a major issue
with
  the 2.3.5 that can easily wipe out control files. Have not tested
previous
  versions. I wrote on the list but noone has answered in days.
 
  Thanks,
  Brad

 I'm working on getting the source forge project up and running.

 Brad, care to help out as an admin or a developer for awhile?

 Ken Jones







Re: [vchkpw] vqAdmin

2003-09-18 Thread Jeremy Kitchen
On Thu, 2003-09-18 at 02:55, Brad Dameron wrote:
 Ken,
 time to help. As it is I haven't had any time to upgrade the autoresponder
 with MySQL support like I wanted. Almost have to hire someone to do some
 work for me. hehe

might want to grab my patch for autoresponder so it functions properly
with mailing lists ;)

I'm going to be implementing it and tossing it up on the inter7 site
probably today.

-- 
Jeremy Kitchen
Systems Administrator
.
Inter7 Internet Technologies, Inc.
www.inter7.com
866.528.3530 toll free
847.492.0470 int'l
847.492.0632 fax
GNUPG key ID: 93BDD6CE




Re: [vchkpw] vqAdmin

2003-09-18 Thread Brad Dameron

- Original Message - 
From: Jeremy Kitchen [EMAIL PROTECTED]


 might want to grab my patch for autoresponder so it functions properly
 with mailing lists ;)

 I'm going to be implementing it and tossing it up on the inter7 site
 probably today.

 -- 
 Jeremy Kitchen
 Systems Administrator
 .

Jeremy,

There is also a patch that should be added that blocks a so called possible
buffer overflow in autoresponder. This was not proven to actually be
exploitable but it could in some god unknown circumstance. I don't currently
have a link to it and my e-mail was cleaned recently. I'll try to get it and
we can figure out what needs to be done.

Brad Dameron
www.gammanetworking.com




Re: [vchkpw] vqAdmin

2003-09-18 Thread Jeremy Kitchen
On Fri, 2003-09-19 at 00:00, Brad Dameron wrote:
 - Original Message - 
 From: Jeremy Kitchen [EMAIL PROTECTED]
 
 
  might want to grab my patch for autoresponder so it functions properly
  with mailing lists ;)
 
  I'm going to be implementing it and tossing it up on the inter7 site
  probably today.
 
  -- 
  Jeremy Kitchen
  Systems Administrator
  .
 
 Jeremy,
 
 There is also a patch that should be added that blocks a so called possible
 buffer overflow in autoresponder. This was not proven to actually be
 exploitable but it could in some god unknown circumstance. I don't currently
 have a link to it and my e-mail was cleaned recently. I'll try to get it and
 we can figure out what needs to be done.
 

at the time I didn't realize there was a sourceforge project for
autorespond, I thought we were maintaining that package.  check
http://qmailadmin.sf.net and post your patch/bug report there :)

-Jeremy

-- 
Jeremy Kitchen
Systems Administrator
.
Inter7 Internet Technologies, Inc.
www.inter7.com
866.528.3530 toll free
847.492.0470 int'l
847.492.0632 fax
GNUPG key ID: 93BDD6CE




Re: [vchkpw] vqAdmin

2003-09-17 Thread Raboo Treed
I thing there isn't much development going on for vqadmin

- Original Message - 
From: Brad Dameron [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 5:01 AM
Subject: [vchkpw] vqAdmin


 Anyone here know what is going on with vqadmin? There is a major issue
with
 the 2.3.5 that can easily wipe out control files. Have not tested previous
 versions. I wrote on the list but noone has answered in days.

 Thanks,
 Brad







Re: [vchkpw] vqAdmin

2003-09-17 Thread Ken Jones
On Tuesday 16 September 2003 10:01 pm, Brad Dameron wrote:
 Anyone here know what is going on with vqadmin? There is a major issue with
 the 2.3.5 that can easily wipe out control files. Have not tested previous
 versions. I wrote on the list but noone has answered in days.

 Thanks,
 Brad

I'm working on getting the source forge project up and running.

Brad, care to help out as an admin or a developer for awhile?

Ken Jones



RE: [vchkpw] vqadmin: Script not found or unable to stat ??

2003-01-05 Thread Alan Murrell
Hello,

--- John Johnson [EMAIL PROTECTED] wrote:
 You need to make the .htaccess file as indicated
 In the directions...

The vqadmin install creates one.  The only thing I
needed to change in there was the path tot he 'users'
file, and since it needed to be readable by the
webserver, I changed the owner from 'nobody' to 'www'
(the user Apache runs under).  I did try it as
'nobody' as well, and same issue.

I did notice that the 'vqadmin.cgi' file is owned by
root:wheel; is this correct, or should it be owned by
someone else (since the install program made ownership
of almost every other file vpopmail:vchkpw, I can only
assume that the root:wheel ownership was deliberate,
but I just want to make sure.

Alan


__ 
Post your free ad now! http://personals.yahoo.ca




Re: [vchkpw] VQAdmin

2002-11-27 Thread Cory Wright
On Wed, Nov 27, 2002 at 12:20:27PM -0700, Don Tolbert wrote:
 Would someone be so kind as to point me in the direction of the VQAdmin
 mailing list?

http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=vqadmin+mailing+list

Cory





Re: [vchkpw] Vqadmin disable domain..

2002-11-05 Thread Bill Shupp
On Tuesday, November 5, 2002, at 03:11  PM, Michael Bellears wrote:


I'm currently running:

vqadmin 	2.3.4
vpopmail 	5.3.9
qmailadmin	1.0.6

And have just attempted to 'disable' an active domain from vqadmin:

Disable pop access
Disable imap access
Disable dialup access
Disable change password
Disable web access
Disable email relay

Which works for mail delivery/pop and imap access - But the user can 
still
access qmailadmin?

This really should be on the vqadmin list...  but

I don't believe there is a mechanism for disabling qmailadmin, except 
for using qmailadmin-limits to set maxpopaccounts, maxaliases, 
maxforwards, and maxmailinglists all to 0.  Then the postmaster could 
log in, but not do anything but delete existing accounts.

Regards,

Bill Shupp




RE: [vchkpw] vqadmin problem

2002-10-24 Thread Clayton Weise
Does the permission denied error come from apache or vqadmin?  Tail your
apache error log and see what it says.

-Clayton

-Original Message-
From: zafar [mailto:zafar_f3;my.web.pk]
Sent: Wednesday, October 23, 2002 11:34 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] vqadmin problem


hello all
 i am install the vqadmin on redhat.
i successfully install it but when i add any domain or view any domain it
give me error of permission denied .
i can't understand what kind of permission he required.
i give full apache permission but it can't working fine.
help required
with regards.







RE: [vchkpw] vqadmin

2002-10-22 Thread Clayton Weise
Did you give apache a restart after adding those lines to the config?
(apachectl graceful).  Also, what kind of problems are you having with
authentication?  Is it that the username and password you set in your
htaccess files are not working?  Or is it that it doesn't even ask for one.

-Clayton

-Original Message-
From: Jerry M. Howell II [mailto:jmhowell;jmhowell.com]
Sent: Monday, October 21, 2002 7:08 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] vqadmin


Hi there,

   I'm trying to install vqadmin so my wife can configure
   the vhost email by a simple web interface. I seem to be haveing
   problems with authentication through the .htpasswd file. I'm useing
   redhat 7.3 with the latest version of vpopmail, redhats stock apache
   server. Has anyone else had this problem, if so how did they overcome
   this.

   oh, ok, btw this is the steps I followed

   tar zxf vqadmin.tar.gz
   cd vqadmin
   ./configure
   make
   make install
   cd /etc/httpd/conf/
   vi httpd.conf
   aded the following to my conf file
   Directory /var/www/cgi-bin/vqadmin
  deny from all
  Options ExecCGI
  AllowOverride AuthConfig
  Order deny,allow
  /Directory

  cd /var/www/cgi-bin/vqadmin
  vi vqadmin.acl
  my vqadmin.acl file is as fllows

  #

  #
  # Default group contains permissions for all users
  # not listed under any groups
  #
  # If the default group is not defined, users not
  # listed under any other groups will have no
  # permissions.
  #
  # Examples follow...
  #

  default VI

  #
  # Access permissions:
  #
  # V View user information
  # I View domain information
  # M Modify user information
  # U Modify domain information
  # C Create user
  # A Create domain
  # D Delete user
  # X Delete domain
  #
  # These features will still appear in the HTML templates
  # if the user doesn't have access to them, however, they will
  # get a permission denied error if they try to make use of
  # them.
  #
  #
  # An asterisk in the features field specifies that you
  # want all users in this group to have access to
  # all features.

  jmhowell * jmhowell

  vi .htaccess

  changed my .htaccess file to point to the directory where I am going
  to place my passwd file so it reads as follows

  AuthType Basic
  AuthUserFile /var/www/vqadmin.passwd
  AuthName vQadmin
  require valid-user
  satisfy any

  chown apache .htaccess
  chmod 600 .htaccess
  htpasswd -bc /var/www/vqadmin.passwd jmhowell my password
  /etc/init.d/restart

  If anyone can see something I missed or did wrong or anymore info I
  should supply please let me know, I've reinstalled. Did a websearch
  and am still dumbfouded. thnx

--
Jerry M. Howell II






Re: [vchkpw] vqadmin

2002-10-22 Thread Jerry M. Howell II
it asks me but once I enter the passwd it tells me I don't have access.
Is there a permission error here somewere or is the something special I
need to do to the vqadmin.passwd file (the one with the password) that I
overlooked? or is it a problem in the vqadmin.acl file. I can see were
it might be anyone of those seeing how new I am to this progie

On Tue, Oct 22, 2002 at 07:33:42AM -0700, Clayton Weise wrote:
 Did you give apache a restart after adding those lines to the config?
 (apachectl graceful).  Also, what kind of problems are you having with
 authentication?  Is it that the username and password you set in your
 htaccess files are not working?  Or is it that it doesn't even ask for one.
 
 -Clayton
 
 -Original Message-
 From: Jerry M. Howell II [mailto:jmhowell;jmhowell.com]
 Sent: Monday, October 21, 2002 7:08 PM
 To: [EMAIL PROTECTED]
 Subject: [vchkpw] vqadmin
 
 
 Hi there,
 
I'm trying to install vqadmin so my wife can configure
the vhost email by a simple web interface. I seem to be haveing
problems with authentication through the .htpasswd file. I'm useing
redhat 7.3 with the latest version of vpopmail, redhats stock apache
server. Has anyone else had this problem, if so how did they overcome
this.
 
oh, ok, btw this is the steps I followed
 
tar zxf vqadmin.tar.gz
cd vqadmin
./configure
make
make install
cd /etc/httpd/conf/
vi httpd.conf
aded the following to my conf file
Directory /var/www/cgi-bin/vqadmin
   deny from all
   Options ExecCGI
   AllowOverride AuthConfig
   Order deny,allow
   /Directory
 
   cd /var/www/cgi-bin/vqadmin
   vi vqadmin.acl
   my vqadmin.acl file is as fllows
 
   #
 
   #
   # Default group contains permissions for all users
   # not listed under any groups
   #
   # If the default group is not defined, users not
   # listed under any other groups will have no
   # permissions.
   #
   # Examples follow...
   #
 
   default VI
 
   #
   # Access permissions:
   #
   # V View user information
   # I View domain information
   # M Modify user information
   # U Modify domain information
   # C Create user
   # A Create domain
   # D Delete user
   # X Delete domain
   #
   # These features will still appear in the HTML templates
   # if the user doesn't have access to them, however, they will
   # get a permission denied error if they try to make use of
   # them.
   #
   #
   # An asterisk in the features field specifies that you
   # want all users in this group to have access to
   # all features.
 
   jmhowell * jmhowell
 
   vi .htaccess
 
   changed my .htaccess file to point to the directory where I am going
   to place my passwd file so it reads as follows
 
   AuthType Basic
   AuthUserFile /var/www/vqadmin.passwd
   AuthName vQadmin
   require valid-user
   satisfy any
 
   chown apache .htaccess
   chmod 600 .htaccess
   htpasswd -bc /var/www/vqadmin.passwd jmhowell my password
   /etc/init.d/restart
 
   If anyone can see something I missed or did wrong or anymore info I
   should supply please let me know, I've reinstalled. Did a websearch
   and am still dumbfouded. thnx
 
 --
 Jerry M. Howell II
 
 
 

-- 
Jerry M. Howell II