From 5a407e715e6efc7da24b2902913a9da58d2bd19c Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 6 Dec 2018 19:22:29 +0100 Subject: postfix: remove explicit default 'mail_owner = postfix'. --- roles/IMAP/templates/etc/postfix/main.cf.j2 | 1 - roles/MSA/templates/etc/postfix/main.cf.j2 | 1 - roles/MX/templates/etc/postfix/main.cf.j2 | 1 - roles/common/templates/etc/postfix/main.cf.j2 | 1 - roles/lists/templates/etc/postfix/main.cf.j2 | 1 - roles/out/templates/etc/postfix/main.cf.j2 | 1 - 6 files changed, 6 deletions(-) diff --git a/roles/IMAP/templates/etc/postfix/main.cf.j2 b/roles/IMAP/templates/etc/postfix/main.cf.j2 index 3d548ce..f819b19 100644 --- a/roles/IMAP/templates/etc/postfix/main.cf.j2 +++ b/roles/IMAP/templates/etc/postfix/main.cf.j2 @@ -7,7 +7,6 @@ smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no readme_directory = no -mail_owner = postfix delay_warning_time = 4h maximal_queue_lifetime = 5d diff --git a/roles/MSA/templates/etc/postfix/main.cf.j2 b/roles/MSA/templates/etc/postfix/main.cf.j2 index 7d7cb6d..b54f84c 100644 --- a/roles/MSA/templates/etc/postfix/main.cf.j2 +++ b/roles/MSA/templates/etc/postfix/main.cf.j2 @@ -7,7 +7,6 @@ smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no readme_directory = no -mail_owner = postfix delay_warning_time = 4h maximal_queue_lifetime = 5d diff --git a/roles/MX/templates/etc/postfix/main.cf.j2 b/roles/MX/templates/etc/postfix/main.cf.j2 index fe51826..24a85fc 100644 --- a/roles/MX/templates/etc/postfix/main.cf.j2 +++ b/roles/MX/templates/etc/postfix/main.cf.j2 @@ -7,7 +7,6 @@ smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no readme_directory = no -mail_owner = postfix compatibility_level = 2 smtputf8_enable = no diff --git a/roles/common/templates/etc/postfix/main.cf.j2 b/roles/common/templates/etc/postfix/main.cf.j2 index 20ef917..279611b 100644 --- a/roles/common/templates/etc/postfix/main.cf.j2 +++ b/roles/common/templates/etc/postfix/main.cf.j2 @@ -7,7 +7,6 @@ smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no readme_directory = no -mail_owner = postfix compatibility_level = 2 smtputf8_enable = no diff --git a/roles/lists/templates/etc/postfix/main.cf.j2 b/roles/lists/templates/etc/postfix/main.cf.j2 index 667ceb9..792a397 100644 --- a/roles/lists/templates/etc/postfix/main.cf.j2 +++ b/roles/lists/templates/etc/postfix/main.cf.j2 @@ -7,7 +7,6 @@ smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no readme_directory = no -mail_owner = postfix delay_warning_time = 4h maximal_queue_lifetime = 5d diff --git a/roles/out/templates/etc/postfix/main.cf.j2 b/roles/out/templates/etc/postfix/main.cf.j2 index fa314cc..bae0d1b 100644 --- a/roles/out/templates/etc/postfix/main.cf.j2 +++ b/roles/out/templates/etc/postfix/main.cf.j2 @@ -7,7 +7,6 @@ smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no readme_directory = no -mail_owner = postfix delay_warning_time = 1d maximal_queue_lifetime = 5d -- cgit v1.2.3