mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 00:11:38 +01:00
fix(postfix): Templating for SASL security options
This commit is contained in:
@@ -20,4 +20,15 @@ smtp:
|
||||
key: ""
|
||||
selector: "rsa"
|
||||
useED25519: false
|
||||
|
||||
security:
|
||||
# Postfix defaults
|
||||
# Ref.: https://www.postfix.org/postconf.5.html#smtpd_sasl_security_options
|
||||
smtpdSASLSecurityOptions:
|
||||
- "noanonymous"
|
||||
# Postfix defaults
|
||||
# Ref.: https://www.postfix.org/postconf.5.html#smtp_sasl_security_options
|
||||
smtpSASLSecurityOptions:
|
||||
- "noanonymous"
|
||||
- "noplaintext"
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user