openbsd-ports/mail/vmailmgr/Makefile
avsm 1c7eea7f04 import of vmailmgr-0.96.7
--
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 [15]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.
2000-12-14 15:47:11 +00:00

56 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2000/12/14 15:47:11 avsm Exp $
DISTNAME= vmailmgr-0.96.9
CATEGORIES= mail
NEED_VERSION= 1.340
HOMEPAGE= http://www.vmailmgr.org/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.vmailmgr.org/archive/0.96.9/
RUN_DEPENDS= unixserver::net/ucspi-unix \
multilog::sysutils/daemontools
CONFIGURE_STYLE= gnu
TXTHELP= FAQ configuration record-format HOWTO \
protocol vmailmgr-cgi
HTMLHELP= ChangeLog FAQ HOWTO NEWS configuration \
vmailmgr-cgi vmailmgr
MISCHELP= translation.fig translation.ps vmailmgr.pod
SCRIPTS= autoresponder.sh vmailmgrd-log.run \
vmailmgrd.init vmailmgrd.run
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vmailmgr
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vmailmgr/txt
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vmailmgr/html
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vmailmgr/misc
${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/vmailmgr
.for f in ${TXTHELP}
${INSTALL_DATA} ${WRKSRC}/doc/${f}.txt \
${PREFIX}/share/doc/vmailmgr/txt
.endfor
.for f in ${HTMLHELP}
${INSTALL_DATA} ${WRKSRC}/doc/${f}.html \
${PREFIX}/share/doc/vmailmgr/html
.endfor
.for f in ${MISCHELP}
${INSTALL_DATA} ${WRKSRC}/doc/${f} \
${PREFIX}/share/doc/vmailmgr/misc
.endfor
.for f in ${SCRIPTS}
${INSTALL_DATA} ${WRKSRC}/scripts/${f} \
${PREFIX}/share/examples/vmailmgr
.endfor
.include <bsd.port.mk>