summaryrefslogtreecommitdiff
path: root/mail/imp/files
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2002-02-01 22:44:27 +0000
committerbouyer <bouyer@pkgsrc.org>2002-02-01 22:44:27 +0000
commit6dea841634302c3b690b8462c933d09a04784d91 (patch)
tree5dc5070821c263f8cd506f459ddbfb238f26bd2e /mail/imp/files
parent3f94bc4319168839286232affebc66b840fe6516 (diff)
downloadpkgsrc-6dea841634302c3b690b8462c933d09a04784d91.tar.gz
Update to 3.0, as 2.2.7 doesn't work with the new PHP.
"IMP 3.0 is now available! This major release delivers a brand-new, cleaner user interface, improved internationalization, mail filtering, identities, and much more, the result of over two years of feedback and experience based on the successful IMP 2.2.x releases." Note that the database format has changed, use ${PREFIX}share/horde/imp/scripts/imp2horde.pl to convert to the new format.
Diffstat (limited to 'mail/imp/files')
-rw-r--r--mail/imp/files/imp.conf.dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/imp/files/imp.conf.dist b/mail/imp/files/imp.conf.dist
index a278c9365e5..02631f95122 100644
--- a/mail/imp/files/imp.conf.dist
+++ b/mail/imp/files/imp.conf.dist
@@ -1,4 +1,4 @@
-# $NetBSD: imp.conf.dist,v 1.1.1.1 2001/02/12 15:27:41 jlam Exp $
+# $NetBSD: imp.conf.dist,v 1.2 2002/02/01 22:44:28 bouyer Exp $
#
# IMP configuration file fragment for Apache
@@ -17,6 +17,10 @@
Order deny,allow
Deny from all
</Directory>
+<Directory "@IMPDIR@/po">
+ Order deny,allow
+ Deny from all
+</Directory>
<Directory "@IMPDIR@/scripts">
Order deny,allow
Deny from all