Disable SMTPUTF8 by default
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Mauro Torrez
2022-12-16 19:26:42 -03:00
parent de65305e35
commit 86ebc1a6a2
7 changed files with 86 additions and 83 deletions

View File

@@ -3,30 +3,31 @@ src = "setup_main.tmpl"
dest = "/start.d/setup_main"
mode = "0755"
keys = [
"/biff",
"/message/size/limit",
"/mydestination",
"/myhostname",
"/mydomain",
"/myhostname",
"/mynetworks",
"/mynetworks/style",
"/virtual/alias/maps",
"/virtual/mailbox/maps",
"/virtual/transport",
"/virtual/mailbox/domains",
"/smtpd/sasl/path",
"/smtpd/sasl/type",
"/smtpd/sasl/auth/enable",
"/smtpd/tls/cert/file",
"/smtpd/tls/key/file",
"/smtp/tls/security/level",
"/smtpd/tls/security/level",
"/smtpd/tls/auth/only",
"/smtpd/tls/session/cache/database",
"/smtpd/client/restrictions",
"/smtpd/data/restrictions",
"/smtpd/helo/restrictions",
"/smtpd/relay/restrictions",
"/smtpd/recipient/restrictions",
"/message/size/limit",
"/smtpd/helo/required",
"/biff",
"/smtpd/helo/restrictions",
"/smtpd/recipient/restrictions",
"/smtpd/relay/restrictions",
"/smtpd/sasl/auth/enable",
"/smtpd/sasl/path",
"/smtpd/sasl/type",
"/smtpd/tls/auth/only",
"/smtpd/tls/cert/file",
"/smtpd/tls/key/file",
"/smtpd/tls/security/level",
"/smtpd/tls/session/cache/database",
"/smtputf8/enable",
"/virtual/alias/maps",
"/virtual/mailbox/domains",
"/virtual/mailbox/maps",
"/virtual/transport",
]

View File

@@ -3,8 +3,8 @@ src = "setup_milter.tmpl"
dest = "/start.d/setup_milter"
mode = "0755"
keys = [
"/smtpd/milters",
"/non/smtpd/milters",
"/milter/default/action",
"/internal/mail/filter/classes",
"/milter/default/action",
"/non/smtpd/milters",
"/smtpd/milters",
]

View File

@@ -3,14 +3,14 @@ src = "setup_postscreen.tmpl"
dest = "/start.d/setup_postscreen"
mode = "0755"
keys = [
"/postscreen/enable",
"/bogofilter/enable",
"/postscreen/access/list",
"/postscreen/blacklist/action",
"/postscreen/dnsbl/sites",
"/postscreen/dnsbl/reply/map",
"/postscreen/dnsbl/action",
"/postscreen/dnsbl/reply/map",
"/postscreen/dnsbl/sites",
"/postscreen/dnsbl/threshold",
"/postscreen/dnsbl/whitelist/threshold",
"/postscreen/enable",
"/postscreen/greet/action",
"/bogofilter/enable",
]