On 5/31/2012 4:01 AM, t t wrote: > Cool, thanks for the response. I'm in the process of setting this up > right now, but while I do that, I have a couple quick questions: > > 1) This seems like it might redirect /all/ mail coming > from from_address@domain to new_to_address@anotherdomain. That's not > quite what I want. In my first example, pers...@gmail.com
Yes, the REDIRECT action affects all recipients of a message. Postfix does not support true sender-based aliasing. Maybe you can find a milter that will do what you need. > 2) I assume it's possible to enter the redirect mappings into a > mysql database directly, rather than write the mapping in a file, Postfix is table-type agnostic; any function that supports table lookups can use any table type (although some choices might not make much sense). -- Noel Jones