From: Silvio Rhatto Date: Sat, 29 May 2010 21:26:25 +0000 (-0300) Subject: Adding more destinations to postfix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=71949ca74c91a06349ee3bc1923d58fdf7310b6f;p=puppet-nodo.git Adding more destinations to postfix --- diff --git a/manifests/mail.pp b/manifests/mail.pp index 47b8159..8c6a6fb 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -3,7 +3,7 @@ class nodo::mail { $mail_delivery = "postfix" $postfix_relayhost = "$domain" $postfix_smtp_listen = "$ipaddress" - $postfix_mydestination = "\$myorigin" + $postfix_mydestination = '$myhostname, $mydomain, localhost.$mydomain, localhost' include nodo::vserver include postfix::mta @@ -34,7 +34,7 @@ class nodo::mail { # Postfix configuration postfix::config { "myhostname": value => "$fqdn" } - postfix::config { "mailbox_command": value => '/usr/bin/maildrop -d ${USER}' } + postfix::config { "mailbox_command": value => '/usr/bin/maildrop -d ${USER}' } # SASL postfix::config { "smtpd_sasl_auth_enable": value => 'yes' }