postfix socket synced with master.pp template

This commit is contained in:
varac 2010-11-02 20:35:09 +01:00
parent 000ec536a0
commit 96b41a3e47

View file

@ -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";
}
}