diff options
author | varac <varacanero@zeromail.org> | 2016-06-07 11:42:58 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-06-07 11:42:58 +0200 |
commit | a671df49a987387f62bb4f39821ad8d06619f8eb (patch) | |
tree | 144b49490ef753ffb27fb553a8249eab50c03209 /puppet/modules/site_postfix | |
parent | d0ba04981366dd15e01cb89b970b01c18e8a4530 (diff) | |
parent | f8979f8ce035ce618a6b4ff69e7a833f9a0b05ed (diff) |
Merge remote-tracking branch 'origin/0.8.x' into develop
Diffstat (limited to 'puppet/modules/site_postfix')
-rw-r--r-- | puppet/modules/site_postfix/manifests/mx.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp index c269946b..e743118e 100644 --- a/puppet/modules/site_postfix/manifests/mx.pp +++ b/puppet/modules/site_postfix/manifests/mx.pp @@ -69,10 +69,10 @@ class site_postfix::mx { value => '$alias_maps'; # setup clamav and opendkim on smtpd 'smtpd_milters': - value => 'unix:/run/clamav/milter.ctl,inet:localhost:8891'; + value => 'unix:/run/clamav/milter.ctl,unix:/run/opendkim/opendkim.sock'; # setup opendkim for smtp (non-smtpd) outgoing mail 'non_smtpd_milters': - value => 'inet:localhost:8891'; + value => 'unix:/run/opendkim/opendkim.sock'; 'milter_default_action': value => 'accept'; # Make sure that the right values are set, these could be set to different |