Has openDKIM been removed from the package repositories? Using 18.04 lts and can't find or install. Is there a current recomended DKIM package?
Asked
Active
Viewed 333 times
1 Answers
0
OpenDKIM is still in the Bionic 18.04 repositories. You need to enable the Universe pocket in your installation to get it.
Run the following:
sudo add-apt-repository universe
sudo apt update
sudo apt install opendkim opendkim-tools
This should then install OpenDKIM properly.
Thomas Ward
- 78,878