Jeff Weinberger: > I don't know if this is possible in a virtual alias (or even virtual) > set up, but I would like to be able to set up a user name with a > wildcard domain. Here's what I mean: > > I host several domains. I would like the address '[EMAIL PROTECTED] > ' to go to the same place (me).
Including the mail that your users send to postmasters at REMOTE domains? You probably should not intercept such mail without explicit permission. > So my initial thought was to set up in > my virtual alias table an entry like this: > > [EMAIL PROTECTED] [EMAIL PROTECTED] The expected syntax is explained in the virtual(5) manual page. Postfix supports regular expression tables for cases where wildcard support is needed; see pcre_table(5) or regexp_table(5) for more. Wietse