Bug 117047 - [NEW PORT] sysutils/ispman: ISP management software
Summary: [NEW PORT] sysutils/ispman: ISP management software
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-09 20:20 UTC by Denis Shaposhnikov
Modified: 2008-01-11 20:40 UTC (History)
0 users

See Also:


Attachments
ispman-1.3r2.shar (36.06 KB, text/plain)
2007-10-09 20:20 UTC, Denis Shaposhnikov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Shaposhnikov 2007-10-09 20:20:02 UTC
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.

This may not be the right software for you if you want to run a small
ISP on a single box or if you want to use this software as an LDAP
editor or a DNS management software by itself.

WWW: http://www.ispman.net/

Generated with FreeBSD Port Tools 0.77
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2008-01-11 00:38:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-11 20:32:37 UTC
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 <dsh@vlink.ru> (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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-01-11 20:33:50 UTC
State Changed
From-To: open->closed

Committed, Thanks!