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:
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
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"
State Changed From-To: open->closed Committed, Thanks!