Discussion:
QPSMTPD Support?
Michael Papet
2010-01-13 20:03:26 UTC
Permalink
Hi,

As a way to simplify unsolicited mail filters, maybe the project members would be interested in connecting Bongo to QPSMTPD as a backend queue method?

Basically, the way qpsmtpd works for me is as a front end to a basic Postfix server configuration. I get all the filtering goodness of qpsmtpd plugins with good mail being inserted directly into Postfix's queue. Is there a way to programatically insert messages into Bongo's queue?

QPSMTPD home: http://smtpd.develooper.com/

Queue plugin example: http://wiki.qpsmtpd.org/plugins:queue:zmailer-queue
Alex Hudson
2010-01-13 21:01:23 UTC
Permalink
Hi Michael,
Post by Michael Papet
As a way to simplify unsolicited mail filters, maybe the project members would be interested in connecting Bongo to QPSMTPD as a backend queue method?
Yep, that's certainly viable.

At the moment, it's not possible to inject messages directly into the
queue, but there are two approaches which could work.

The first is simply to put bongo-smtp on a port other than 25, and feed
it via qpsmtpd.

The second is to use bongo-sendmail - if I remember correctly, this does
talk to the queue agent so doesn't require that bongo-smtpd be listening.

If you do give it a go, please let us know how you get on.

Cheers

Alex.

Loading...