diff options
author | Micah <micah@leap.se> | 2015-10-20 17:14:21 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2015-11-02 10:10:26 -0500 |
commit | e97a9d3800b173375a630e18e4b1aa0894eb96e1 (patch) | |
tree | 88c343c379462bb28b1380804f815d08b578b219 /puppet/modules/site_postfix | |
parent | 87ddb4d6505229f36b096188c3e43a19281b540c (diff) |
Add basic DKIM support, this requires changes in leap_cli detailed in
issue #5924
Change-Id: I6aa1e7751633407d441cbc6436d8426d37dbbfa7
Diffstat (limited to 'puppet/modules/site_postfix')
-rw-r--r-- | puppet/modules/site_postfix/manifests/mx.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp index f0a2554a..edaa506f 100644 --- a/puppet/modules/site_postfix/manifests/mx.pp +++ b/puppet/modules/site_postfix/manifests/mx.pp @@ -50,7 +50,7 @@ class site_postfix::mx { 'local_recipient_maps': value => '$alias_maps'; 'smtpd_milters': - value => 'unix:/run/clamav/milter.ctl'; + value => 'unix:/run/clamav/milter.ctl,unix:/var/run/opendkim/opendkim.sock'; 'milter_default_action': value => 'accept'; } |