diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-12-03 23:13:04 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-12-04 01:14:45 +0100 |
commit | c21b92d9b79a80a27607618666b56fbc5cd26ac8 (patch) | |
tree | 264c8800eac3d6aeac734bbf43fdde40a16781ff /roles/amavis/handlers | |
parent | 50d5b3827eb9e342e499c053f330ac0bcfe424fa (diff) |
Upgrade DKIM keys to rsa2048, and allow for multiple keys.
Diffstat (limited to 'roles/amavis/handlers')
-rw-r--r-- | roles/amavis/handlers/main.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/amavis/handlers/main.yml b/roles/amavis/handlers/main.yml index 62cc6fc..684be0f 100644 --- a/roles/amavis/handlers/main.yml +++ b/roles/amavis/handlers/main.yml @@ -2,10 +2,6 @@ - name: Restart ClamAV service: name=clamav-daemon state=restarted -- name: Publish the public key to the DNS zone - # See the output of 'genkeypair.sh dkim --privkey=/path/to/key' - fail: "msg={{ dkim.stdout }}" - - name: Restart Amavis service: name=amavis state=restarted |