Qpsmtpd:help

From SME Server
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.