• 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

slow smtp

J

jgalvez

Guest
Hi we have a qmail mail server for a strange reason the server sometimes goes at the smtp service and sometimes it takes a lot of time to restart

Anyone know's how can i fix that?
at smtp_psa i have rblsmtpd

Thanks

Jose
 
I don't really understand your question... But maybe you should check if you don't get timeout on RBL servers.
 
Red Hat system?

For Red Hat/Fedora servers "-Rt0" option needs to be added to server_args line in "/etc/xinted.d/smtp_psa" file, like this:

server_args = -Rt0 /var/qmail/bin/relaylock (...)

Don't forget to restart xinetd:

/etc/init.d/xinetd restart
 
Back
Top