Jake Vickers wrote:
Please ask your questions on the mailing list. You sent this message to list-owner which only comes to me.


On 08/03/2010 10:35 AM, Sergio Enrique Vidal Velasquez wrote:
Friends,

Please help me with this problems

which is the rigth config an procedure for make a open relay i have my server on network 192.168.72.0 and i want make open relay for an application on network 192.168.188.0.

and i have a trouble with the send of simultaneously mails. I have a user who needs to send about 150 emails daily and the server will not send this many emails.

My config of tcp.smtp is:


127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private"
:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",DKSIGN="/var/qmail/control/domainkeys/%/private"

my config of file:
/var/qmail/control/concurrencyincoming   is   100

and

my config of file  /var/qmail/control/concurrencyremote   is  60

i dont know if this is correct.

Thank you very much for your help.

Sergio.


Edit your /etc/tcprules.d/tcp.smtp file to look like this:
192.168.188.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private"
127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private"
:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="190",CHKUSER_WRONGRCPTLIMIT="10",DKSIGN="/var/qmail/control/domainkeys/%/private"

Then execute:
# qmailctl cdb

You should be aware that making an open relay for a subnet is not a good practice. It's best to program/configure the application to use authentication instead.

--
-Eric 'shubes'


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
    For additional commands, e-mail: [email protected]


Reply via email to