User Tools

Site Tools


how_to:configure_srs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
how_to:configure_srs [2025/08/18 16:21] – [smtpsvr.lua] paulhow_to:configure_srs [2025/08/18 16:28] (current) paul
Line 14: Line 14:
 Edit 'mydomain' to be your domain, and 'mykey' to be a secret code for security hashing Edit 'mydomain' to be your domain, and 'mykey' to be a secret code for security hashing
  
-<code>mydomain = "example.com";+<file lua [enable_line_numbers="true"] relayout.lua>mydomain = "example.com";
 mykey = "bobble"; mykey = "bobble";
  
Line 38: Line 38:
 function Mod32(x) function Mod32(x)
     return string.sub("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567", x + 1, x + 1);     return string.sub("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567", x + 1, x + 1);
-end</code>+end</file>
  
 ====smtpsvr.lua==== ====smtpsvr.lua====
 Edit 'mydomain' to be your domain, and 'mykey' to be a secret code for security hashing. These should be the same values as in the other script Edit 'mydomain' to be your domain, and 'mykey' to be a secret code for security hashing. These should be the same values as in the other script
  
-<code>+<file Lua [enable_line_numbers="true"] smtpsvr.lua>
 mydomain = "example.com"; mydomain = "example.com";
 mykey = "bobble"; mykey = "bobble";
Line 82: Line 82:
     return string.find("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567", x) - 1;     return string.find("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567", x) - 1;
 end end
-</code>+</file>
how_to/configure_srs.1755530519.txt.gz · Last modified: 2025/08/18 16:21 by paul