Changes

From SME Server
Jump to navigationJump to search
perldoc output for auth/auth_cvm_unix_local
SME Server uses the auth/auth_cvm_unix_local plugin to verify that authentication attempts are valid

<span id="_top">[[Qpsmtpd#Plugins]]</span>
= [[#___top|NAME]] =

auth_cvm_unix_local - SMTP AUTH LOGIN module using Bruce Guenther's Credential Validation Module (CVM) http://untroubled.org/cvm/

= [[#___top|SYNOPSIS]] =

In config/plugins:

<pre> auth/auth_cvm_unix_local \
cvm_socket /var/lib/cvm/cvm-unix-local.socket \
enable_smtp no \
enable_ssmtp yes</pre>
= [[#___top|BUGS]] =

- Should probably handle auth-cram-md5 as well. However, this requires access to the plain text password. We could store a separate database of passwords purely for SMTP AUTH, for example as an optional SMTPAuthPassword property of an account in the esmith::AccountsDB;

= [[#___top|DESCRIPTION]] =

This plugin implements an authentication plugin using Bruce Guenther's Credential Validation Module (http://untroubled.org/cvm).

= [[#___top|AUTHOR]] =

Copyright 2005 Gordon Rowell &lt;gordonr@gormand.com.au&gt;

This software is free software and may be distributed under the same terms as qpsmtpd itself.

= [[#___top|VERSION]] =

Version $Id: auth_cvm_unix_local,v 1.1 2005/06/09 22:50:06 gordonr Exp gordonr $

<!-- Generated Sun Jul 16 09:15:20 EDT 2017 using
perldoc -T -ohtml /usr/share/qpsmtpd/plugins/auth/auth_cvm_unix_local |pandoc -f html -t mediawiki |sed 1 i\\n\n\n<span id="_top">[[Qpsmtpd#Plugins]]</span> |sed -e s#</d.>##
-->

Navigation menu