Hi All,
I have running cenots 6.6 64 bit machine.
I have updated all packages through webmin.
Am running qmailtoaster in the same machine.
Squirrelmail is not working after updated the packages.
It's shows welcome screen.
virtual host config and squirrelmail config files are not change anything.
Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /usr/share/squirrelmail/
squirrelmail.conf below
<IfModule mod_alias.c>
Alias /webmail /usr/share/squirrelmail/
</IfModule>
<Directory /usr/share/squirrelmail>
Options SymLinksIfOwnerMatch
DirectoryIndex index.php
Options Indexes MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
httpd.conf below
<VirtualHost 192.168.1.20>
DocumentRoot /usr/share/squirrelmail
ErrorLog logs/mail.xxxx-error_log
TransferLog logs/mail.xxxx-access_log
</VirtualHost>
Could anyone help me to fix my issue
--
Thanks,Manikandan.C
System Administrator