diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-12-06 19:22:29 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-12-06 19:22:29 +0100 |
commit | 5a407e715e6efc7da24b2902913a9da58d2bd19c (patch) | |
tree | 9a4e185f5bf1e75f83e2d97b236bd6f5e4844fa1 /roles/common | |
parent | a88db53786768309e9f88840231e5812506535bf (diff) |
postfix: remove explicit default 'mail_owner = postfix'.
Diffstat (limited to 'roles/common')
-rw-r--r-- | roles/common/templates/etc/postfix/main.cf.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ -1,30 +1,29 @@ ######################################################################## # Nullmailer configuration # # {{ ansible_managed }} # Do NOT edit this file directly! smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no readme_directory = no -mail_owner = postfix compatibility_level = 2 smtputf8_enable = no myorigin = /etc/mailname myhostname = {{ ansible_fqdn }} mydomain = {{ ansible_domain }} append_dot_mydomain = no # This server is for internal use only mynetworks_style = host inet_interfaces = loopback-only # No local delivery mydestination = local_transport = error:5.1.1 Mailbox unavailable alias_maps = local_recipient_maps = # All aliases are virtual default_database_type = lmdb |