Webmail issue.

ozgurerdogan

Verified User
Joined
Apr 20, 2008
Messages
343
Can you please tell me when I enter webmail as mail.domain.com I am getting

Directory index forbidden by Options directive: /var/www/html/


Where should I check?
 
Can you please tell me when I enter webmail as mail.domain.com I am getting
The help section says:
This will setup the webmail A record for new dns zones.
Which means you should use webmail.domain.com and not mail.domain.com unless you changed things differently then mentioned in the help section.

Did you also change this line:
Code:
DocumentRoot /var/www/html/squirrelmail
to the webmail you use? If you use roundcube this should be:
Code:
DocumentRoot /var/www/html/roundcube
 
Sorry forum does not send me reply notifications. I checked all above settings. I had to add a simle redirection html to /var/www/html/ to redirect to /roundcube folder and now it works fine. So weird...
 
Indeed weird, because that redirection should be made automatically when installing roundcube.
But nice to hear you got it working now.
 
Back
Top