Updated configuration files

This commit is contained in:
Mauro D
2024-01-19 19:10:31 +01:00
parent 02faa04e27
commit d7d27063d8
10 changed files with 98 additions and 90 deletions

View File

@@ -93,9 +93,9 @@ certificate = "default"
reject-non-fqdn = false
[session.rcpt]
relay = [ { if = "authenticated-as", ne = "", then = true },
relay = [ { if = "!is_empty(authenticated_as)", then = true },
{ else = false } ]
directory = "auth"
directory = "'auth'"
[session.rcpt.errors]
total = 5
@@ -113,8 +113,8 @@ hash = 64
type = "system"
[queue.outbound]
next-hop = [ { if = "rcpt-domain", in-list = "local/domains", then = "local" },
{ if = "rcpt-domain", in-list = "local/remote-domains", then = "mock-smtp" },
next-hop = [ { if = "key_exists('local/domains', rcpt_domain)", then = "'local'" },
{ if = "key_exists('local/remote-domains', rcpt_domain)", then = "'mock-smtp'" },
{ else = false } ]
[remote."mock-smtp"]
@@ -127,7 +127,7 @@ implicit = false
allow-invalid-certs = true
[session.extensions]
future-release = [ { if = "authenticated-as", ne = "", then = "99999999d"},
future-release = [ { if = "!is_empty(authenticated_as)", then = "99999999d"},
{ else = false } ]
[store."sqlite"]