• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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