Search Type:
Search for:

Language:

Product:
Category:
No categories for selected product

I installed SquirrelMail and wish it be accessed instead of Horde by URL http://webmail.domain.com.

Article ID: 1775 
Last Review: Jun,22 2009
Author: Bezborodova Anastasiya
Last updated by: Bezborodova Anastasiya APPLIES TO:
  • Parallels Plesk Panel for Linux/Unix

Symptoms

I installed SquirrelMail and want to use webmail.domain.com domain name to access it, but Parallels Plesk Panel configures this domain name to point to IMP Webmail location. Can it be redefined?

Resolution

You should redefine both HTTP(80) and HTTPS(443) VirtualHosts of Parallels Plesk Panel Webmail and point them to SquirrelMail location.

Create new configuration file like squirrelmail.conf and put your new virtualhost configurations into it like below:

# Non-SSL host
   <VirtualHost \
    123.123.123.123:80 \
    123.123.123.124:80 \
    123.123.123.125:80 \
    >
    DocumentRoot /usr/share/squirrelmail
    ServerName webmail
    ServerAlias webmail.*
    Alias /horde /usr/share/squirrelmail
    <Directory /usr/share/squirrelmail>
    php_admin_flag engine on
    php_admin_flag magic_quotes_gpc off
    php_admin_value safe_mode off
    </Directory>
    </Virtualhost>
 
# SSL host
<IfModule mod_ssl.c>
    <VirtualHost \
    123.123.123.123:443 \
    123.123.123.124:443 \
    123.123.123.125:443 \
    >
    DocumentRoot /usr/share/squirrelmail
    ServerName webmail
    ServerAlias webmail.*
    Alias /horde /usr/share/squirrelmail
    SSLEngine on
    SSLVerifyClient none
    SSLCertificateFile /etc/httpd/conf/httpd.pem
    <Directory /usr/share/squirrelmail>
    php_admin_flag engine on
    php_admin_flag magic_quotes_gpc off
    php_admin_value safe_mode off
    </Directory>
    </Virtualhost>
 </IfModule>

Put the file to directory /etc/httpd/conf.d on RedHat-like operating systems, to directory /etc/apache2/conf.d on Debian and Ubuntu, to directory /usr/local/etc/apache2/Includes on FreeBSD.

Replace IPs and path to SquirrelMail installation with your own values. Then restart Apache and you should be able to access SquirrelMail interface by http://webmail.domain.com.


Subscription for changes to this article Subscription for changes to this article

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
* - required fields
 
 
 
 
 
 
For Home
For Business
For Hosters
For SaaS
For Developers
 
Desktop Virtualization
- Parallels Desktop for Mac
- Parallels Workstation
- Parallels Workstation Extreme
Server Virtualization
- Parallels Server
- Parallels Server for Mac
- Parallels Virtuozzo Containers
- Parallels Infrastructure Manager
Automation
- Parallels Operations Automation
- Parallels Business Automation
- Parallels Plesk Family
More Products