summaryrefslogtreecommitdiff
path: root/mail/imp3
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-18 07:30:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-18 07:30:56 +0000
commitf9186d205db730d343ff7825adf46278a9f587af (patch)
treeebbdcc3341d67e2447be4baece55614cf7d4c57a /mail/imp3
parentMAINTAINER UPDATE p5-Locale-Maketext-Lexicon (diff)
mail/imp3: fixing an error when saving attachments.
Fixing an error reported by fran at his.com: Saving attachments causes an error: "You don't have permission to access /horde/imp/download/ on this server." and an error is reported in /var/log/httpd-error.log: [error] [client aaa.bbb.ccc.ddd] client denied by server configuration: /usr/local/www/horde/imp/download $LOCALBASE/etc/horde/httpd.conf.imp was protecting horde/imp/download/ (my mistake), but IMP uses this as a pseudo-directory, and it must be readable by your clients. PR: ports/51100 Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=79222
Diffstat (limited to 'mail/imp3')
-rw-r--r--mail/imp3/Makefile1
-rw-r--r--mail/imp3/files/httpd.conf.imp4
2 files changed, 1 insertions, 4 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile
index f31a1c463ddb..497fe4f56210 100644
--- a/mail/imp3/Makefile
+++ b/mail/imp3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= imp
PORTVERSION= 3.2.1
+PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \
ftp://ftp.au.horde.org/pub/horde/imp/ \
diff --git a/mail/imp3/files/httpd.conf.imp b/mail/imp3/files/httpd.conf.imp
index 0e78f4dd10f7..edd7b1df357e 100644
--- a/mail/imp3/files/httpd.conf.imp
+++ b/mail/imp3/files/httpd.conf.imp
@@ -7,10 +7,6 @@
order deny,allow
deny from all
</Directory>
-<Directory "/home/httpd/html/horde/imp/download">
- order deny,allow
- deny from all
-</Directory>
<Directory "/home/httpd/html/horde/imp/lib">
order deny,allow
deny from all