1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-24 08:32:50 +02:00

[Postfix] set smtpd_forbid_bare_newline = yes

This commit is contained in:
FreddleSpl0it 2023-12-29 20:19:26 +01:00
parent 0b628fb22d
commit 6ff6f7a28d
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_relay_restrictions = permit_mynetworks, smtpd_relay_restrictions = permit_mynetworks,
permit_sasl_authenticated, permit_sasl_authenticated,
defer_unauth_destination defer_unauth_destination
smtpd_forbid_bare_newline = yes
# alias maps are auto-generated in postfix.sh on startup # alias maps are auto-generated in postfix.sh on startup
alias_maps = hash:/etc/aliases alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases alias_database = hash:/etc/aliases

View File

@ -298,7 +298,7 @@ services:
- dovecot - dovecot
postfix-mailcow: postfix-mailcow:
image: mailcow/postfix:1.72 image: mailcow/postfix:1.73
depends_on: depends_on:
mysql-mailcow: mysql-mailcow:
condition: service_started condition: service_started