• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Server Args not working

O

omegauser

Guest
Hi,

I have the etc/xinetd/smtp_psa file like this

serverargs = -RT0 /var/................

But for some reason is now not working (it was) is taking years! to connect thru an email client to send en Email.

What could be wrong???
 
Is Rt0....I misstype the letter in the post.

The file is exacly as next:

service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
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
}
[root@RS001 root]#
 
I'm having the same problem.. smtp authentication is taking about 30 seconds.

Any luck?
 
I just got it working with -Rt0 but only AFTER i had restarted the xinetd service.

I think i actually stopped it for a few seconds and then started it again.

This was in the belief that any connection would be given a chance to time out.
 
service xinetd restart should do the job just fine. All connections will be killed before xinetd is started again.
 
Back
Top