This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| how_to:configure_srs [2025/08/18 15:21] – [smtpsvr.lua] paul | how_to:configure_srs [2025/08/18 15:28] (current) – paul | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| Edit ' | Edit ' | ||
| - | <code> | + | <file lua [enable_line_numbers=" |
| mykey = " | mykey = " | ||
| Line 38: | Line 38: | ||
| function Mod32(x) | function Mod32(x) | ||
| return string.sub(" | return string.sub(" | ||
| - | end</code> | + | end</file> |
| ====smtpsvr.lua==== | ====smtpsvr.lua==== | ||
| Edit ' | Edit ' | ||
| - | <code> | + | <file Lua [enable_line_numbers=" |
| mydomain = " | mydomain = " | ||
| mykey = " | mykey = " | ||
| Line 82: | Line 82: | ||
| return string.find(" | return string.find(" | ||
| end | end | ||
| - | </code> | + | </file> |