aboutsummaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-05-29 18:26:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-05-29 18:26:25 -0300
commit71949ca74c91a06349ee3bc1923d58fdf7310b6f (patch)
tree35977aa040ec21cf35ea9bf4f12922ac6be463ad /manifests/mail.pp
parent358e61ee9aa4895e8ee38ea1ffa0b6e5c3bc1c65 (diff)
downloadpuppet-nodo-71949ca74c91a06349ee3bc1923d58fdf7310b6f.tar.gz
puppet-nodo-71949ca74c91a06349ee3bc1923d58fdf7310b6f.tar.bz2
Adding more destinations to postfix
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp4
1 files changed, 2 insertions, 2 deletions
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' }