• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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