QmailtoasterMain Page | About | Help | FAQ | Special pages | Log in

Printable version | Disclaimers | Privacy policy

Talk:CentOS 4.4 QmailToaster Install

From Qmailtoaster

Procedure works great, but I had 2 big issues - the squirrelmail.conf file has a defect and so does the toaster.conf file. The squirrelmail.conf original is:
<IfModule mod_alias.c>
Alias /webmail /usr/share/squirrelmail
</IfModule>
<Directory /usr/share/squirrelmail>

  Options None
  Order allow,deny
  allow from all

</Directory>


it should be:
<IfModule mod_alias.c>
Alias /webmail /usr/share/squirrelmail
</IfModule>
<Directory /usr/share/squirrelmail>

  DirectoryIndex index.php
  Options Indexes
  Order allow,deny
  allow from all

</Directory>
Here's the patch for toaster.conf:
diff toaster.conf.orig toaster.conf
28a29,30
> Options Indexes
> DirectoryIndex index.php
37a40,41
> Options Indexes
> DirectoryIndex index.php
46a51,52
> Options Indexes
> DirectoryIndex index.html


Also, I recommend placing the two extra conf files (squirrelmail.conf and toaster.conf in /etc/httpd/conf.d and leaving /etc/httpd/conf/httpd.conf alone - it will automatically pick up the two new files from the Include conf.d/*.conf directive.


George Toft

Retrieved from "http://wiki.qmailtoaster.com/index.php/Talk:CentOS_4.4_QmailToaster_Install"

This page has been accessed 1,792 times. This page was last modified on 24 March 2007, at 03:53. Content is available under GNU Free Documentation License 1.2.


Find

Browse
Main page
Community portal
Current events
Recent changes
Random page
Help
Edit
View source
Editing help
This page
View content page
New section
Printable version
Context
Page history
What links here
Related changes
My pages
Log in / create account
Special pages
New pages
File list
Statistics
More...