From owner-cvs-all@FreeBSD.ORG Sun May 2 13:24:07 2004 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 8023616A4D1; Sun, 2 May 2004 13:24:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5185243D1D; Sun, 2 May 2004 13:24:07 -0700 (PDT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42KO7Ge066274; Sun, 2 May 2004 13:24:07 -0700 (PDT) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42KO7dI066273; Sun, 2 May 2004 13:24:07 -0700 (PDT) (envelope-from pav) Message-Id: <200405022024.i42KO7dI066273@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 2 May 2004 13:24:07 -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/masqmail Makefile distinfo pkg-descr pkg-plist ports/mail/masqmail/files masqmail.sh patch-Makefile.in patch-masqmail.c patch-mserver.c patch-pop3_in.c patch-smtp_out.c 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: Sun, 02 May 2004 20:24:07 -0000 pav 2004/05/02 13:24:07 PDT FreeBSD ports repository Modified files: mail Makefile Added files: mail/masqmail Makefile distinfo pkg-descr pkg-plist mail/masqmail/files masqmail.sh patch-Makefile.in patch-masqmail.c patch-mserver.c patch-pop3_in.c patch-smtp_out.c Log: Add MasqMail, a mail server designed for hosts that do not have a permanent internet connection eg. a home network or a single host at home. It has special support for connections to different ISPs. It replaces sendmail or other MTAs such as qmail or exim. PR: ports/65178 Submitted by: Andrey Slusar Revision Changes Path 1.516 +1 -0 ports/mail/Makefile 1.1 +57 -0 ports/mail/masqmail/Makefile (new) 1.1 +2 -0 ports/mail/masqmail/distinfo (new) 1.1 +63 -0 ports/mail/masqmail/files/masqmail.sh (new) 1.1 +18 -0 ports/mail/masqmail/files/patch-Makefile.in (new) 1.1 +11 -0 ports/mail/masqmail/files/patch-masqmail.c (new) 1.1 +11 -0 ports/mail/masqmail/files/patch-mserver.c (new) 1.1 +11 -0 ports/mail/masqmail/files/patch-pop3_in.c (new) 1.1 +20 -0 ports/mail/masqmail/files/patch-smtp_out.c (new) 1.1 +23 -0 ports/mail/masqmail/pkg-descr (new) 1.1 +16 -0 ports/mail/masqmail/pkg-plist (new)