Difference between revisions of "Qpsmtpd:auth/auth cvm unix local"
(perldoc output for auth/auth_cvm_unix_local) |
(Add category qpsmtpd) |
||
Line 35: | Line 35: | ||
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.>## | 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.>## | ||
--> | --> | ||
+ | |||
+ | ---- | ||
+ | [[Category:Qpsmtpd]] |
Revision as of 10:42, 18 July 2017
SME Server uses the auth/auth_cvm_unix_local plugin to verify that authentication attempts are valid
NAME
auth_cvm_unix_local - SMTP AUTH LOGIN module using Bruce Guenther's Credential Validation Module (CVM) http://untroubled.org/cvm/
SYNOPSIS
In config/plugins:
auth/auth_cvm_unix_local \ cvm_socket /var/lib/cvm/cvm-unix-local.socket \ enable_smtp no \ enable_ssmtp yes
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;
DESCRIPTION
This plugin implements an authentication plugin using Bruce Guenther's Credential Validation Module (http://untroubled.org/cvm).
AUTHOR
Copyright 2005 Gordon Rowell <gordonr@gormand.com.au>
This software is free software and may be distributed under the same terms as qpsmtpd itself.
VERSION
Version $Id: auth_cvm_unix_local,v 1.1 2005/06/09 22:50:06 gordonr Exp gordonr $