diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-08 10:40:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-08 10:40:37 -0300 |
commit | 8af0ec91d981014055de4a1b872418ac1bc460f6 (patch) | |
tree | f4fe00836e990761ae53f481ff0c691a0dc67193 /manifests/system.pp | |
parent | 3c207f9a435963a1aa590d219527a62082749b39 (diff) | |
download | puppet-mail-8af0ec91d981014055de4a1b872418ac1bc460f6.tar.gz puppet-mail-8af0ec91d981014055de4a1b872418ac1bc460f6.tar.bz2 |
OpenDKIM support
Diffstat (limited to 'manifests/system.pp')
-rw-r--r-- | manifests/system.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp index 89f50c6..ec17ac7 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -50,6 +50,10 @@ class mail::system( include mail::header_checks include mail::clamav include mail::spamassassin + include mail::opendkim + + # DKIM + mail::opendkim::key { "$domain": } # Default parameters include mail::firma::params |