Path to this page:
./
mail/php-vmailmgr,
Virtual domain manager for qmail (PHP bindings)
Branch: CURRENT,
Version: 0.97.0.20150901nb1,
Package name: php82-vmailmgr-0.97.0.20150901nb1,
Maintainer: schmonzThis is the VMailMgr PHP library providing tools to setup a virtual
domain, add and delete individual virtual users and aliases, and to
change passwords.
Master sites:
Version history: (Expand)
- (2025-02-08) Updated to version: php82-vmailmgr-0.97.0.20150901nb1
- (2025-02-02) Updated to version: php74-vmailmgr-0.97.0.20150901
- (2024-02-25) Package added to pkgsrc.se, version php-vmailmgr-0.97.0.20150901 (created)
CVS history: (Expand)
2025-02-08 04:44:48 by Takahiro Kambe | Files touched by this commit (20) |
Log message:
multiple PHP support
* Use PHP_BASE_VERS in DEPENDS if required.
* Use REPLACE_PHP.
Bump PKGREVISION.
|
2025-02-02 21:22:26 by Amitai Schleier | Files touched by this commit (2) |
Log message:
php-vmailmgr: avoid multi-version self-conflicts, too.
|
2025-02-02 12:37:30 by Thomas Klausner | Files touched by this commit (1) |
Log message:
php-vmailmgr: make this a versioned package
like all the other php packages
Add CONFLICT with non-versioned version of the package.
|
2024-02-25 13:09:23 by Amitai Schleier | Files touched by this commit (49) |
Log message:
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.
|