From owner-cvs-all Thu Sep 5 7:30:26 2002 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 53F6137B400; Thu, 5 Sep 2002 07:30:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18A5843E6A; Thu, 5 Sep 2002 07:30:22 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85EULJU027998; Thu, 5 Sep 2002 07:30:21 -0700 (PDT) (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85EULoD027997; Thu, 5 Sep 2002 07:30:21 -0700 (PDT) Message-Id: <200209051430.g85EULoD027997@freefall.freebsd.org> From: Peter Pentchev Date: Thu, 5 Sep 2002 07:30:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vpopmail Makefile distinfo ports/mail/vpopmail/files patch-vchkpw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2002/09/05 07:30:21 PDT Modified files: mail/vpopmail Makefile distinfo Removed files: mail/vpopmail/files patch-vchkpw.c Log: Update to vpopmail-5.3.8. There are two new configuration knobs: - WITHOUT_USERS_BIG_DIR disables the use of 'big' directories for users, thereby saving a little on disk space and inode usage; IMO, the savings are negligible; - WITHOUT_SEEKABLE disables the newly introduced ability of vdelivermail to examine its input stream for seekability, and read it all into a file to make it seekable. This works quite fine in the tests that I have done, so there seems to be no need to enable it on FreeBSD; however, if things should go wrong (in particular, if delivering mail to your virtual domains seems to fail), try rebuilding vpopmail with this knob. Prompted by: David Phillips Revision Changes Path 1.23 +11 -2 ports/mail/vpopmail/Makefile 1.11 +1 -1 ports/mail/vpopmail/distinfo 1.2 +0 -11 ports/mail/vpopmail/files/patch-vchkpw.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message