How to Install and Uninstall dkimproxy Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "dkimproxy" package

Please follow the guidance below to install dkimproxy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install dkimproxy

2. Uninstall "dkimproxy" package

This guide let you learn how to uninstall dkimproxy on openSuSE Tumbleweed:

$ sudo zypper remove dkimproxy

3. Information about the dkimproxy package on openSuSE Tumbleweed

Information for package dkimproxy:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : dkimproxy
Version : 1.4.1-19.1
Arch : noarch
Vendor : openSUSE
Installed Size : 149.1 KiB
Installed : No
Status : not installed
Source package : dkimproxy-1.4.1-19.1.src
Upstream URL : https://dkimproxy.sourceforge.net/
Summary : DKIMproxy is an SMTP-proxy that implements the DKIM and DomainKeys standards
Description :
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. With Postfix, the proxies can operate as either
Before-Queue or After-Queue content filters.