From 05f35dc96c80a7039c3e015f02ad61f83e3008d4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 8 Aug 2010 18:06:40 -0300 Subject: Removing $domain from $relay_domains --- 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 4f8f20c..9946f2e 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -51,7 +51,7 @@ class mail::system { "myhostname": value => "$fqdn"; "mydestination": value => "$postfix_mydestination"; "mynetworks": value => "$postfix_mynetworks"; - "relay_domains": value => "$domain"; + "relay_domains": value => '$mydestination'; "transport_maps": value => "hash:/etc/postfix/transport"; "mailbox_command": value => '/usr/bin/maildrop -d ${USER}'; "virtual_mailbox_base": value => '/var/mail/virtual'; -- cgit v1.2.3