-
Recent Posts
Blogroll
Categories
Tags
Meta
Monthly Archives: May 2007
Plesk: Configure domain to use external mail server
From inside the control panel at the domain’s DNS section: Remove the default CNAME record for mail.domain.com. Then create an A record for mail.domain.com to point to the IP address of the external mail server. Since remote mailserver functionality is … Continue reading
Plesk: Improve SMTP speed
Edit /etc/xinetd.d/smtp_psa Add “-Rt0″ to “server_args”. It will then look like this: server_args = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true Save the file, and restart xinetd: /etc/init.d/xinetd restart
Posted in plesk
4 Comments