]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Removing $mydomain from $mydestination as that should be handled by virtual
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 20:15:17 +0000 (17:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 20:15:17 +0000 (17:15 -0300)
manifests/system.pp

index 5961f83cac12657ff05bd08a3193e4b2f05d12d5..29bac3972d46547d9b082c150152086d1fa2d258 100644 (file)
@@ -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" }