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 178 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
- 74,764
-
That did the trick... thanks heaps! – WmShook Jul 25 '22 at 18:17