Bug 117509 - [new port] mail/vmailmgr -- A powerful, clean and easy-to-use virtual domain manager for qmail
Summary: [new port] mail/vmailmgr -- A powerful, clean and easy-to-use virtual domain ...
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-25 19:50 UTC by mij@sshguard.net
Modified: 2008-01-20 06:30 UTC (History)
0 users

See Also:


Attachments
file.shar (11.29 KB, text/plain)
2007-10-25 19:50 UTC, mij@sshguard.net
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mij@sshguard.net 2007-10-25 19:50:01 UTC
vmailmgr has been expunged from the ports tree back in april. This fixes the long absence.

It required some tweaking in source files and autotools. Especially in the latter the author seemingly wrote against his very own setup.
This version of the port does not install extra documentation because manuals are complete and well written and because extra docs are available on the project website.
It does not install the "big php library" file either. This is a possible todo for the next port version.

See http://www.vmailmgr.org/

Fix: Patch attached with submission follows:
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2008-01-19 10:05:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-20 06:28:16 UTC
beech       2008-01-20 06:28:11 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/vmailmgr        Makefile distinfo pkg-descr pkg-plist 
    mail/vmailmgr/files  patch-recursive.diff 
  Log:
  - New port vmailmgr-0.97
  
  - VMailMgr (short for Virtual MAIL ManaGeR) is a package of programs
    designed to manage multiple domains of mail addresses and mailboxes on a single
    host. It co-operates with qmail for mail delivery and program control.
  
  - It features:
  
  - A password checking interface between qmail-popup and
    qmail-pop3d which replaces the usual checkpassword, as well as an
    authentication module for Courier IMAP, that provide access to the
    virtual mailboxes by one of three methods:
          IP-based virtual server access (invisible to the POP3 user)
          username-based access (username-virtualuser)
          hostname-based access (virtualuser@virtual.host or virtualuser:virtual.host)
  - CDB-based password tables to speed up access for domains of any size.
  - Tools to setup a virtual domain, add and delete individual virtual users
    and aliases, and to change passwords. CGI programs to accomplish the
    above tasks from a set of web pages.
  - A native PHP library to compliment or replace the CGIs.
  - A daemon process that securely directs the operation of the CGIs and PHP code.
  - A separate delivery agent that automatically deals with any
    address inside a virtual domain from a single .qmail-default file.
  
  WWW: http://www.vmailmgr.org
  
  PR:             ports/117509
  Submitted by:   Mij <mij@bitchx.it> (maintainer)
  Approved by:    linimon  (mentor)
  
  Revision  Changes    Path
  1.884     +1 -0      ports/mail/Makefile
  1.11      +37 -0     ports/mail/vmailmgr/Makefile (new)
  1.5       +3 -0      ports/mail/vmailmgr/distinfo (new)
  1.1       +175 -0    ports/mail/vmailmgr/files/patch-recursive.diff (new)
  1.3       +23 -0     ports/mail/vmailmgr/pkg-descr (new)
  1.5       +28 -0     ports/mail/vmailmgr/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-20 06:29:41 UTC
State Changed
From-To: open->closed

Committed, Thanks!