fixato relay host
This commit is contained in:
parent
5965407117
commit
37f9e4a410
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,7 @@ class { 'apt::apticron':
|
|||
|
||||
node 'snf-30710' {
|
||||
postfix::config {
|
||||
"relayhost" => "[mail.example.com]:587";
|
||||
"relayhost": value => "[smtp.indivia.net]:25";
|
||||
}
|
||||
class { 'postfix':
|
||||
myorigin => 'dev_1.indivia.tk',
|
||||
|
@ -26,6 +26,9 @@ node 'snf-30710' {
|
|||
}
|
||||
|
||||
node 'snf-29152' {
|
||||
postfix::config {
|
||||
"relayhost": value => "[smtp.indivia.net]:25";
|
||||
}
|
||||
class { 'postfix':
|
||||
myorigin => 'dev_2.indivia.tk',
|
||||
anon_sasl => 'yes',
|
||||
|
|
Loading…
Reference in a new issue