> > What I have not found and am for which I am requesting help, if > > anyone has a pointer or experience in this area, is the ability > > to combine the sender_dependent configuration with a recipient > > condition. Is there a straightforward way to configure this? > > Or do I need to script a custom filter? Or ...? > > Postfix has no recipient-dependent (required here since a message > may have multiple recipients) mechanism of selecting the nexthop in a > sender dependent way.
Thanks, Victor. OK, good to know. > This requires a second internal delivery hop. > The first to separate out the recipients or senders that are candidates > for bypassing Postini into a separate queue, and the second to route > appropriate mail from that queue, either to Postini or not, based > on the remaining criterion. Sounds like one option would be to setup a separate Postfix instance and relay to it in sendmail based on Sender (using something like this sendmail mod, http://anfi.homeunix.net/sendmail/smarttab.html). The final step is to include/exclude that incoming mail for delivery to either Postini or not based on the recipient's address. Is recipient-based alternate routing possible once the Sender aspect is resolved with the additional internal hop? Any pointers? Thank you, Scott Stirling AT&T, Boston