Add documentation for the helo hook
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@120 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
5d34bad178
commit
e4cd5cbf89
@ -115,6 +115,15 @@ Allowed return codes:
|
|||||||
|
|
||||||
Works like the "connect" hook.
|
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
|
=head2 disconnect
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user