Qpsmtpd:milter

From SME Server
Jump to navigationJump to search

Qpsmtpd#Plugins

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.