Qpsmtpd:auth/auth vpopmail

From SME Server
Revision as of 15:31, 8 April 2019 by Mmccarn (talk | contribs) (Created page with "<span id="_top">Qpsmtpd#Plugins</span> = NAME = auth_vpopmail - Authenticate against libvpopmail.a = DESCRIPTION = This plugin authenticates vpo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Qpsmtpd#Plugins

NAME

auth_vpopmail - Authenticate against libvpopmail.a

DESCRIPTION

This plugin authenticates vpopmail users using p5-vpopmail. Using CRAM-MD5 requires that vpopmail be built with the '--enable-clear-passwd=y' option.

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.

SEE ALSO

For an overview of the vpopmail authentication plugins and their merits, please read the VPOPMAIL section in docs/authentication.pod

AUTHOR

Matt Simerson <msimerson@cpan.org>

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.