No Image

Adding www. to subdomain in plesk

March 1, 2011 MH Tech. 0

Add the following line to /var/www/vhosts/subdomains/your-subdomain/conf/vhost.conf [sourcecode]ServerAlias www.sub.domain.com[/sourcecode] The add an A record of www.subdomain with the IP address of the server. Then execute this […]

No Image

IMAP too many connection error

December 13, 2010 MH Tech. 0

This is an easy one to fix.  Edit this file. [sourcecode]/etc/courier-imap/imapd[/sourcecode] Edit the line that says [sourcecode]MAXPERIP=4[/sourcecode] And restart courier-imapd. [sourcecode]/etc/rc.d/init.d/courier-imap restart[/sourcecode]

No Image

Centos 5.5 NTP update

December 12, 2010 MH Tech. 0

run these three commands.  You can create a cronjob to do this regularly. [sourcecode] /etc/rc.d/init.d/ntpd stop ntpdate pool.ntp.org /etc/rc.d/init.d/ntpd start [/sourcecode]