Mails are not going through and getting bounce backs From a domain

Web Hosting Tutorials, Web Hosting, Cpanel Hosting No Comments »

Check for :
# cat /etc/valiases/yourdomain.com
If it displays :
*: :fail: No Such User Here
Then edit as : # vi /etc/valiases/yourdomain.com
*: username

Can’t Delete messages from HORDE

Web Hosting Tutorials, Web Hosting, Cpanel Hosting 1 Comment »

If you are not able to delete the messages from Horde and getting an error :

‘There was an error deleting messages from the folder “Inbox”. This is what the server
said: [TRYCREATE] Mailbox does not exist.’
Product versions this article applies to:

SOLUTION :
Most probalby you have switched your webmail to
“When deleting messages, move them to your Trash
folder instead of marking them as deleted?” in Horde
IMP preferences under “Options” -> “Deleting and Moving Messages”.
Please make sure that trash folder was created and selected under
“Trash folder:” option.

How to set counters through cpanel

Web Hosting Tutorials, Cpanel Hosting No Comments »

Counter is used for counting visitors on your website. You are able to access counter option through cpanel >> cgi center >> counters. You can set counter for your cpanel account as per below.

* Go to counter option in your cpanel hosting control panel. Cpanel >> CGI center >> counters.
* Click radio button against counter.
* Edit/Reset a counter
* Counter name:- defaults counter name is cpanel username. This will cerate username.dat file under /var/cpanel/Counter directory.
* Click on Make HTML it generates following lines.

* Copy the above lines then on shell prompt go to directory
# cd /var/cpanel/Counters

Check file is created with the name username.dat. Change the file permission to 777.
# vi username.dat

Paste the above copied lines in file then save the file. Now counter is set for your main cpanel domain name.

Error under view bandwidth usage

Web Hosting Tutorials, Cpanel Hosting No Comments »

View Bandwidth Usage in WHM displays following error.

tvguide hostingcomments.com (deleted) 0.00 Meg 0.00 Meg N/A N/A Meg 0% used

Please check following steps

1)  Go to directory /var/cpanel/bandwidth
root@server1[/]# cd /var/cpanel/bandwidth

2)  Create file with accounts username and domain name.
root@server1[/var/cpanel/bandwidth]# touch tvguide
root@server1[/var/cpanel/bandwidth]# touch hostingcomments.com

3) Change group of the above both files to username.
root@server1[/var/cpanel/bandwidth]# chgrp tvguide tvguide
root@server1[/var/cpanel/bandwidth]# chgrp tvguide hostingcomments.com

4) root@server1[/]# /scripts/runweblogs tvguide

5) Check account hostingcomments.com under View Bandwidth Usage. It shows as per below
tvguide hostingcomments.com 0.00 Meg 0.00Meg 9.77 Gig 1% used

Enable tomcat for my account

Web Hosting Tutorials, Cpanel Hosting No Comments »

First check tomcat is installed on server. If not then install it as per below.

1) Go to whm >> cpanel >> addon modules >> tomcat
click on check box against “Install and Keep Updated”    click on save. It will install tomcat.

2) Go to whm >> service configuration >> service manager.
click on check box against tomcat under enabled column and then click on save. It will enable tomcat service.

Now you have to enabled jsp pages as per below.
Go to whm >> account functions >> install servlet  select the domain name click on install.
Now client is able to create jsp pages.

Addon Domain Additions error

Web Hosting Tutorials, Cpanel Hosting No Comments »

Error from park wrapper: hostingcomments.com is owned by another user.

Removed Entry from httpd.conf The subdomain, hostingcomments.abc.com has been removed.
It means you have previously added and removed same domain from your cpanel but that time domain was not properly removed from server. You have to check following configuration files on server, if addon domains entries already exist in those files remove it manually.

/var/cpanel/users/cpanel-username
/usr/local/apache/conf/httpd.conf checks virtual host entry for addon domain.
/etc/named.conf
/var/named/domainname.com.db if this file is exists then removes it.

I want to swap my main cpanel domain name

Web Hosting Tutorials, Cpanel Hosting No Comments »

You are able to swap main domain name through whm check following steps.

whm >> Account Information >> list accounts >> select current main domain name. go to username column click on icon  add new domain name in text box against domain click on save .

Domain name is changed for your account. Now you are unable to view previous subdomains in cpanel, to solve this issue you have to update new domain name in /var/cpanel/users/username
e.g. Suppose you have swap the domain name from abc.com >> xyz.com

now your existing subdomain pp.abc.com is inaccessible to access same sub domain you have to change the domain name as per below pp.abc.com >> pp.xyz.com  in /var/cpanel/users/username . Also change the domain name as per above in virtual host entry under httpd.conf file. Restart the http service. Now you are able to access subdomain pp.xyz.com.

Email problems unrouteable mail address pattiann@hostingcomments.com.

Web Hosting Tutorials, Cpanel Hosting No Comments »

It means email address is not valid at which you are trying to send mail. Also default address is set to fail so the server rejects mails send to invalid address.

Local ftp client gives error 553 Disk full - please upload later.

Web Hosting Tutorials, Cpanel Hosting No Comments »

Partition on server is full on which your account is created.

You have to contact to your web hosting provider. If you have dedicated server then remove unnecessary files to make space on partition. If you don’t have dedicated then request to your web hosting provider.

Generate csr and install ssl certificate through shell prompt

Web Hosting Tutorials, Cpanel Hosting No Comments »

Generate csr through shell on cpanel server using following command

root@server1[/]# /scripts/gencsr

Type the information as per script requested. It will create hostingcomments.com.csr file under directory /usr/share/ssl/cert also create hostingcomments.com.key file under directory /usr/share/ssl/private

* Check following steps to install ssl certificate.

1) Go to directory /usr/share/ssl/certs
root@server1[/]# cd /usr/share/ssl/certs
Create .crt file and paste ssl certificate into .crt file as per below
root@server1 [/usr/share/ssl/certs]# vi hostingcomments.com.crt
paste ssl certificate and save the file.

2) Add hostingcomments.com.cabundle file under directory /usr/share/ssl/certs
root@server1 [/usr/share/ssl/certs]# vi hostingcomments.com.cabundle
paste .cabundle cert provided by client and save the file.
cabundle certificate not provided by client nt then skip the above step.

3) Go to directory /usr/share/ssl/private and check .key file is already present for domain name.

4) Now you have to add ssl virtual host entry in httpd.conf.
Sample ssl virtual host entry is as per below. You have to replace domain name and dedicated as per your domain name and ip.

<IfDefine SSL>
<VirtualHost 165.75.54.25:443>
ServerAlias hostingcomments.com
ServerAdmin webmaster@hostingcomments.com
DocumentRoot /home/username/public_html
BytesLog domlogs/.com-bytes_log
ServerName hostingcomments.com
User username
Group username
CustomLog /usr/local/apache/domlogs/hostingcomments.com combined
ScriptAlias /cgi-bin/ /home/username/public_html/cgi-bin/
SSLEnable
SSLCertificateFile /usr/share/ssl/certs/hostingcomments.com.crt
SSLCertificateKeyFile /usr/share/ssl/private/hostingcomments.com.key
SSLCACertificateFile /usr/share/ssl/certs/hostingcomments.com.cabundle
SSLLogFile /usr/local/apache/domlogs/hostingcomments.com-ssl_data_log
SetEnvIf User-Agent “.*MSIE.*” nokeepalive ssl-unclean-shutdown
</VirtualHost>
</IfDefine>

5) If cabundle is not given by client then remove following line from your ssl virtual host entry
SSLCACertificateFile /usr/share/ssl/certs/hostingcomments.com.cabundle
6) Save httpd.conf file and restart the httpd service.
7) SSL certificate is installed and you are able to access domain with https://


WordPress Theme & Icons by N.Design Studio
Entries RSS Comments RSS Login