Browse Source

[Postfix] set smtpd_forbid_bare_newline = yes

FreddleSpl0it 1 year ago
parent
commit
6ff6f7a28d
2 changed files with 2 additions and 1 deletions
  1. 1 0
      data/conf/postfix/main.cf
  2. 1 1
      docker-compose.yml

+ 1 - 0
data/conf/postfix/main.cf

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

+ 1 - 1
docker-compose.yml

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