User Tools

Site Tools


reference:lua_smtp_mx_control

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
reference:lua_smtp_mx_control [2017/08/24 11:43] – [Remote Server Settings] paulreference:lua_smtp_mx_control [2023/07/28 16:41] (current) paul
Line 66: Line 66:
 Example - don't use SSL when connecting to 'mail.broken.com' Example - don't use SSL when connecting to 'mail.broken.com'
  
-  function ServerDetails(params, headers actions) +  function ServerDetails(params, headersactions) 
-    if (params["server"] == "mail.broken.com")+    if params["server"] == "mail.broken.com" then
       actions["tryTLS"] = 0       actions["tryTLS"] = 0
     end     end
Line 74: Line 74:
      
  
 +=====ParseURL=====
 +(VPOP3 8.0 and later)
reference/lua_smtp_mx_control.1503571394.txt.gz · Last modified: 2018/11/14 10:44 (external edit)