Web mail d'ont work... help me! tanks

eich

New member
Joined
Sep 1, 2011
Messages
1
i'm not english..;),
and i am new with direct admin.

why when i click on webmail button the follow page appears?: :confused:

Not Found
The requested URL /webmail was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


How i can send and read e-mail?.. I have read the help but is very poor..
eich
 
Are you the server admin?

Have you installed any webmail?

If you are server admin and have root access do this:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build roundcube
rm -rf /var/www/html/webmail
ln -s /var/www/html/roundcube/ /var/www/html/webmail

Now the webmail link should work

If not try edit this file:

Code:
/etc/httpd/conf/extra/httpd-alias.conf

Edit the /webmail Alias to point to /var/www/html/roundcube (default should be pointing to /var/www/html/squirrelmail) if im not wrong.

Hope it help

Regards
 
./build roundcube & i have an error

"You cannot install RoundCube webmail, because you do not have it set in options.conf file."
 
Back
Top