• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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