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.

Below is log for mail.xxxx.com url from server.

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>
   ServerName mail.xxxx.in
   ServerAlias xxxx.in/webmail
   ServerAdmin postmas...@xxxx.in
   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*

Reply via email to