• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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