• 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.

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