On Fri, Aug 24, 2001 at 01:32:54AM -0400, peter green wrote:
> whenever qmail is chugging along and encounters an email address with a
> domain hosted on that machine (by the sendmail configuration) qmail can't
> deliver it. I've tried w/ the domain *not* in locals, virtualdomains,
> rcpthosts, &c. w/ no luck. I tried putting ``domain:[127.0.0.1]'' in
> smtproutes w/ no luck.
That's indeed a bit tricky as qmail notices that the delivery would be local
here. I'm not sure wether smtpsroutes override this, though.
Two ideas:
the very simple one: point the smtp routes for the domain(s) in question to
another MX for that domain. Causes of course extra deliveries.
the advanced one: modify ipme.c to qmail not detect any IP as local. This
doesn't make sense in general, but for your specific app it should work.
--
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)