1,192 bytes added
, 14:07, 8 April 2019
<span id="_top">[[Qpsmtpd#Plugins]]</span>
= [[#___top|NAME]] =
help - default help plugin for qpsmtpd
= [[#___top|DESCRIPTION]] =
The '''help''' plugin gives the answers for the help command. It can be configured to return <tt>502 Not implemented</tt>.
Without any arguments, the <tt>help_dir</tt> is set to ''./help/''.
= [[#___top|OPTIONS]] =
; not_implemented (1|0)
: If this option is set (and the next argument is true), the plugin answers, that the '''HELP''' command is not implemented
; help_dir /path/to/help/files/
: When a client requests help for <tt>COMMAND</tt> the file ''/path/to/help/files/ . lc(COMMAND)'' is dumped to the client if it exists.
; COMMAND HELPFILE
: Any other argument pair is treated as command / help file pair. The file is expexted in the ''help/'' sub directory. If the client calls <tt>HELP COMMAND</tt> the contents of HELPFILE are dumped to him.
= [[#___top|NOTES]] =
The hard coded ''help/'' path should be changed.
<!-- Generated Mon Apr 8 09:06:42 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|help]]