From 53cd6d2c79d206273fbe9b924156b440894a4776 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 7 Dec 2018 22:33:54 +0100 Subject: Upgrade 'lists' role to Debian Stretch. --- roles/lists/templates/etc/postfix/main.cf.j2 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'roles/lists/templates/etc/postfix/main.cf.j2') diff --git a/roles/lists/templates/etc/postfix/main.cf.j2 b/roles/lists/templates/etc/postfix/main.cf.j2 index 792a397..1bf02eb 100644 --- a/roles/lists/templates/etc/postfix/main.cf.j2 +++ b/roles/lists/templates/etc/postfix/main.cf.j2 @@ -4,9 +4,11 @@ # {{ ansible_managed }} # Do NOT edit this file directly! -smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) -biff = no -readme_directory = no +smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) +biff = no +readme_directory = no +compatibility_level = 2 +smtputf8_enable = no delay_warning_time = 4h maximal_queue_lifetime = 5d -- cgit v1.2.3