Yeah, it would likely necessitate an alias lookup daemon. I have seen a
couple requests for such a thing on the list already, so that may be the
direction things end up anyway. Of course that adds just that much more
complexity to the whole thing, which has to be weighed against the benefits.
Micah wrote:
The only downside of this I see is that I use the alias table as a lookup
table for postfix to accept/deny addresses at the smtp stage, which is much
more efficient, I have a feeling that it would barf on a regexp address.
Actually, now that I think about it, would it handle a [EMAIL PROTECTED] style
address? I'll dig around and see about this.
I don't know anything about sendmail, that would be a valid question there if
anyone uses similar function for that MTA.
-Micah