remove openDKIM if present

This commit is contained in:
github@kiekerjan.isdronken.nl 2022-02-06 22:01:08 +01:00
parent 686e878af5
commit d4e7fb985d
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,10 @@
source setup/functions.sh # load our functions
source /etc/mailinabox.conf # load global vars
# Install DKIM...
# Remove openDKIM if present
apt-get purge -qq -y opendkim opendkim-tools
# Install DKIMpy-Milter
echo Installing DKIMpy/OpenDMARC...
apt_install dkimpy-milter python3-dkim opendmarc