• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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