diff options
author | bouyer <bouyer> | 2002-02-01 22:44:27 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2002-02-01 22:44:27 +0000 |
commit | 7d03f9903e4ca88351eeaeffd792fb26be231152 (patch) | |
tree | 5dc5070821c263f8cd506f459ddbfb238f26bd2e /mail/imp/files | |
parent | 56c651275083875c7ee0ef7b03cd122043df95fb (diff) | |
download | pkgsrc-7d03f9903e4ca88351eeaeffd792fb26be231152.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.dist | 6 |
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 |