diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-03-22 20:24:39 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-03-22 20:24:39 +0000 |
commit | 84dfd9dd945db45dacc186cf7517b8746d743c55 (patch) | |
tree | b29241f354591e79b9c3d16493c775b1e805b6a1 /modules/postfix/templates | |
parent | 92be72131ff8c871fcaa7a72360091790de273fb (diff) | |
download | puppet-84dfd9dd945db45dacc186cf7517b8746d743c55.tar puppet-84dfd9dd945db45dacc186cf7517b8746d743c55.tar.gz puppet-84dfd9dd945db45dacc186cf7517b8746d743c55.tar.bz2 puppet-84dfd9dd945db45dacc186cf7517b8746d743c55.tar.xz puppet-84dfd9dd945db45dacc186cf7517b8746d743c55.zip |
Remove duplicate mydestination
Diffstat (limited to 'modules/postfix/templates')
-rw-r--r-- | modules/postfix/templates/main.cf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index bd3f276c..6652c4c9 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -30,7 +30,6 @@ inet_protocols = all mynetworks_style = host myhostname = <%= fqdn %> mydomain = <%= domain %> -mydestination = <%= fqdn %> myorigin = $mydomain <%- if all_tags.include?('postfix::server::secondary') -%> relay_domains = <%= domain %>, |