Squirrelmail (default) / mail problem

cwfie

Verified User
Joined
Aug 3, 2005
Messages
91
Hello DirectAdmin visitor/crew,

I have got 2 questions

1. Can somebody tell me step by step how to install squirrelmail as default? I have read topics about this, but i don't know how to do this exactly :(

2. I have moved all my accounts to another server. But all the main e-mailaccounts don't work ([email protected] /extension). What can I do about this?

Thanks in advance for the help!

Kind regards,

Steven
 
1. So that /webmail points to squirrelmail?
Login as root through ssh
vi /etc/httpd/conf/httpd.conf
search for the Alias entry and modify it appropriately so it points to squirrelmail instead of the other webmail application.

2. Check the exim logs and see if anything useful is reported about test emails you try sending or receiving.
 
I have installed squirrelmail as default. But domain/uebimiau doesn't work anymore. How can I do this?

Thanks in advance.
 
What do you mean by as default?

If you deleted the link from webmail to Uebimiau then it won't work. You need the links.

Jeff
 
Alias /config /var/www/html/redirect.php
Alias /phpMyAdmin /var/www/html/phpMyAdmin/
Alias /phpmyadmin /var/www/html/phpMyAdmin/
Alias /webmail /var/www/html/squirrelmail/
Alias /squirrelmail /var/www/html/squirrelmail/
Alias /testlink /var/www/html/uebimiau/
Is this the wrong path...?

Thanks in advance
 
Back
Top