• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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