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





Reply via email to