Qpsmtpd:milter
From SME Server
Revision as of 20:26, 13 April 2019 by Mmccarn (talk | contribs) (Created page with "<span id="_top">Qpsmtpd#Plugins</span> = NAME = milter = DESCRIPTION = This plugin allows you to attach to milter filters (yes, those written fo...")
NAME
milter
DESCRIPTION
This plugin allows you to attach to milter filters (yes, those written for sendmail) as though they were qpsmtpd plugins.
In order to do this you need the Net::Milter module from CPAN.
CONFIG
It takes two required parameters - a milter name (for logging) and the port to connect to on the localhost. This can also contain a hostname if the filter is on another machine:
milter Brightmail 5513
or
milter Brightmail bmcluster:5513
This plugin has so far only been tested with Brightmail's milter module.