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'