
kyle-qmail at memoryhole
Jun 11, 2008, 7:02 AM
Post #2 of 2
(280 views)
Permalink
|
On Wednesday, June 11 at 10:23 AM, quoth Philipp Kolloczek: > I'm searching for something helping to redirect bounce messages to > one or more dedicated servers to send these bounces to remote. > > I've come to a "bounceroutes" patch and BOUNCEQUEUE. > > As I understand it BOUNCEQUEUE can be used to send bounces to a > different queue which has to be worked by another qmail installation > on the same machine. Yup. Well, technically, all it means is that you can feed the bounces to any program that behaves like qmail-queue, so you could also tell it to use qmail-qmqpc (to use QMQP). > And bounceroutes redirecting bounce mails using smtp to a dedicated > bouncehost. Yup. (You don't really need a patch to get that behavior, though---a wrapper script can do the same thing, albeit with a small performance cost.) > I'm not sure but would it be a better idea to send the bounces with > qmqp to the bouncehost nearly directly into it's queue? It's entirely up to you. The efficiency of using QMQP versus SMTP may not be much of a gain for your setup (the bandwidth between your servers is probably not much of a bottleneck), or it may be crucial. ~Kyle -- ...wherever the people are well-informed, they can be trusted with their own government. -- Thomas Jefferson
|