How to Install libsendmail-pmilter-perl in Ubuntu 18.04



Install libsendmail-pmilter-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libsendmail-pmilter-perl

Description:

Perl implementation of the Sendmail Milter protocol

PMilter is an attempt to reimplement Sendmail's milter (mail filter) protocol in pure Perl. There are many reasons for this, including independence from Sendmail's libmilter, as well as freedom from POSIX threads (helps stability for Perl filters), etc. . Most of PMilter's Sendmail::Milter interface is a clone of the frontend functions in PMilter::Server. However, this compatibility package also includes some methods specific to the Sendmail MTA, which are deliberately not included in PMilter::Server.

Version: 1.00-1

Section: universe/perl