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.
@4000000044fd7a27211765bc CHKUSER accepted rcpt: from
<[EMAIL PROTECTED]::> remote
<bay0-omc1-s14.bay0.hotmail.com:unknown:65.54.246.86> rcpt
<[EMAIL PROTECTED]> : found existing recipient
@4000000044fd7a282b337c84 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
@4000000044fc880312a9c36c CHKUSER accepted rcpt: from
<[EMAIL PROTECTED]::> remote
<bay0-omc3-s14.bay0.hotmail.com:unknown:65.54.246.214> 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
<ElisaLugo:unknown:publicipaddress> 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