From 17fd724c60669bf6c53d58312bad37842724bfd2 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 17 Dec 2022 23:35:10 +0100 Subject: [PATCH] updated postfix state --- states/postfix/defaults.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/states/postfix/defaults.yaml b/states/postfix/defaults.yaml index 5f1ef19..09d76c6 100644 --- a/states/postfix/defaults.yaml +++ b/states/postfix/defaults.yaml @@ -31,16 +31,14 @@ postfix: recipient_delimiter: '+' relay_domains: 'example.com' smtp_connect_timeout: '2m' - smtpd_banner: 'Example SMTP Server' + smtpd_banner: 'PaulBSD SMTP Server' smtpd_helo_required: 'yes' smtpd_relay_restrictions: - 'permit_mynetworks' - 'defer_unauth_destination' - - 'permit' smtpd_sender_restrictions: - 'permit_mynetworks' - 'check_sender_access hash:/etc/postfix/sender_access' - - 'permit' smtputf8_enable: 'yes' soft_bounce: 'yes' transport_maps: 'hash:/etc/postfix/transport'