Name | Payload associated | Description |
---|---|---|
smtp_cmd | no | SMTP commands from the client. |
smtp_reply | no | SMTP reply from the server. |
This event is generated for each client command.
Field | Type | Description |
---|---|---|
name | string | Command name. For example “EHLO”. |
arg | string | Command arguments. |
This event is generated for each reply from the server to the client.
Field | Type | Description |
---|---|---|
code | uint16 | Reply code. For example 220. |
text | string list | List of each reply text line. Each line of a multiline reply will be in a different item. |
None.
None.