filter language, and is now a generic and complete filter rule frontend that currently is able to create Sieve, procmail, maildrop, and IMAP filter rules. The IMAP filter driver translates the filter rules on demand to IMAP commands, executed via PHP's IMAP extension and has replaced IMP's internal filtering code. It is now the default filtering agent in IMP H3 (4.x).
31 lines
705 B
Text
31 lines
705 B
Text
# $NetBSD: ingo.conf.dist,v 1.1.1.1 2006/03/31 22:06:34 adrianp Exp $
|
|
#
|
|
# Ingo configuration file fragment for Apache
|
|
|
|
# For security, don't serve pages from the Ingo configuration and library
|
|
# directories.
|
|
#
|
|
<Directory "@INGODIR@/config">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@INGODIR@/lib">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@INGODIR@/locale">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@INGODIR@/po">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@INGODIR@/scripts">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@INGODIR@/templates">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|