You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-mta/courier/files/apache-sqwebmail.inc

15 lines
347 B

Alias /webmail/ /usr/share/courier/sqwebmail/images/
<Directory /usr/share/courier/sqwebmail/>
Order Allow,Deny
AllowOverride All
Allow from all
</Directory>
ScriptAlias /courier/ /usr/lib/courier/courier/webmail/
<Directory /usr/lib/courier/courier/webmail/>
AllowOverride All
Options ExecCGI
Order allow,deny
Allow from all
</Directory>