From 50e1a408b4681f6a844447e3120297585ca05ed1 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 29 Jan 2023 17:27:44 +0200 Subject: [PATCH] add extension to map --- templates/main.cf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/main.cf.j2 b/templates/main.cf.j2 index 523be58..de0488a 100644 --- a/templates/main.cf.j2 +++ b/templates/main.cf.j2 @@ -5,7 +5,7 @@ biff = no body_checks = regexp:/etc/postfix/maps/ecco_body_check.map broken_sasl_auth_clients = yes compatibility_level = 2 -header_checks = regexp:/etc/postfix/maps/whitelist_senders.map regexp:/etc/postfix/maps/ecco_header_check.map regexp:/etc/postfix/maps/ecco_header_check_manual.map regexp:/etc/postfix/maps/spam_filter_header_check +header_checks = regexp:/etc/postfix/maps/whitelist_senders.map regexp:/etc/postfix/maps/ecco_header_check.map regexp:/etc/postfix/maps/ecco_header_check_manual.map regexp:/etc/postfix/maps/spam_filter_header_check.map html_directory = /usr/share/doc/postfix/html inet_interfaces = all inet_protocols = all @@ -53,4 +53,4 @@ virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf virtual_uid_maps = static:5000 # For dbmail -virtual_transport = dbmail-lmtp:127.0.0.1:{{ dbmail_configuration['LMTP']['port'] }} \ No newline at end of file +virtual_transport = dbmail-lmtp:127.0.0.1:{{ dbmail_configuration['LMTP']['port'] }}