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:38] – [End()] paul | reference:lua_smtp_server_script [2026/05/29 11:39] (current) – [LoadLimits()] 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 270: | Line 275: | ||
| 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()===== | ||