1,389 bytes added
, 14:31, 8 April 2019
<span id="_top">[[Qpsmtpd#Plugins]]</span>
= [[#___top|NAME]] =
auth_vpopmaild - Authenticate to vpopmaild
= [[#___top|DESCRIPTION]] =
Authenticates the user against against vpopmaild [1] daemon.
= [[#___top|CONFIGURATION]] =
Add a line to <tt>config/plugins</tt> as follows:
auth_vpopmaild
By default, the plugin connects to localhot on port 89. If your vpopmaild daemon is running on a different host or port, specify as follows:
auth_vpopmaild host [host] port [port]
= [[#___top|SEE ALSO]] =
For an overview of the vpopmail authentication plugins and their merits, please read the VPOPMAIL section in doc/authentication.pod
= [[#___top|LINKS]] =
[1] http://www.qmailwiki.org/Vpopmaild
= [[#___top|AUTHOR]] =
Robin Bowes <robin.bowes@yo61.com>
2012 Matt Simerson (updated response parsing, added logging)
2013 Matt Simerson - split get_response and get_socket into new methods, added taint checking to responses
= [[#___top|COPYRIGHT AND LICENSE]] =
Copyright (c) 2010 Robin Bowes
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:31:14 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_vpopmaild]]