1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-25 07:47:05 +00:00

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

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