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

Last updated: May 15,2024

1. Install "qpsmtpd" package

This guide let you learn how to install qpsmtpd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install qpsmtpd

2. Uninstall "qpsmtpd" package

Here is a brief guide to show you how to uninstall qpsmtpd on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove qpsmtpd $ sudo apt autoclean && sudo apt autoremove

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

Package: qpsmtpd
Priority: extra
Section: universe/mail
Installed-Size: 1039
Maintainer: Ubuntu Developers
Original-Maintainer: Devin Carraway
Architecture: all
Version: 0.94-2
Depends: debconf (>= 1.0.0), perl, adduser (>= 3.0), libdigest-hmac-perl, libmail-spf-perl (>= 2.8.0), libnet-dns-perl, libnet-perl, libmailtools-perl, libipc-shareable-perl, libclamav-client-perl, libsocket6-perl, libio-socket-inet6-perl
Suggests: spamassassin (>= 3.0.0), clamav-daemon, tinycdb, libnet-ldap-perl
Filename: pool/universe/q/qpsmtpd/qpsmtpd_0.94-2_all.deb
Size: 261928
MD5sum: 2e08895c20e9fd03f6b57ac00fb847db
SHA1: 9dc463736c3ccb9b1e3d60b7f31185f271d09ec6
SHA256: 7d9f41df411de79cf2394edad065634459ffe30d39ed7e4171bf98128512880d
Description-en: Flexible SMTP daemon for network-level spam detection
This is a replacement SMTP daemon which installs alongside a mail delivery
and transport system such as Exim, Postfix or Qmail, or used as an SMTP
proxy for a remote/DMZ MTA.
.
The qpsmtpd damon emphasizes spam detection during the SMTP transaction,
attempting to reach spam/nonspam decisions prior to accepting each message,
thereby eliminating much bounce/forgery blowback. It exploits its visbility
into the network transaction to detect certain behaviors often exhibited by
spam sending agents.
.
Qpsmtpd is written in Perl, with an extensive plugin API making it easy to
add new features or replace functional components.
Description-md5: 9047d0dbdf28ebebb1e89abaf63105ed
Homepage: http://smtpd.develooper.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu