• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

seeking optimal smtp_psa file settings

CliveL

New Pleskian
Qmail SMTP stopped yesterday and the logs showed

plesk xinetd[12387]: refused connect from IP due to excessive load.

By removing the below lines from smtp_psa everything is back to normal

max_load = 5
per_source = 2

I was wondering if anyone could share their optimal settings for the smtp_psa file.
Thank you.
 
There are no these lines in default smtp_psa file:

-bash-3.2# cat /etc/xinetd.d/smtp_psa
service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
env = SMTPAUTH=1
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
 
Back
Top