fixato relay host

This commit is contained in:
jigen 2015-01-06 00:42:24 +01:00
parent 5965407117
commit 37f9e4a410

View file

@ -17,7 +17,7 @@ class { 'apt::apticron':
node 'snf-30710' { node 'snf-30710' {
postfix::config { postfix::config {
"relayhost" => "[mail.example.com]:587"; "relayhost": value => "[smtp.indivia.net]:25";
} }
class { 'postfix': class { 'postfix':
myorigin => 'dev_1.indivia.tk', myorigin => 'dev_1.indivia.tk',
@ -26,6 +26,9 @@ node 'snf-30710' {
} }
node 'snf-29152' { node 'snf-29152' {
postfix::config {
"relayhost": value => "[smtp.indivia.net]:25";
}
class { 'postfix': class { 'postfix':
myorigin => 'dev_2.indivia.tk', myorigin => 'dev_2.indivia.tk',
anon_sasl => 'yes', anon_sasl => 'yes',