Qpsmtpd:help

From SME Server
Revision as of 15:07, 8 April 2019 by Mmccarn (talk | contribs) (Created page with "<span id="_top">Qpsmtpd#Plugins</span> = NAME = help - default help plugin for qpsmtpd = DESCRIPTION = The '''help''' plugin gives the answers f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Qpsmtpd#Plugins

NAME

help - default help plugin for qpsmtpd

DESCRIPTION

The help plugin gives the answers for the help command. It can be configured to return 502 Not implemented.

Without any arguments, the help_dir is set to ./help/.

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 COMMAND 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 HELP COMMAND the contents of HELPFILE are dumped to him.

NOTES

The hard coded help/ path should be changed.