1,414 bytes added
, 14:31, 8 April 2019
<span id="_top">[[Qpsmtpd#Plugins]]</span>
= [[#___top|NAME]] =
auth_vpopmail - Authenticate against libvpopmail.a
= [[#___top|DESCRIPTION]] =
This plugin authenticates vpopmail users using p5-vpopmail. Using CRAM-MD5 requires that vpopmail be built with the '--enable-clear-passwd=y' option.
= [[#___top|CONFIGURATION]] =
This module will only work if qpsmtpd is running as the 'vpopmail' user.
CRAM-MD5 authentication will only work with p5-vpopmail 0.09 or higher. http://github.com/sscanlon/vpopmail
Decide which authentication methods you are willing to support and uncomment the lines in the register() sub. See the POD for Qspmtpd::Auth for more details on the ramifications of supporting various authentication methods.
= [[#___top|SEE ALSO]] =
For an overview of the vpopmail authentication plugins and their merits, please read the VPOPMAIL section in docs/authentication.pod
= [[#___top|AUTHOR]] =
Matt Simerson <msimerson@cpan.org>
= [[#___top|COPYRIGHT AND LICENSE]] =
Copyright (c) 2010 Matt Simerson
This plugin is licensed under the same terms as the qpsmtpd package itself. Please see the LICENSE file included with qpsmtpd for details.
<!-- Generated Mon Apr 8 09:30:49 EDT 2019 using
perldoc -T -ohtml $plugins/$1 \|pandoc -f html -t mediawiki \|sed '1 i\\n\n\n<span id="_top">[[Qpsmtpd#Plugins]]</span>' \|sed -e 's#</d.>##'
-->
----
[[Category:Qpsmtpd|auth/auth_vpopmail]]