Proxy access for cPanel/WHM/webmail.
With Linux Shared Hosting accounts, you have access to a control panel that contains the admin functions of your account. Generally you would access this using the following syntax:
http://yourdomain.com/cpanel
http://yourdomain.com:2082
This URL causes a problems for some owners, as it attempts to connect to port 2082. This is an uncommon port and may be blocked by corporate and public firewalls, thus preventing access.
If you are unable to access your cPanel using the above URL, you can access it using the following syntax:
http://cpanel.yourdomain.com
This syntax does not connect using an uncommon port, and will allow you access. The same rules apply for Webmail and WHM.
http://whm.yourdomain.com
http://webmail.yourdomain.com
Note: You will need to create A records for each subdomain above if not created by default during account creation process.
Login to Horde Webmail fails in Plesk Panel Server
To solve this issue we need to verity the following.
Verify that authenticate via IMAP is possible.
# /usr/local/psa/admin/sbin/mail_auth_view
Try authorization:
If IMAP authorization failed verify that configuration of IMAP server is correct in the file.
/etc/psa-horde/imp/servers.php
Also
Verify that package courier-imap is installed and up-to-date.
# rpm -qa | grep courier-imap
How do i access cpanel webmail logs
If you would like to access webmail logs to see who accessed a certian webmail accounts.
The following log file could be searched to help locate specific access log entries from webmail.
/usr/local/cpanel/logs/access_log
Or use the following.
grep -in username /usr/local/cpanel/logs/access_log
Replace username with the webmail user.
From the grep man pages.
-i, –ignore-case
Ignore case distinctions in both the PATTERN and the input files. (-i is specified by POSIX.)
-n, –line-number
Prefix each line of output with the 1-based line number within its input file. (-n is specified by POSIX.)
How to log into Usermin Webmail
Taken from : http://www.virtualmin.com/documentation/tutorial/
In this tutorial, we will go over how to log into the Usermin Webmail interface.
Open your web browser, such as Firefox or Internet Explorer.
In the address bar at the top of your browser, browse to the following address:
https://webmail.example.com
Where example.com is your server’s domain name.
Once you have entered the address above, hit enter to go to the Usermin Login screen.
Enter the username you were given in the Username field.
Enter your password in the password field.
Click Login, and you will be logged into Usermin.
You can see a list of mail folders, as well as other options, on the left.
The contents of the current folder (your Inbox, by default) will be displayed on the right.
If you require further Usermin/Virtualmin documentation please visit the following link,
http://www.virtualmin.com/documentation/tutorial