Re: [qmailtoaster] 571 sorry, reached maximum number of recipients for one session (#5.7.1 - chkuser)

2006-05-02 Thread Natalio Gatti

/etc/tcprules.d/tcp.smtp:



:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=80,CHKUSER_WRONGRCPTLIMIT=3,QMAILQUEUE=/var/qmail/bin/simscan

10.243.1.:allow,RELAYCLIENT=,CHKUSER_RCPTLIMIT=80

10.243.2.:allow,RELAYCLIENT=,CHKUSER_RCPTLIMIT=80



Robert, just a note about your tcp.smtp's example:
If I´m not wrong, this file is processed in top down format. In that
case, your first rule will catch all IPs. No connections will be
tagged as RELAYCLIENT.
Anyone can confirm/reject this?

Salutti,

Natalio

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] 571 sorry, reached maximum number of recipients for one session (#5.7.1 - chkuser)

2006-05-02 Thread Nick Hemmesch
 /etc/tcprules.d/tcp.smtp:



 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=80,CHKUSER_WRONGRCPTLIMIT=3,QMAILQUEUE=/var/qmail/bin/simscan

 10.243.1.:allow,RELAYCLIENT=,CHKUSER_RCPTLIMIT=80

 10.243.2.:allow,RELAYCLIENT=,CHKUSER_RCPTLIMIT=80


 Robert, just a note about your tcp.smtp's example:
 If I´m not wrong, this file is processed in top down format. In that
 case, your first rule will catch all IPs. No connections will be
 tagged as RELAYCLIENT.
 Anyone can confirm/reject this?

 Salutti,

 Natalio



Hi Natalio,

You are exactly right. The syntax should be as shown below.

10.243.1.:allow,RELAYCLIENT=,CHKUSER_RCPTLIMIT=80
10.243.2.:allow,RELAYCLIENT=,CHKUSER_RCPTLIMIT=80
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=80,CHKUSER_WRONGRCPTLIMIT=3,QMAILQUEUE=/var/qmail/bin/simscan


Regards,

Nick




-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] 571 sorry, reached maximum number of recipients for one session (#5.7.1 - chkuser)

2006-04-29 Thread nilson lee
I found following while sending mail."571 sorry, reached maximum number of recipients for one  session (#5.7.1 - chkuser)Is possible add this patch to the toaster?http://www.tnpi.biz/internet/mail/toaster/patches/netqmail-1.05-toaster-3.0.patch___ YM - 離線訊息 就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何說話都冇走失。 http://messenger.yahoo.com.hk

RE: [qmailtoaster] 571 sorry, reached maximum number of recipients for one session (#5.7.1 - chkuser)

2006-04-29 Thread Robert Washam










If you have not increased the value of CHKUSER_RCPTLIMIT
in /etc/tcprules.d/tcp.smtp that might be the cause. I certainly had to
raise this because of inbound mailing lists that wanted to send to all of our
email domain users using one connect (thanks, Exchange!).



You should have lines in there with your
local subnet(s) and this is where you add the CHKUSER_RCPTLIMIT variable and
set to an appropriate value. This is for internal users to send to all
local users.



You will have a blank address
allow for incoming messages. This also needs to have CHKUSER_RCPTLIMIT
added for inbound access to that number of recipients during one connection.



Examples:



/etc/tcprules.d/tcp.smtp:



:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=80,CHKUSER_WRONGRCPTLIMIT=3,QMAILQUEUE=/var/qmail/bin/simscan

10.243.1.:allow,RELAYCLIENT=,CHKUSER_RCPTLIMIT=80

10.243.2.:allow,RELAYCLIENT=,CHKUSER_RCPTLIMIT=80



Once this file is changed, rebuild the cdb
(qmailctl cdb) and restart qmail (shouldnt smtp be the only process that
has to restart???).



As stated, this has worked for me.
Good luck!



Robert











From: nilson lee
[mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 29, 2006
1:09 AM
To:
qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] 571
sorry, reached maximum number of recipients for one session (#5.7.1 - chkuser)





I
found following while sending mail.

571 sorry,
reached maximum
number of recipients for one
session (#5.7.1
- chkuser)

Is possible add this patch to the toaster?

http://www.tnpi.biz/internet/mail/toaster/patches/netqmail-1.05-toaster-3.0.patch