• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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