summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-08 17:15:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-08 17:15:17 -0300
commit4dab103414b87ef8daf6df195bcd9feba41205ea (patch)
tree03849cf761440200dd6bddce78a010dae0f9c913 /manifests
parent390cd98c878495bc82e2ba5701842e952863343e (diff)
downloadpuppet-mail-4dab103414b87ef8daf6df195bcd9feba41205ea.tar.gz
puppet-mail-4dab103414b87ef8daf6df195bcd9feba41205ea.tar.bz2
Removing $mydomain from $mydestination as that should be handled by virtual
Diffstat (limited to 'manifests')
-rw-r--r--manifests/system.pp2
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" }