diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-20 05:37:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-20 05:37:09 +0800 |
commit | b734447a4d433ab6474d6cece85eaf70b1668393 (patch) | |
tree | a23ecb20eab1b01ec712a4e2e792e8b63fa5c22e /net/Makefile | |
parent | 2ebbc6dce922f9a7b617c7db67ccbeaa550b75b7 (diff) | |
download | freebsd-ports-gnome-b734447a4d433ab6474d6cece85eaf70b1668393.tar.gz freebsd-ports-gnome-b734447a4d433ab6474d6cece85eaf70b1668393.tar.zst freebsd-ports-gnome-b734447a4d433ab6474d6cece85eaf70b1668393.zip |
Net_Vpopmaild is a pear Class for accessing Vpopmail's vpopmaild
daemon. It supports all vpopmaild commands, such as adding/removing
domains, users, robots (autoresponders), and ezmlm lists (todo),
as well as modifying domain limits, ip maps, etc.
WWW: http://pear.php.net/package/Net_Vpopmaild/
PR: ports/122689
Submitted by: Wen heping <wenheping at gmail.com>)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 40689fa9c7e0..053e9c177887 100644 --- a/net/Makefile +++ b/net/Makefile @@ -660,6 +660,7 @@ SUBDIR += pear-Net_URL_Mapper SUBDIR += pear-Net_UserAgent_Detect SUBDIR += pear-Net_UserAgent_Mobile + SUBDIR += pear-Net_Vpopmaild SUBDIR += pear-Net_Whois SUBDIR += pear-SOAP SUBDIR += pear-Services_Pingback |