head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.18
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.16
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.14
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.12
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.10
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.8
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.6
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.4
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.2.0.2
	pkgsrc-2024Q1-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2024.02.28.15.42.06;	author schmonz;	state Exp;
branches;
next	1.1;
commitid	9zoLv1tDClTpnd0F;

1.1
date	2024.02.25.12.09.23;	author schmonz;	state Exp;
branches;
next	;
commitid	XXtIUXtrUgfniOZE;


desc
@@


1.2
log
@vmailmgr-docs: skip PDFs, not installed anyway.
@
text
@# $NetBSD: Makefile,v 1.1 2024/02/25 12:09:23 schmonz Exp $

.include "../../mail/vmailmgr/Makefile.common"

PKGNAME=		vmailmgr-docs-${VERSION}
CATEGORIES=		mail

MAINTAINER=		schmonz@@NetBSD.org
HOMEPAGE=		https://untroubled.org/vmailmgr/
COMMENT=		Virtual domain manager for qmail (docs)
LICENSE=		gnu-gpl-v2

BUILD_TARGET=		docs
BUILD_DIRS+=		. authenticate

TOOL_DEPENDS+=		gtexinfo-[0-9]*:../../devel/gtexinfo
TOOL_DEPENDS+=		tex-texinfo-[0-9]*:../../print/tex-texinfo

INSTALLATION_DIRS=	share/doc/vmailmgr

do-install:
	cd ${WRKSRC}; \
	for f in AUTHORS ChangeLog COPYING NEWS TODO \
		doc/ChangeLog* doc/YEAR2000 doc/*.txt doc/*.html \
		commands/*.html authenticate/*.html daemon/*.html \
		scripts/autoresponder.sh; do \
		${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/doc/vmailmgr/`basename $$f`; \
	done

.include "../../mk/bsd.pkg.mk"
@


1.1
log
@Add vmailmgr, a virtual domain manager for qmail.

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.
- A separate delivery agent that automatically deals with any address
  inside a virtual domain from a single .qmail-default file.
@
text
@d1 1
a1 1
# $NetBSD$
a29 1
.include "../../lang/php/phpversion.mk"
@

