How to Install and Uninstall dkimproxy Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "dkimproxy" package

This guide covers the steps necessary to install dkimproxy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install dkimproxy

2. Uninstall "dkimproxy" package

This guide let you learn how to uninstall dkimproxy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove dkimproxy $ sudo apt autoclean && sudo apt autoremove

3. Information about the dkimproxy package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: dkimproxy
Priority: optional
Section: universe/mail
Installed-Size: 260
Maintainer: Ubuntu Developers
Original-Maintainer: Thomas Goirand
Architecture: all
Version: 1.4.1-3
Replaces: dkfilter
Depends: perl, libtext-wrapper-perl, libmail-dkim-perl (>= 0.34), libnet-server-perl, adduser, ssl-cert, lsb-base, openssl, liberror-perl
Recommends: amavisd-new
Conflicts: dkfilter
Filename: pool/universe/d/dkimproxy/dkimproxy_1.4.1-3_all.deb
Size: 36496
MD5sum: 63250412903fad4ad498620492fe7f63
SHA1: e83f0a25546e5f9bbedbcfa9db72ac2b6bef4981
SHA256: 81371536f9b1fbb7d77723cb9129b07c0dcda1c17c07ee6a58464e7131b41eda
Description-en: an SMTP-proxy that signs and/or verifies emails, using the Mail::DKIM module
DKIMproxy is an SMTP-proxy that signs and/or verifies emails, using the
Mail::DKIM module. It is designed for Postfix, but should work with any mail
server. It comprises two separate proxies, an "outbound" proxy for signing
outgoing email, and an "inbound" proxy for verifying signatures of incoming
email (administrators can decide if they want to run both, or only one of
them). With Postfix, the proxies can operate as either Before-Queue or
After-Queue content filters, and they also can be chained with content
filter proxies like Amavis, which is the current default configuration of
the package.
Description-md5: 14c4400b67fb5e044c73c3e3cb425f70
Homepage: http://dkimproxy.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu