Filed under Web Hosting

I just ran into a POP3 authentication problem on my new VPS running cPanel. When I tried to perform POP3 authentication, it always returned “-ERR authentication failed (Bass password?)”.

I found out that there were two POP3 daemon installed on my server and that the wrong one was called through xinetd. The VPS had been setup by my provider so I knew a bit less about it than when I install everything myself.

If you ever get this problem, here’s the solution:

  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)’.
  8. When prompted to restart the service, select ‘Yes’.

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


Related Posts

Comments (1) Posted by Stephane on Sunday, October 28th, 2007


You can follow any responses to this entry through the magic of "RSS 2.0" and leave a trackback from your own site.

One Response to “cPanel POP3 Authentication Problem”

Post A Comment