diff options
-rw-r--r-- | manifests/system.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/system.pp b/manifests/system.pp index 5961f83..29bac39 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -1,7 +1,7 @@ class mail::system { $postfix_smtp_listen = "all" $postfix_use_amavisd = "yes" - $postfix_mydestination = '$myhostname, $mydomain, localhost.$mydomain, localhost' + $postfix_mydestination = '$myhostname, localhost.$mydomain, localhost' case $postfix_mynetworks { '': { $postfix_mynetworks = "127.0.0.0/8" } |