postfix socket synced with master.pp template
This commit is contained in:
parent
000ec536a0
commit
96b41a3e47
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
class postfix::amavis {
|
||||
include amavisd-new
|
||||
postfix::config {
|
||||
"content_filter": value => "smtp-amavis:[localhost]:10024"; }
|
||||
postfix::config {
|
||||
"content_filter": value => "amavis:[127.0.0.1]:10024";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue