add auth_vpopmail (from commit a2dbd93c907102b69c00) to MANIFEST
From: Matt Simerson <msimer...@perl.org>
---
MANIFEST | 1 +
plugins/auth/auth_vpopmail | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/MANIFEST b/MANIFEST
index 9d5912a..0e0565b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -66,6 +66,7 @@ plugins/auth/auth_checkpassword
plugins/auth/auth_cvm_unix_local
plugins/auth/auth_flat_file
plugins/auth/auth_ldap_bind
+plugins/auth/auth_vpopmail
plugins/auth/auth_vpopmail_sql
plugins/auth/authdeny
plugins/check_badmailfrom
diff --git a/plugins/auth/auth_vpopmail b/plugins/auth/auth_vpopmail
index 0586724..53480af 100644
--- a/plugins/auth/auth_vpopmail
+++ b/plugins/auth/auth_vpopmail
@@ -104,8 +104,7 @@ sub auth_vpopmail {
sub test_vpopmail {
# vpopmail will not allow vauth_getpw to succeed unless the requesting
user is vpopmail or root.
-# by default, qpsmtpd runs as the user 'qpsmtpd' and does not have
permission. The most straight
-# solution is to add qpsmtpd to the vchkpw group
+# by default, qpsmtpd runs as the user 'qpsmtpd' and does not have
permission.
use vpopmail;
my ($domain) = vpopmail::vlistdomains();
my $r = vauth_getpw('postmaster', $domain);
--
1.7.0.6