From owner-cvs-all@FreeBSD.ORG Sun Jun 10 13:20:37 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C9A216A400; Sun, 10 Jun 2007 13:20:37 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7CA1B13C458; Sun, 10 Jun 2007 13:20:37 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5ADKbhX044536; Sun, 10 Jun 2007 13:20:37 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5ADKbKP044535; Sun, 10 Jun 2007 13:20:37 GMT (envelope-from dinoex) Message-Id: <200706101320.l5ADKbKP044535@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 10 Jun 2007 13:20:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/meta1 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 10 Jun 2007 13:20:37 -0000 dinoex 2007-06-10 13:20:37 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/meta1 Makefile distinfo pkg-descr pkg-plist Log: MeTA1 is a message transfer agent that has been designed with these main topics in minds: * Security * Reliability * Efficiency * Configurability * Extendibility MeTA1 consists of five main modules of which only one runs as root: * mcp: the main control program is similar to inetd(8): it starts all other MeTA1 modules and watches over their execution. mcp runs as root in order to bind to port 25 and to change the uid of the processes it starts. * smtps: the SMTP server receives e-mails. * smtpc: the SMTP client sends e-mails. * smar: the address resolver provides lookups in various maps including DNS for mail routing. * qmgr: the queue manager controls the flow of e-mails through the SMTP servers and clients. Revision Changes Path 1.850 +1 -0 ports/mail/Makefile 1.1 +180 -0 ports/mail/meta1/Makefile (new) 1.1 +3 -0 ports/mail/meta1/distinfo (new) 1.1 +21 -0 ports/mail/meta1/pkg-descr (new) 1.1 +64 -0 ports/mail/meta1/pkg-plist (new)