SquirrelMail HOWTO

Install SquirrelMail:

aptitude install squirrelmail

Configure SquirrelMail:

squirrelmail-configure

If you configure a dedicated vhost for SquirrlMail (perhaps with SSL enabled) be sure to add the following:

        ##########################
        # SQUIRRELMAIL DIRECTORY #
        ##########################
        <Directory /usr/share/squirrelmail>
          Options Indexes FollowSymLinks
          <IfModule mod_php4.c>
            php_flag register_globals off
          </IfModule>
          <IfModule mod_php5.c>
            php_flag register_globals off
          </IfModule>
          <IfModule mod_dir.c>
            DirectoryIndex index.php
          </IfModule>

          # access to configtest is limited by default to prevent information leak
          <Files configtest.php>
            order deny,allow
            deny from all
            allow from 127.0.0.1
          </Files>
        </Directory>

Discussion

Enter your comment (wiki syntax is allowed):

Subscribe to the RSS feed for Andy's Debian HOWTOs

Article from Andy's Debian HOWTOs (http://www.besy.co.uk/debian/debian)

 
debian/how_to_set-up_web-mail_with_squirrelmail.txt · Last modified: 2008/08/01 23:56 (external edit) · [Old revisions]
Recent changes RSS feed Powered by Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki