From owner-cvs-all@FreeBSD.ORG Mon Oct 6 18:17:50 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 998EF16A4B3; Mon, 6 Oct 2003 18:17:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2059943FF2; Mon, 6 Oct 2003 18:17:50 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h971HnXJ087065; Mon, 6 Oct 2003 18:17:49 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h971HnYV087064; Mon, 6 Oct 2003 18:17:49 -0700 (PDT) (envelope-from edwin) Message-Id: <200310070117.h971HnYV087064@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 6 Oct 2003 18:17:49 -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 Makefile ports/mail/dbmail Makefile distinfo pkg-descr pkg-plist ports/mail/dbmail/files patch-configure 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: Tue, 07 Oct 2003 01:17:50 -0000 edwin 2003/10/06 18:17:49 PDT FreeBSD ports repository Modified files: mail Makefile Added files: mail/dbmail Makefile distinfo pkg-descr pkg-plist mail/dbmail/files patch-configure Log: [new port] mail/dbmail: An SQL database-based mail system (POP3 and IMAP) (author description) The DBMAIL package replaces the normal UNIX mailing system. All emails and users data are stored in a database. You can create an unlimited number of email accounts, which can be checked using the POP3 or IMAP protocol. Users can maintain their own set of email addresses. It is more scalable, more secure, and faster than traditional mail systems. DBMAIL uses PostgreSQL or MySQL. PR: ports/54887 Submitted by: Clement Laforet Revision Changes Path 1.441 +1 -0 ports/mail/Makefile 1.1 +67 -0 ports/mail/dbmail/Makefile (new) 1.1 +1 -0 ports/mail/dbmail/distinfo (new) 1.1 +29 -0 ports/mail/dbmail/files/patch-configure (new) 1.1 +22 -0 ports/mail/dbmail/pkg-descr (new) 1.1 +37 -0 ports/mail/dbmail/pkg-plist (new)