1st blossom of spring

I need to stop and smell the roses in life. So this first blossom of spring I noticed out side of IM as Lind G was also admiring was my wake up call. February and early March have been pretty rough. These cuties were what I needed that day to remind me of God’s creation […]

DNS issues

Migration:  Gotta make sure DNS is all aligned.  This is plaguing me.  Gotta get it right the 1st time!! Plesk: • Edit /var/named/run-root/var/domainname.com to reflect correct SOA and NS records also A records. • Increment the record!!! • Make sure to restart the named with something like /etc/init.d/named restart cPanel: • Be sure to add […]

Webmail on a cPanel linux box

Found a resource at http://support.lunarpages.com/knowledge_bases/article/20 for my webmail problem. 1. Create subdomain: webmail.domain.com 2. add .htaccess file below to forward to to horde email.  Even non-https.  Yeah!! To Redirect to the Horde Webmail Client: RewriteEngine on RewriteCond %{HTTP_HOST} ^webmail.yourdomain.com$ [OR] RewriteCond %{HTTP_HOST} ^www.webmail.yourdomain.com$ RewriteRule ^(.*)$ http://yourdomain.com:2095/horde/$1 [R=301,L] To Redirect to the Squirrel Mail Client: RewriteEngine […]

Migration steps

Migrating from Plesk to cPanel Consider: Setup Account primary login has shell and sftp abilities. Use sftp instead of ftp. Setup mx records in mail area of cPanel. Note server type should be local. Email passwords can’t be migrated….not yet.  Looking into that…. Add redirects as forwarders. Aliases as forwarders. Dist list as multiple forwarders on […]

cPanel DNS – MX records

Their simple dns is not worth much. Gotta alays remember to use the advanced. BTW MX records are not changed in the DNS area but the email area. OOOkkkk. So I had my domain sanjuanweb.com setup. AND I did receive email there. Not sure what changed there and how.  But the DNS MX record slipped […]

StormOnDemand – Migration

Moveing to a StormOnDemand webserver.  Uses cPanel.  I’m freindly with a Plesk cp and the cPanel is a bit of a change for me. Nice to stretch but wow lots to consider. 1st note: WordPress permalinks .htaccess mess up the ability to have .htaccess files in other directories. Good head ache this.  The solution for […]