Archive for Linux vs Windows

Email Works via IMAP But Not POP3 – cPanel

This problem is probably happening because the wrong POP3 server is running. To fix this, follow these instructions:

1) Login to your Linux box via SSH as root.

2) Run the following command:

vi /etc/xinetd.d/popa3d
3) Locate the line ‘disable = no’.

4) Change the line to read ‘disable = yes’.

5) Save and close the file by pressing ‘esc’ and typing ‘:wq’.

6) Now restart the xinetd service: ‘service xinetd restart’.

7) Login to WHM and navigate to: WHM > Restart Services > Select the Link ‘POP3 Server (cppop)’.

icon cool When prompted to restart the service, select ‘Yes’.

You should now be able to access your cPanel email via POP3.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Related Posts:

  • No Related Posts

Enabling Spell Checker in Horde Webmail

One of the many unique features about Horde webmail is it’s spell checker facility. However, the use of this requires that certain components be installed. To install these follow these instructions:

1) Login to your Linux box via SSH as root.

2) Install aspell by running the following command:

    yum -y install aspell aspell-en-gb

Leave it to install; you shouldn’t need to make any changes to Horde as it should automatically detect the ASPELL installation.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Related Posts:

  • No Related Posts

Manually Update cPanel/WHM

cPanel/WHM sould upgrade itself automatically every once in a while; however, if you want to do this manually then just follow these steps:

1) Login to your VPS as root using SSH

2) Run the command: /scripts/upcp -force

3) Restart cPanel: /etc/init.d/cpanel restart

The actual upgrade may take a while, so you will need to be patient.

VN:F [1.9.17_1161]
Rating: 10.0/10 (3 votes cast)
VN:F [1.9.17_1161]
Rating: +1 (from 1 vote)

Related Posts:

  • No Related Posts

Linux RPM GPG Key Error

If you experience this error, you will need to import the GPG key(s); follow these instructions to do that:

1) Login to your Linux box via SSH as root.

2) Run the following command:

rpm –import http://anorien.csc.warwick.ac.uk/mirrors/centos/3.5/os/i386/RPM-GPG-KEY-CentOS-3

That should be the problem solved!

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Related Posts:

  • No Related Posts

Installing cPanel

Follow these steps to install cPanel on a Linux box (Dedicated Hosting, Cloud Hosting or a VPS).

1) Login to your Linux machine via SSH as root.

2) Run the following commands:

# cd /home

# wget http://layer1.cpanel.net/latest

# sh latest

After that you will need to leave it for around 90 minutes so that cPanel can install.

VN:F [1.9.17_1161]
Rating: 8.0/10 (2 votes cast)
VN:F [1.9.17_1161]
Rating: +1 (from 1 vote)

Related Posts:

  • No Related Posts

Last updated by at .

« Previous Page« Previous entries « Previous Page · Next Page » Next entries »Next Page »