This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| reference:lua_smtp_server_script [2026/05/29 11:39] – paul | reference:lua_smtp_server_script [2026/09/09 10:53] (current) – paul | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =====End()===== | ||
| - | '' | ||
| - | |||
| - | This function is called by VPOP3 when the SMTP service session ends | ||
| - | |||
| ======SMTP Server Lua Scripting====== | ======SMTP Server Lua Scripting====== | ||
| Line 275: | Line 270: | ||
| This function should return either nothing, or a 4xx/5xx error response to return to the email client if the message is to be rejected | This function should return either nothing, or a 4xx/5xx error response to return to the email client if the message is to be rejected | ||
| + | |||
| + | =====End()===== | ||
| + | '' | ||
| + | |||
| + | This function is called by VPOP3 when the SMTP service session ends | ||
| =====LoadLimits()===== | =====LoadLimits()===== | ||