Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release > by-pkgid > e3194e4e3e85ca941250e9f0c67e3746 > files > 2

squirrelmail-1.4.20-2mdv2010.1.noarch.rpm

# squirrelmail.conf

Alias /squirrelmail /var/www/squirrelmail

<Directory /var/www/squirrelmail>
    Order allow,deny
    Allow from 127.0.0.1
    Deny from all
    ErrorDocument 403 "Access denied per /etc/httpd/conf/webapps.d/squirrelmail.conf"

    php_admin_value session.bug_compat_42 0
    # Otherwise can't send mails
    php_admin_value safe_mode 0
    # Misc
    php_flag register_globals	off
    # Other increased PHP parameters
    php_admin_value memory_limit    64M
    php_admin_value post_max_size   17M
    php_admin_value upload_max_filesize 16M
    php_admin_value max_execution_time 120
</Directory>