Re: [vchkpw] chkuser 2.0 problem

2006-09-05 Thread Indalecio Trujillo
Make all the changes, but qmail accept email for users that not existe 
yet, and my queue is full.


Example with info of my logs file. I send a email to 
[EMAIL PROTECTED] but this address not exist, but my mail 
server accept the email chkuser say that
rcpt <[EMAIL PROTECTED]> : found existing recipient and 
this is incorrect.



@400044fd7a27211765bc CHKUSER accepted rcpt: from 
<[EMAIL PROTECTED]::> remote 
 rcpt 
<[EMAIL PROTECTED]> : found existing recipient
@400044fd7a282b337c84 simscan:[3085]:CLEAN 
(1.20/3.00):1.0218s:dfsafadsf:65.54.246.86:[EMAIL PROTECTED]:[EMAIL PROTECTED]





tonix (Antonio Nati) wrote:


At 22.13 04/09/2006, you wrote:


make this changes on my server

uncoment this lines

#define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK"
#define CHKUSER_STARTING_VARIABLE "CHKUSER_START"

it's my tcp.smtp

:allow,QMAILQUEUE="/var/qmail/bin/simscan"
63.245.25.60:allow,CHKUSER_SENDER_NOCHECK_VARIABLE="NONE",QMAILQUEUE="/var/qmail/bin/simscan" 




:allow,QMAILQUEUE="/var/qmail/bin/simscan",SENDER_NOCHECK="DOMAIN"
63.245.25.60:allow,SENDER_NOCHECK="NONE",QMAILQUEUE="/var/qmail/bin/simscan" 



This is the correct definition, based on your example.

Tonino


Now, the chkuser not work property, if send a mail to my server with 
a false email address in the log see the following


@400044fc880312a9c36c CHKUSER accepted rcpt: from 
<[EMAIL PROTECTED]::> remote 
 rcpt 
<[EMAIL PROTECTED]> : found existing recipient


but the [EMAIL PROTECTED] email addrees not exist, why 
now checkuser not work?




tonix (Antonio Nati) wrote:



At 20.47 01/09/2006, you wrote:


Today setup a new mail server.

I have 1 mail server with 2 domain, 1 domain to internet access and 
1 domain only local user.


the server is on my dmz

the problem is when the sender is from internal domain the chkuser 
say the following


"CHKUSER rejected sender: from 
<[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote 
 rcpt <> : invalid sender MX 
domain"




this user not send email to other domain, only can send mail to my 
external and internal domain.


can disable this option for my internal domain? the option is 
CHKUSER_SENDERMX_STRING




Specifically about sender checking, may use 
*CHKUSER_SENDER_NOCHECK_VARIABLE* in 
http://www.interazioni.it/opensource/chkuser/documentation/chkuser_settings.html 



You may set it to RELAYCLIENT, and it should automatically be 
excluded for clients coming from IP authorized to relay.


A general advice is to disable CHKUSER when connection comes from 
your LAN.


Uncomment CHKUSER_STARTING_VARIABLE in chkuser_settings.h, and set 
the relative environment variable to NONE for connection from 
internal LAN, to DOMAIN for all others.


Tonino


How make disable this?

Help please.

Thank










Re: [vchkpw] chkuser 2.0 problem

2006-09-05 Thread tonix (Antonio Nati)

Did you enable bouncing for  each domain?

Tonino

At 15.31 05/09/2006, you wrote:
Make all the changes, but qmail accept email for users that not 
existe yet, and my queue is full.


Example with info of my logs file. I send a email to 
[EMAIL PROTECTED] but this address not exist, but my 
mail server accept the email chkuser say that
rcpt <[EMAIL PROTECTED]> : found existing recipient and 
this is incorrect.



@400044fd7a27211765bc CHKUSER accepted rcpt: from 
<[EMAIL PROTECTED]::> remote 
 rcpt 
<[EMAIL PROTECTED]> : found existing recipient
@400044fd7a282b337c84 simscan:[3085]:CLEAN 
(1.20/3.00):1.0218s:dfsafadsf:65.54.246.86:[EMAIL PROTECTED]:[EMAIL PROTECTED]





tonix (Antonio Nati) wrote:


At 22.13 04/09/2006, you wrote:


make this changes on my server

uncoment this lines

#define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK"
#define CHKUSER_STARTING_VARIABLE "CHKUSER_START"

it's my tcp.smtp

:allow,QMAILQUEUE="/var/qmail/bin/simscan"
63.245.25.60:allow,CHKUSER_SENDER_NOCHECK_VARIABLE="NONE",QMAILQUEUE="/var/qmail/bin/simscan" 




:allow,QMAILQUEUE="/var/qmail/bin/simscan",SENDER_NOCHECK="DOMAIN"
63.245.25.60:allow,SENDER_NOCHECK="NONE",QMAILQUEUE="/var/qmail/bin/simscan"

This is the correct definition, based on your example.

Tonino


Now, the chkuser not work property, if send a mail to my server 
with a false email address in the log see the following


@400044fc880312a9c36c CHKUSER accepted rcpt: from 
<[EMAIL PROTECTED]::> remote 
 rcpt 
<[EMAIL PROTECTED]> : found existing recipient


but the [EMAIL PROTECTED] email addrees not exist, 
why now checkuser not work?




tonix (Antonio Nati) wrote:



At 20.47 01/09/2006, you wrote:


Today setup a new mail server.

I have 1 mail server with 2 domain, 1 domain to internet access 
and 1 domain only local user.


the server is on my dmz

the problem is when the sender is from internal domain the 
chkuser say the following


"CHKUSER rejected sender: from 
<[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote 
 rcpt <> : invalid sender MX domain"




this user not send email to other domain, only can send mail to 
my external and internal domain.


can disable this option for my internal domain? the option is 
CHKUSER_SENDERMX_STRING




Specifically about sender checking, may use 
*CHKUSER_SENDER_NOCHECK_VARIABLE* in 
http://www.interazioni.it/opensource/chkuser/documentation/chkuser_settings.html 



You may set it to RELAYCLIENT, and it should automatically be 
excluded for clients coming from IP authorized to relay.


A general advice is to disable CHKUSER when connection comes from your LAN.

Uncomment CHKUSER_STARTING_VARIABLE in chkuser_settings.h, and 
set the relative environment variable to NONE for connection from 
internal LAN, to DOMAIN for all others.


Tonino


How make disable this?

Help please.

Thank







Re: [vchkpw] chkuser 2.0 problem

2006-09-05 Thread Indalecio Trujillo

?, how do like this?

Excuse me  please, with old version of chkuser i never make enabling 
bouncing and chkuser work property, it's my first instalation with 
version 2 of chkuser, and have this problems.


When enable boucing?

tonix (Antonio Nati) wrote:


Did you enable bouncing for  each domain?

Tonino

At 15.31 05/09/2006, you wrote:

Make all the changes, but qmail accept email for users that not 
existe yet, and my queue is full.


Example with info of my logs file. I send a email to 
[EMAIL PROTECTED] but this address not exist, but my 
mail server accept the email chkuser say that
rcpt <[EMAIL PROTECTED]> : found existing recipient and 
this is incorrect.



@400044fd7a27211765bc CHKUSER accepted rcpt: from 
<[EMAIL PROTECTED]::> remote 
 rcpt 
<[EMAIL PROTECTED]> : found existing recipient
@400044fd7a282b337c84 simscan:[3085]:CLEAN 
(1.20/3.00):1.0218s:dfsafadsf:65.54.246.86:[EMAIL PROTECTED]:[EMAIL PROTECTED] 






tonix (Antonio Nati) wrote:


At 22.13 04/09/2006, you wrote:


make this changes on my server

uncoment this lines

#define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK"
#define CHKUSER_STARTING_VARIABLE "CHKUSER_START"

it's my tcp.smtp

:allow,QMAILQUEUE="/var/qmail/bin/simscan"
63.245.25.60:allow,CHKUSER_SENDER_NOCHECK_VARIABLE="NONE",QMAILQUEUE="/var/qmail/bin/simscan" 





:allow,QMAILQUEUE="/var/qmail/bin/simscan",SENDER_NOCHECK="DOMAIN"
63.245.25.60:allow,SENDER_NOCHECK="NONE",QMAILQUEUE="/var/qmail/bin/simscan" 



This is the correct definition, based on your example.

Tonino


Now, the chkuser not work property, if send a mail to my server 
with a false email address in the log see the following


@400044fc880312a9c36c CHKUSER accepted rcpt: from 
<[EMAIL PROTECTED]::> remote 
 rcpt 
<[EMAIL PROTECTED]> : found existing recipient


but the [EMAIL PROTECTED] email addrees not exist, why 
now checkuser not work?




tonix (Antonio Nati) wrote:



At 20.47 01/09/2006, you wrote:


Today setup a new mail server.

I have 1 mail server with 2 domain, 1 domain to internet access 
and 1 domain only local user.


the server is on my dmz

the problem is when the sender is from internal domain the 
chkuser say the following


"CHKUSER rejected sender: from 
<[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote 
 rcpt <> : invalid sender MX 
domain"





this user not send email to other domain, only can send mail to 
my external and internal domain.


can disable this option for my internal domain? the option is 
CHKUSER_SENDERMX_STRING





Specifically about sender checking, may use 
*CHKUSER_SENDER_NOCHECK_VARIABLE* in 
http://www.interazioni.it/opensource/chkuser/documentation/chkuser_settings.html 



You may set it to RELAYCLIENT, and it should automatically be 
excluded for clients coming from IP authorized to relay.


A general advice is to disable CHKUSER when connection comes from 
your LAN.


Uncomment CHKUSER_STARTING_VARIABLE in chkuser_settings.h, and set 
the relative environment variable to NONE for connection from 
internal LAN, to DOMAIN for all others.


Tonino


How make disable this?

Help please.

Thank













Re: [vchkpw] chkuser 2.0 problem

2006-09-05 Thread tonix (Antonio Nati)



Please don't consider previous answer, I made a salad of variables mixed
in a wrong way.
To disable sender checking for selected addresses:

#define CHKUSER_SENDER_NOCHECK_VARIABLE
"SENDER_NOCHECK"

:allow,QMAILQUEUE="/var/qmail/bin/simscan"

63.245.25.60:allow,SENDER_NOCHECK="",QMAILQUEUE="/var/qmail/bin/simscan" 
In order to enable CHKUSER always for all domains, compile with
#define
CHKUSER_ALWAYS_ON
Ciao,
Tonino

At 16.04 05/09/2006, you wrote:
?, how do like
this?
Excuse me  please, with old version of chkuser i never make enabling
bouncing and chkuser work property, it's my first instalation with
version 2 of chkuser, and have this problems.
When enable boucing?
tonix (Antonio Nati) wrote:
Did you enable bouncing
for  each domain?
Tonino
At 15.31 05/09/2006, you wrote:
Make all the changes, but qmail
accept email for users that not existe yet, and my queue is
full.
Example with info of my logs file. I send a email to
[EMAIL PROTECTED] but this address not exist, but my mail
server accept the email chkuser say that
rcpt <[EMAIL PROTECTED]> : found existing recipient
and this is incorrect.

@400044fd7a27211765bc CHKUSER accepted rcpt: from
<[EMAIL PROTECTED]::> remote
 rcpt
<[EMAIL PROTECTED]> : found existing recipient
@400044fd7a282b337c84 simscan:[3085]:CLEAN
(1.20/3.00):1.0218s:dfsafadsf:65.54.246.86:[EMAIL PROTECTED]:[EMAIL PROTECTED]



tonix (Antonio Nati) wrote:
At 22.13 04/09/2006, you
wrote:
make this changes on my
server
uncoment this lines
#define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK"
#define CHKUSER_STARTING_VARIABLE "CHKUSER_START"
it's my tcp.smtp
:allow,QMAILQUEUE="/var/qmail/bin/simscan"
63.245.25.60:allow,CHKUSER_SENDER_NOCHECK_VARIABLE="NONE",QMAILQUEUE="/var/qmail/bin/simscan"


:allow,QMAILQUEUE="/var/qmail/bin/simscan",SENDER_NOCHECK="DOMAIN"
63.245.25.60:allow,SENDER_NOCHECK="NONE",QMAILQUEUE="/var/qmail/bin/simscan"

This is the correct definition, based on your example.
Tonino

Now, the chkuser not work
property, if send a mail to my server with a false email address in the
log see the following
@400044fc880312a9c36c CHKUSER accepted rcpt: from
<[EMAIL PROTECTED]::> remote
 rcpt
<[EMAIL PROTECTED]> : found existing
recipient
but the [EMAIL PROTECTED] email addrees not exist, why now
checkuser not work?

tonix (Antonio Nati) wrote:

At 20.47 01/09/2006, you wrote:
Today setup a new mail
server.
I have 1 mail server with 2 domain, 1 domain to internet access and 1
domain only local user.
the server is on my dmz
the problem is when the sender is from internal domain the chkuser say
the following
"CHKUSER rejected sender: from
<[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote
 rcpt <> : invalid sender
MX domain"

this user not send email to
other domain, only can send mail to my external and internal
domain.
can disable this option for my internal domain? the option is
CHKUSER_SENDERMX_STRING

Specifically about sender checking, may use
*CHKUSER_SENDER_NOCHECK_VARIABLE* in

http://www.interazioni.it/opensource/chkuser/documentation/chkuser_settings.html
 
You may set it to RELAYCLIENT, and it should automatically be excluded
for clients coming from IP authorized to relay.
A general advice is to disable CHKUSER when connection comes from your
LAN.
Uncomment CHKUSER_STARTING_VARIABLE in chkuser_settings.h, and set the
relative environment variable to NONE for connection from internal LAN,
to DOMAIN for all others.
Tonino
How make disable this?
Help please.
Thank





Re: [vchkpw] chkuser 2.0 problem

2006-09-05 Thread Indalecio Trujillo

tonix
the following information is for my tcp.smtp file?

   #define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK"
   :allow,QMAILQUEUE="/var/qmail/bin/simscan" 
   63.245.25.60:allow,SENDER_NOCHECK="",QMAILQUEUE="/var/qmail/bin/simscan"


and uncomment "#define CHKUSER_ALWAYS_ON" on chkuser_setting.h

is this correct?





tonix (Antonio Nati) wrote:



Please don't consider previous answer, I made a salad of variables 
mixed in a wrong way.


To disable sender checking for selected addresses:

#define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK"
:allow,QMAILQUEUE="/var/qmail/bin/simscan" 
63.245.25.60:allow,SENDER_NOCHECK="",QMAILQUEUE="/var/qmail/bin/simscan"



In order to enable CHKUSER always for all domains, compile with
#define CHKUSER_ALWAYS_ON

Ciao,

Tonino


At 16.04 05/09/2006, you wrote:


?, how do like this?

Excuse me  please, with old version of chkuser i never make enabling 
bouncing and chkuser work property, it's my first instalation with 
version 2 of chkuser, and have this problems.


When enable boucing?

tonix (Antonio Nati) wrote:


Did you enable bouncing for  each domain?

Tonino

At 15.31 05/09/2006, you wrote:

Make all the changes, but qmail accept email for users that not 
existe yet, and my queue is full.


Example with info of my logs file. I send a email to 
[EMAIL PROTECTED] but this address not exist, but my 
mail server accept the email chkuser say that
rcpt <[EMAIL PROTECTED]> : found existing recipient 
and this is incorrect.



@400044fd7a27211765bc CHKUSER accepted rcpt: from 
<[EMAIL PROTECTED]::> remote 
 rcpt 
<[EMAIL PROTECTED]> : found existing recipient
@400044fd7a282b337c84 simscan:[3085]:CLEAN 
(1.20/3.00):1.0218s:dfsafadsf:65.54.246.86:[EMAIL PROTECTED]:[EMAIL PROTECTED] 






tonix (Antonio Nati) wrote:


At 22.13 04/09/2006, you wrote:


make this changes on my server

uncoment this lines

#define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK"
#define CHKUSER_STARTING_VARIABLE "CHKUSER_START"

it's my tcp.smtp

:allow,QMAILQUEUE="/var/qmail/bin/simscan"
63.245.25.60:allow,CHKUSER_SENDER_NOCHECK_VARIABLE="NONE",QMAILQUEUE="/var/qmail/bin/simscan" 






:allow,QMAILQUEUE="/var/qmail/bin/simscan",SENDER_NOCHECK="DOMAIN"
63.245.25.60:allow,SENDER_NOCHECK="NONE",QMAILQUEUE="/var/qmail/bin/simscan" 



This is the correct definition, based on your example.

Tonino


Now, the chkuser not work property, if send a mail to my server 
with a false email address in the log see the following


@400044fc880312a9c36c CHKUSER accepted rcpt: from 
<[EMAIL PROTECTED]::> remote 
 rcpt 
<[EMAIL PROTECTED]> : found existing recipient


but the [EMAIL PROTECTED] email addrees not exist, 
why now checkuser not work?




tonix (Antonio Nati) wrote:



At 20.47 01/09/2006, you wrote:


Today setup a new mail server.

I have 1 mail server with 2 domain, 1 domain to internet access 
and 1 domain only local user.


the server is on my dmz

the problem is when the sender is from internal domain the 
chkuser say the following


"CHKUSER rejected sender: from 
<[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote 
 rcpt <> : invalid sender MX 
domain"






this user not send email to other domain, only can send mail to 
my external and internal domain.


can disable this option for my internal domain? the option is 
CHKUSER_SENDERMX_STRING






Specifically about sender checking, may use 
*CHKUSER_SENDER_NOCHECK_VARIABLE* in 
http://www.interazioni.it/opensource/chkuser/documentation/chkuser_settings.html 



You may set it to RELAYCLIENT, and it should automatically be 
excluded for clients coming from IP authorized to relay.


A general advice is to disable CHKUSER when connection comes 
from your LAN.


Uncomment CHKUSER_STARTING_VARIABLE in chkuser_settings.h, and 
set the relative environment variable to NONE for connection 
from internal LAN, to DOMAIN for all others.


Tonino


How make disable this?

Help please.

Thank











Re: [vchkpw] chkuser 2.0 problem

2006-09-05 Thread tonix (Antonio Nati)

At 16.51 05/09/2006, you wrote:

tonix
the following information is for my tcp.smtp file?

   #define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK"
   :allow,QMAILQUEUE="/var/qmail/bin/simscan" 
63.245.25.60:allow,SENDER_NOCHECK="",QMAILQUEUE="/var/qmail/bin/simscan"


and uncomment "#define CHKUSER_ALWAYS_ON" on chkuser_setting.h

is this correct?



#define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK"

is within chkuser_settings.h. You must recompile.

:allow,QMAILQUEUE="/var/qmail/bin/simscan" 
63.245.25.60:allow,SENDER_NOCHECK="",QMAILQUEUE="/var/qmail/bin/simscan"


is within your tcp.smtp.

About uncommenting "#define CHKUSER_ALWAYS_ON" in chkuser_setting.h, 
you must have clear (in old installation) if you have chkuser enabled 
for all or not.


Ciao,

Tonino





tonix (Antonio Nati) wrote:



Please don't consider previous answer, I made a salad of variables 
mixed in a wrong way.


To disable sender checking for selected addresses:

#define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK"
:allow,QMAILQUEUE="/var/qmail/bin/simscan" 
63.245.25.60:allow,SENDER_NOCHECK="",QMAILQUEUE="/var/qmail/bin/simscan"



In order to enable CHKUSER always for all domains, compile with
#define CHKUSER_ALWAYS_ON

Ciao,

Tonino


At 16.04 05/09/2006, you wrote:


?, how do like this?

Excuse me  please, with old version of chkuser i never make 
enabling bouncing and chkuser work property, it's my first 
instalation with version 2 of chkuser, and have this problems.


When enable boucing?

tonix (Antonio Nati) wrote:


Did you enable bouncing for  each domain?

Tonino

At 15.31 05/09/2006, you wrote:

Make all the changes, but qmail accept email for users that not 
existe yet, and my queue is full.


Example with info of my logs file. I send a email to 
[EMAIL PROTECTED] but this address not exist, but 
my mail server accept the email chkuser say that
rcpt <[EMAIL PROTECTED]> : found existing recipient 
and this is incorrect.



@400044fd7a27211765bc CHKUSER accepted rcpt: from 
<[EMAIL PROTECTED]::> remote 
 rcpt 
<[EMAIL PROTECTED]> : found existing recipient
@400044fd7a282b337c84 simscan:[3085]:CLEAN 
(1.20/3.00):1.0218s:dfsafadsf:65.54.246.86:[EMAIL PROTECTED]:[EMAIL PROTECTED] 






tonix (Antonio Nati) wrote:


At 22.13 04/09/2006, you wrote:


make this changes on my server

uncoment this lines

#define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK"
#define CHKUSER_STARTING_VARIABLE "CHKUSER_START"

it's my tcp.smtp

:allow,QMAILQUEUE="/var/qmail/bin/simscan"
63.245.25.60:allow,CHKUSER_SENDER_NOCHECK_VARIABLE="NONE",QMAILQUEUE="/var/qmail/bin/simscan" 







:allow,QMAILQUEUE="/var/qmail/bin/simscan",SENDER_NOCHECK="DOMAIN"
63.245.25.60:allow,SENDER_NOCHECK="NONE",QMAILQUEUE="/var/qmail/bin/simscan" 



This is the correct definition, based on your example.

Tonino


Now, the chkuser not work property, if send a mail to my 
server with a false email address in the log see the following


@400044fc880312a9c36c CHKUSER accepted rcpt: from 
<[EMAIL PROTECTED]::> remote 
 rcpt 
<[EMAIL PROTECTED]> : found existing recipient


but the [EMAIL PROTECTED] email addrees not 
exist, why now checkuser not work?




tonix (Antonio Nati) wrote:



At 20.47 01/09/2006, you wrote:


Today setup a new mail server.

I have 1 mail server with 2 domain, 1 domain to internet 
access and 1 domain only local user.


the server is on my dmz

the problem is when the sender is from internal domain the 
chkuser say the following


"CHKUSER rejected sender: from 
<[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote 
 rcpt <> : invalid sender MX domain"






this user not send email to other domain, only can send mail 
to my external and internal domain.


can disable this option for my internal domain? the option 
is CHKUSER_SENDERMX_STRING






Specifically about sender checking, may use 
*CHKUSER_SENDER_NOCHECK_VARIABLE* in 
http://www.interazioni.it/opensource/chkuser/documentation/chkuser_settings.html 



You may set it to RELAYCLIENT, and it should automatically be 
excluded for clients coming from IP authorized to relay.


A general advice is to disable CHKUSER when connection comes 
from your LAN.


Uncomment CHKUSER_STARTING_VARIABLE in chkuser_settings.h, 
and set the relative environment variable to NONE for 
connection from internal LAN, to DOMAIN for all others.


Tonino


How make disable this?

Help please.

Thank






[vchkpw] qmailadmin question

2006-09-05 Thread saimir hafizi








Hi there,

When accessing from web qmailadmin, I get this:

Forbidden

You don't
have permission to access /cgi-bin/qmailadmin on this server.







Apache/2.0.54
(Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-16 mod_ssl/2.0.54
OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4 Server at 100.100.100.1 Port
80

 

Any ideas please?

Thks

 








Re: [vchkpw] qmailadmin question

2006-09-05 Thread Remo Mattei
who is it running under? check permission on that qmailadmin

Remo

saimir hafizi wrote:
>
> Hi there,
>
> When accessing from web qmailadmin, I get this:
>
>
>   *Forbidden*
>
> You don't have permission to access /cgi-bin/qmailadmin on this server.
>
> 
> /Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5
> PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21
> Perl/v5.8.4 Server at 100.100.100.1 Port 80/
>
>  
>
> Any ideas please?
>
> Thks
>
>  
>


RE: [vchkpw] qmailadmin question

2006-09-05 Thread saimir hafizi
debian:/usr/lib/cgi-bin# ls -al

total 184

drwxr-xr-x3 root root 4096 2006-08-18 23:08 .

drwxr-xr-x  107 root root36864 2006-08-20 12:12 ..

-rwsr-sr-x1 vpopmail vchkpw 137816 2006-08-18 23:08 qmailadmin

drwxr-xr-x3 root root 4096 2006-08-18 22:56 vqadmin

-Original Message-
From: Remo Mattei [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 05, 2006 1:41 PM
To: vchkpw@inter7.com
Subject: Re: [vchkpw] qmailadmin question

who is it running under? check permission on that qmailadmin

Remo

saimir hafizi wrote:
>
> Hi there,
>
> When accessing from web qmailadmin, I get this:
>
>
>   *Forbidden*
>
> You don't have permission to access /cgi-bin/qmailadmin on this server.
>
> 
> /Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5
> PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21
> Perl/v5.8.4 Server at 100.100.100.1 Port 80/
>
>  
>
> Any ideas please?
>
> Thks
>
>  
>





Re: [vchkpw] qmailadmin question

2006-09-05 Thread Remo Mattei
who is apache running under?

saimir hafizi wrote:
> debian:/usr/lib/cgi-bin# ls -al
>
> total 184
>
> drwxr-xr-x3 root root 4096 2006-08-18 23:08 .
>
> drwxr-xr-x  107 root root36864 2006-08-20 12:12 ..
>
> -rwsr-sr-x1 vpopmail vchkpw 137816 2006-08-18 23:08 qmailadmin
>
> drwxr-xr-x3 root root 4096 2006-08-18 22:56 vqadmin
>
> -Original Message-
> From: Remo Mattei [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 05, 2006 1:41 PM
> To: vchkpw@inter7.com
> Subject: Re: [vchkpw] qmailadmin question
>
> who is it running under? check permission on that qmailadmin
>
> Remo
>
> saimir hafizi wrote:
>   
>
>
>
>   


RE: [vchkpw] qmailadmin question

2006-09-05 Thread saimir hafizi
/usr/share/apache
/usr/share/apache/default-configs/apache
/usr/lib/apache
/var/lib/apache
/etc/apache

-Original Message-
From: Remo Mattei [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 05, 2006 1:59 PM
To: vchkpw@inter7.com
Subject: Re: [vchkpw] qmailadmin question

who is apache running under?

saimir hafizi wrote:
> debian:/usr/lib/cgi-bin# ls -al
>
> total 184
>
> drwxr-xr-x3 root root 4096 2006-08-18 23:08 .
>
> drwxr-xr-x  107 root root36864 2006-08-20 12:12 ..
>
> -rwsr-sr-x1 vpopmail vchkpw 137816 2006-08-18 23:08 qmailadmin
>
> drwxr-xr-x3 root root 4096 2006-08-18 22:56 vqadmin
>
> -Original Message-
> From: Remo Mattei [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 05, 2006 1:41 PM
> To: vchkpw@inter7.com
> Subject: Re: [vchkpw] qmailadmin question
>
> who is it running under? check permission on that qmailadmin
>
> Remo
>
> saimir hafizi wrote:
>   
>
>
>
>   





Re: [vchkpw] qmailadmin question

2006-09-05 Thread Remo Mattei
what's the username that apache is running under? not were it is..

Remo

saimir hafizi wrote:
> /usr/share/apache
> /usr/share/apache/default-configs/apache
> /usr/lib/apache
> /var/lib/apache
> /etc/apache
>
> -Original Message-
> From: Remo Mattei [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 05, 2006 1:59 PM
> To: vchkpw@inter7.com
> Subject: Re: [vchkpw] qmailadmin question
>
> who is apache running under?
>
> saimir hafizi wrote:
>   
>
>
>
>   


RE: [vchkpw] qmailadmin question

2006-09-05 Thread saimir hafizi
> /usr/share/apache  -root
> /usr/share/apache/default-configs/apache   -root
> /usr/lib/apache-root
> /var/lib/apache-root
> /etc/apache-root

-Original Message-
From: Remo Mattei [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 05, 2006 2:06 PM
To: vchkpw@inter7.com
Subject: Re: [vchkpw] qmailadmin question

what's the username that apache is running under? not were it is..

Remo

saimir hafizi wrote:
> /usr/share/apache
> /usr/share/apache/default-configs/apache
> /usr/lib/apache
> /var/lib/apache
> /etc/apache
>
> -Original Message-
> From: Remo Mattei [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 05, 2006 1:59 PM
> To: vchkpw@inter7.com
> Subject: Re: [vchkpw] qmailadmin question
>
> who is apache running under?
>
> saimir hafizi wrote:
>   
>
>
>
>   





RE: [vchkpw] qmailadmin question

2006-09-05 Thread saimir hafizi
Remo,
Am I missing anything?

-Original Message-
From: Remo Mattei [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 05, 2006 2:06 PM
To: vchkpw@inter7.com
Subject: Re: [vchkpw] qmailadmin question

what's the username that apache is running under? not were it is..

Remo

saimir hafizi wrote:
> /usr/share/apache
> /usr/share/apache/default-configs/apache
> /usr/lib/apache
> /var/lib/apache
> /etc/apache
>
> -Original Message-
> From: Remo Mattei [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 05, 2006 1:59 PM
> To: vchkpw@inter7.com
> Subject: Re: [vchkpw] qmailadmin question
>
> who is apache running under?
>
> saimir hafizi wrote:
>   
>
>
>
>   





Re: [vchkpw] qmailadmin question

2006-09-05 Thread Michael Johnson
That is just who owns those files. Check httpd.conf for lines like the
following:

User nobody
Group #-1

Then say what those read.

___
Michael Johnson   626-852-9696 Ext. 103
System Administrator  [EMAIL PROTECTED]
PhD Computing  http://www.phdcomputing.net/

saimir hafizi wrote:
> Remo,
> Am I missing anything?
> 
> -Original Message-
> From: Remo Mattei [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 05, 2006 2:06 PM
> To: vchkpw@inter7.com
> Subject: Re: [vchkpw] qmailadmin question
> 
> what's the username that apache is running under? not were it is..
> 
> Remo
> 
> saimir hafizi wrote:
>> /usr/share/apache
>> /usr/share/apache/default-configs/apache
>> /usr/lib/apache
>> /var/lib/apache
>> /etc/apache
>>
>> -Original Message-
>> From: Remo Mattei [mailto:[EMAIL PROTECTED] 
>> Sent: Tuesday, September 05, 2006 1:59 PM
>> To: vchkpw@inter7.com
>> Subject: Re: [vchkpw] qmailadmin question
>>
>> who is apache running under?
>>
>> saimir hafizi wrote:
>>   
>>
>>
>>
>>   
> 
> 
> 
> 
> 


Re: [vchkpw] qmailadmin question

2006-09-05 Thread Michael Johnson
Saimir, next time please keep discussion on the list.

>From the file he sent, apache is running as www-data:www-data

___
Michael Johnson   626-852-9696 Ext. 103
System Administrator  [EMAIL PROTECTED]
PhD Computing  http://www.phdcomputing.net/

Remo Mattei wrote:
> what's the username that apache is running under? not were it is..
> 
> Remo
> 
> saimir hafizi wrote:
>> /usr/share/apache
>> /usr/share/apache/default-configs/apache
>> /usr/lib/apache
>> /var/lib/apache
>> /etc/apache
>>
>> -Original Message-
>> From: Remo Mattei [mailto:[EMAIL PROTECTED] 
>> Sent: Tuesday, September 05, 2006 1:59 PM
>> To: vchkpw@inter7.com
>> Subject: Re: [vchkpw] qmailadmin question
>>
>> who is apache running under?
>>
>> saimir hafizi wrote:
>>   
>>
>>
>>
>>   
> 
> 


RE: [vchkpw] qmailadmin question

2006-09-05 Thread saimir hafizi
OK, my apologies.
So, how can I deal with this case then.
Do I have to change anything in these two lines.

-Original Message-
From: Michael Johnson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 05, 2006 3:49 PM
To: vchkpw@inter7.com
Subject: Re: [vchkpw] qmailadmin question

Saimir, next time please keep discussion on the list.

>From the file he sent, apache is running as www-data:www-data

___
Michael Johnson   626-852-9696 Ext. 103
System Administrator  [EMAIL PROTECTED]
PhD Computing  http://www.phdcomputing.net/

Remo Mattei wrote:
> what's the username that apache is running under? not were it is..
> 
> Remo
> 
> saimir hafizi wrote:
>> /usr/share/apache
>> /usr/share/apache/default-configs/apache
>> /usr/lib/apache
>> /var/lib/apache
>> /etc/apache
>>
>> -Original Message-
>> From: Remo Mattei [mailto:[EMAIL PROTECTED] 
>> Sent: Tuesday, September 05, 2006 1:59 PM
>> To: vchkpw@inter7.com
>> Subject: Re: [vchkpw] qmailadmin question
>>
>> who is apache running under?
>>
>> saimir hafizi wrote:
>>   
>>
>>
>>
>>   
> 
>