Thanks for visiting! Don't forget to visit "Techno Blogs"

Aug 5

If you use yum for installing packages on your Linux box, you have to clean up few things once the installation is over. Else you will be wasting disk space unnecessarily. Yes, yum does help you with this house keeping work. Just try out yum clean option.

FYI: clean requires an option: headers, packages, cache, metadata, all

# yum clean all
Cleaning up Everything
600 headers removed
91 packages removed
16 metadata files removed
0 cache files removed
8 cache files removed

Happy house keeping…

Aug 5

cPanel DNS ONLY is a free product that allows you to run a DNS server which will be automatically updated by any servers that you link to it running the cPanel Server Suite. cPanel DNS ONLY is meant to be used on standalone DNS servers only which have no previous content on them.

Using DNS Clustering in WebHost Manager, you can create a cluster between your standalone name servers and any server running the cPanel and WHM. This means that any DNS changes made on your cPanel server will be sent to your standalone DNS server(s). You will no longer have to use local name servers with cPanel and WHM.

To download cPanel DNS ONLY, click here.

Aug 5

If you’re unable to login to horde on a lxadmin box, check the mail logs at  /var/log/lxadmin/maillog

I found the following in logs :

Aug  5 06:43:27 www imapd: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Aug  5 06:43:27 www imapd: LOGOUT, ip=[::ffff:127.0.0.1]

Check if you have CRAM-MD5" in IMAP_CAPABILITY= line in the /usr/lib/courier-imap/etc/imapd file. Remove it and restart IMAP. This should help you resolve the login issue with webmail.

Aug 5