From owner-cvs-all@FreeBSD.ORG Fri Apr 18 00:30:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0B1037B401; Fri, 18 Apr 2003 00:30:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F94743F93; Fri, 18 Apr 2003 00:30:57 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3I7Uu0U039741; Fri, 18 Apr 2003 00:30:57 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3I7UuOH039739; Fri, 18 Apr 2003 00:30:56 -0700 (PDT) Message-Id: <200304180730.h3I7UuOH039739@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 18 Apr 2003 00:30:56 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/imp3 Makefile ports/mail/imp3/files httpd.conf.imp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 07:30:58 -0000 edwin 2003/04/18 00:30:56 PDT FreeBSD ports repository Modified files: mail/imp3 Makefile mail/imp3/files httpd.conf.imp Log: 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 Revision Changes Path 1.24 +1 -0 ports/mail/imp3/Makefile 1.3 +0 -4 ports/mail/imp3/files/httpd.conf.imp