[Postfix] change postscreen blacklist_action to denylist_action

This commit is contained in:
FreddleSpl0it 2026-07-13 08:45:56 +02:00
parent 315f55bc65
commit 31e1550668
No known key found for this signature in database
GPG key ID: 00E14E7634F4BEC5
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ postscreen_access_list = permit_mynetworks,
cidr:/opt/postfix/conf/postscreen_access.cidr,
tcp:127.0.0.1:10027
postscreen_bare_newline_enable = no
postscreen_blacklist_action = drop
postscreen_denylist_action = drop
postscreen_cache_cleanup_interval = 24h
postscreen_cache_map = proxy:btree:$data_directory/postscreen_cache
postscreen_dnsbl_action = enforce

View file

@ -339,7 +339,7 @@ services:
- dovecot
postfix-mailcow:
image: ghcr.io/mailcow/postfix:3.10.12
image: ghcr.io/mailcow/postfix:3.10.12-1
depends_on:
mysql-mailcow:
condition: service_started