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:
parent
686e878af5
commit
d4e7fb985d
@ -9,7 +9,10 @@
|
|||||||
source setup/functions.sh # load our functions
|
source setup/functions.sh # load our functions
|
||||||
source /etc/mailinabox.conf # load global vars
|
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...
|
echo Installing DKIMpy/OpenDMARC...
|
||||||
apt_install dkimpy-milter python3-dkim opendmarc
|
apt_install dkimpy-milter python3-dkim opendmarc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user