Browse Source

[Test] spf.lua fix example of external relay

tags/2.3
korgoth1 4 years ago
parent
commit
5ef72228d5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/spf.lua

+ 1
- 1
src/plugins/lua/spf.lua View File

@@ -42,7 +42,7 @@ spf {
# Disable all IPv6 lookups
disable_ipv6 = false;
# Use IP address from a received header produced by this relay (using by attribute)
external_relay = "192.168.1.1";
external_relay = ["192.168.1.1"];
}
]])
return

Loading…
Cancel
Save