rama seshagiri wrote:
Dear friends,
Is it possible to increase the number of mails to be
sent to say 100 only for a group of privileged users,
while keeping the default "15" as it is for all
general users (in /etc/tcprules.d/tcp.smtp).
Is there any other mechanism.
You would need to know what IP address it's coming from, which is the
only way I know to do it. You would then add it to your tcp.smtp file
and rebuild. For example, if you wanted to allow everyone from one
office to send email to 100 recipients at a time, and their IP address
was (fake) 256.192.144.102 then you would add this to your
/etc/tcprules.d/tcp.smtp :
256.192.144.102:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="100",CHKUSER_WRONGRCPTLIMIT="3".QMAILQUEUE="/var/qmail/bin/simscan"
And that would allow everyone from that office to do what you're asking.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]