From e4cd5cbf89ffc501d75865917463269042de5df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Tue, 18 Mar 2003 09:45:55 +0000 Subject: [PATCH] Add documentation for the helo hook git-svn-id: https://svn.perl.org/qpsmtpd/trunk@120 958fd67b-6ff1-0310-b445-bb7760255be9 --- README.plugins | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.plugins b/README.plugins index 195508e..64704f5 100644 --- a/README.plugins +++ b/README.plugins @@ -115,6 +115,15 @@ Allowed return codes: Works like the "connect" hook. +=head2 helo + +Called on "helo" from the client. + + DENY - Return a 550 code + DENYSOFT - Return a 450 code + DONE - Qpsmtpd won't do anything; the plugin sent the message + DECLINED - Qpsmtpd will send the standard HELO message + =head2 disconnect