From 4dab103414b87ef8daf6df195bcd9feba41205ea Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 8 Aug 2010 17:15:17 -0300 Subject: Removing $mydomain from $mydestination as that should be handled by virtual --- manifests/system.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/system.pp') 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" } -- cgit v1.2.3