Friends,

I make the test with the suggestion of [email protected] and your mail Jake Vickers and WORK FINE!!!!! THANK YOU VERY MUCH!!!! I am very Happy !!!

This is my config:

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

It allows me to send emails

i make run to the commands:
qmailctl cdb
and
qmactl restart

with that work fine

Indicating that I want to contribute also to modify the parameter CHKUSER_RCPTLIMIT="150" I can receive and send mail simultaneously that amount of mails,,

Thank You very Much.

you rocks.

Regards

Sergio Vidal
From Bolivia - La Paz



Eric Shubert escribió:
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.


Reply via email to