Skip to content

Commit 84a3f51

Browse files
committed
Set min DKIM size to 1024 bit
1 parent bb3f1fc commit 84a3f51

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Related images:
1515
# Tags
1616
The following versions are available from DockerHub. The image tag matches the Amavisd-new version.
1717

18-
* [2.13.0.2, 2.13.0, 2.13, 2, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-amavis/tree/v2.13.0.2) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-amavis/blob/2.13.0.2/Dockerfile)
18+
* [2.13.0.3, 2.13.0, 2.13, 2, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-amavis/tree/v2.13.0.3) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-amavis/blob/2.13.0.3/Dockerfile)
1919

2020
# Features
2121
* [Amavis Checker](https://www.amavis.org/) v2.13.0

etc/spamassassin/local.cf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ ifplugin Mail::SpamAssassin::Plugin::DMARC
121121
ifplugin Mail::SpamAssassin::Plugin::DKIM
122122
ifplugin Mail::SpamAssassin::Plugin::SPF
123123
dmarc_save_reports 0
124+
dkim_minimum_key_bits 1024
124125

125126
header DMARC_REJECT eval:check_dmarc_reject()
126127
priority DMARC_REJECT 500

0 commit comments

Comments
 (0)