Add vqadmin 1.4, a cgi-based Virtual Qmail Domains Administrator.
This commit is contained in:
parent
05e1411145
commit
fda2495b95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40529
@ -158,6 +158,7 @@
|
|||||||
SUBDIR += tkrat2
|
SUBDIR += tkrat2
|
||||||
SUBDIR += vbsfilter
|
SUBDIR += vbsfilter
|
||||||
SUBDIR += vpopmail
|
SUBDIR += vpopmail
|
||||||
|
SUBDIR += vqadmin
|
||||||
SUBDIR += vrfy
|
SUBDIR += vrfy
|
||||||
SUBDIR += wanderlust-emacs
|
SUBDIR += wanderlust-emacs
|
||||||
SUBDIR += wanderlust-emacs20
|
SUBDIR += wanderlust-emacs20
|
||||||
|
18
mail/vqadmin/Makefile
Normal file
18
mail/vqadmin/Makefile
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# New ports collection makefile for: vqadmin
|
||||||
|
# Date created: 29 Mar 2001
|
||||||
|
# Whom: nbm
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= vqadmin
|
||||||
|
PORTVERSION= 1.4
|
||||||
|
CATEGORIES= mail
|
||||||
|
MASTER_SITES= http://www.vpopmail.cx/
|
||||||
|
|
||||||
|
MAINTAINER= nbm@FreeBSD.org
|
||||||
|
|
||||||
|
GNU_CONFIGURE= YES
|
||||||
|
CONFIGURE_ARGS= --enable-cgibindir=${PREFIX}/www/cgi-bin.default/
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
mail/vqadmin/distinfo
Normal file
1
mail/vqadmin/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (vqadmin-1.4.tar.gz) = 487eb7c8472fb1bfc93ca329f6eb8b71
|
1
mail/vqadmin/pkg-comment
Normal file
1
mail/vqadmin/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
A cgi-based Virtual Qmail Domains Administrator
|
20
mail/vqadmin/pkg-descr
Normal file
20
mail/vqadmin/pkg-descr
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
vqadmin is a web based cgi program. It allows system administrators to
|
||||||
|
perform actions which require root access. The cgi is authenticated
|
||||||
|
using Apache style htpasswd files. Root access is required for adding
|
||||||
|
and deleting domains. A user based ACL provides control over what
|
||||||
|
actions can be performed, such as adding/deleting a domain. Accessing
|
||||||
|
user email account information to allow modification of user passwords
|
||||||
|
and quota's. Account service restrictions include enabling or disabling
|
||||||
|
of pop access, authentication based smtp relay control, courier-imap
|
||||||
|
access and sqwebmail access.
|
||||||
|
|
||||||
|
vqadmin and qmailadmin can work together. qmailadmin can be used to
|
||||||
|
allow users to administer thier own domains but not create new domains.
|
||||||
|
Creation or deletion of domains is normally associated with the
|
||||||
|
owner/admin's of the machine. vqadmin is for onwer/admin's or their
|
||||||
|
technical support staff.
|
||||||
|
|
||||||
|
Features
|
||||||
|
. Add / Delete virtual email domains.
|
||||||
|
. Change user passwords, quota's.
|
||||||
|
. Turn off account services such as pop, imap, web email or smtp relay.
|
17
mail/vqadmin/pkg-plist
Normal file
17
mail/vqadmin/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
bin/vqadmin
|
||||||
|
www/cgi-bin.default/vqadmin/html/auth_failed.html
|
||||||
|
www/cgi-bin.default/vqadmin/html/de
|
||||||
|
www/cgi-bin.default/vqadmin/html/edit.html
|
||||||
|
www/cgi-bin.default/vqadmin/html/en
|
||||||
|
www/cgi-bin.default/vqadmin/html/error.html
|
||||||
|
www/cgi-bin.default/vqadmin/html/es
|
||||||
|
www/cgi-bin.default/vqadmin/html/fr
|
||||||
|
www/cgi-bin.default/vqadmin/html/init_error.html
|
||||||
|
www/cgi-bin.default/vqadmin/html/main.html
|
||||||
|
www/cgi-bin.default/vqadmin/html/pt
|
||||||
|
www/cgi-bin.default/vqadmin/vqadmin.acl
|
||||||
|
www/cgi-bin.default/vqadmin/vqadmin.cgi
|
||||||
|
@dirrm www/cgi-bin.default/vqadmin/html
|
||||||
|
@dirrm www/cgi-bin.default/vqadmin
|
||||||
|
@dirrm www/cgi-bin.default
|
||||||
|
@dirrm www
|
Loading…
Reference in New Issue
Block a user