From owner-cvs-all@FreeBSD.ORG Fri Jan 11 20:32:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3A0E16A418; Fri, 11 Jan 2008 20:32:32 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4393513C46B; Fri, 11 Jan 2008 20:32:32 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0BKWWDf067308; Fri, 11 Jan 2008 20:32:32 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0BKWUFJ067307; Fri, 11 Jan 2008 20:32:30 GMT (envelope-from beech) Message-Id: <200801112032.m0BKWUFJ067307@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 11 Jan 2008 20:32:30 +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/sysutils Makefile ports/sysutils/ispman Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist ports/sysutils/ispman/files patch-Makefile patch-install-data-ldifs-Makefile patch-install-data-schema-Makefile 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: Fri, 11 Jan 2008 20:32:32 -0000 beech 2008-01-11 20:32:30 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/ispman Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist sysutils/ispman/files patch-Makefile patch-install-data-ldifs-Makefile patch-install-data-schema-Makefile Log: New port ispman-1.3r2 ISPman is an ISP management software written in perl, using an LDAP backend to manage virtual hosts for an ISP. It can be used to manage, DNS, virtual hosts for apache config, postfix configuration, cyrus mail boxes, proftpd etc. ISPMan was written as a management tool for the network at 4unet where between 30 to 50 domains are hosted and the number is crazily growing. Managing these domains and their users was a little time consuming, and needed an Administrator who knows linux and these daemons fluently. Now the help-desk can easily manage the domains and users. LDAP data can be easily replicated site wide, and mail box server can be scaled from 1 to n as required. An LDAP entry called maildrop tells the SMTP server (postfix) where to deliver the mail. The SMTP servers can be loadbalanced with one of many load balancing techniques. The program is written with scalibility and High availibility in mind. PR: ports/117047 Submitted by: Denis Shaposhnikov (maintainer) Approved by: linimon (mantor) Revision Changes Path 1.969 +1 -0 ports/sysutils/Makefile 1.1 +67 -0 ports/sysutils/ispman/Makefile (new) 1.1 +3 -0 ports/sysutils/ispman/distinfo (new) 1.1 +146 -0 ports/sysutils/ispman/files/patch-Makefile (new) 1.1 +11 -0 ports/sysutils/ispman/files/patch-install-data-ldifs-Makefile (new) 1.1 +13 -0 ports/sysutils/ispman/files/patch-install-data-schema-Makefile (new) 1.1 +16 -0 ports/sysutils/ispman/pkg-deinstall (new) 1.1 +23 -0 ports/sysutils/ispman/pkg-descr (new) 1.1 +14 -0 ports/sysutils/ispman/pkg-install (new) 1.1 +584 -0 ports/sysutils/ispman/pkg-plist (new)