Matt Sergeant wrote:
On 5 Jul 2005, at 16:54, Bryan Scott wrote:
I do like the BATV or VERP idea Guillaume suggested.. would just have
to implement it on all outbound email. Is there a queuing plugin for
that?
With BATV you need to re-write the sender for each recipient. You can't
really do that in qpsmtpd as it's not responsible for outbound
delivery. The only way you *might* be able to do it is via calling your
particular queueing plugin multiple times, each time modifying the
sender and including only one of the recipients.
Right. As you point it out, I realized that would only work for
outbound mail, so it would be better implemented in qmail-send or
postfix smtp.
-- Bryan