Skip to content

Commit

Permalink
Drop obsolete DMARC handling
Browse files Browse the repository at this point in the history
  • Loading branch information
nevart committed Sep 25, 2024
1 parent 6730ad9 commit 476bb0b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 90 deletions.
28 changes: 0 additions & 28 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,31 +116,3 @@ spamassassin_packages:
- libmail-spf-perl
- libmail-dkim-perl
- procps # provides /bin/kill, should actually be a dependency


# enable DMARC checks
# requires SPF and DKIM checks, which are enabled by default
spamassassin_dmarc_enabled: true
spamassassin_dmarc_dependencies:
- libconfig-tiny-perl
- libdbd-sqlite3-perl
- libdbix-simple-perl
- libemail-address-perl
- libemail-mime-perl
- libemail-sender-perl
- libemail-simple-perl
- libfile-sharedir-install-perl
- libfile-sharedir-perl
- libio-compress-lzma-perl
- libnet-dns-perl
- libnet-idn-encode-perl
- libregexp-common-perl
- libtest-file-sharedir-perl
- libxml-libxml-perl

spamassassin_dmarc_dependencies_build:
- cpanminus
- gcc
- libc6-dev
- libextutils-cbuilder-perl
- make
5 changes: 0 additions & 5 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,3 @@
service:
name: monit
state: restarted

- name: Remove build dependencies
apt:
name: "{{ spamassassin_dmarc_dependencies_build }}"
state: absent
57 changes: 0 additions & 57 deletions tasks/dmarc.yml

This file was deleted.

0 comments on commit 476bb0b

Please sign in to comment.