Erick Perez <[EMAIL PROTECTED]> wrote: > Hi, I have a postfix 2.3.3 system being used for redirection purposes > during a migration from sendmail to postfix. > let call this system postfix1 (192.168.10.10) , the new postfix system > is postfix2 (192.168.10.20) and the old system is sendmail1 > (192.168.10.30) > > I am using a combination of /etc/postfix/virtual and > /etc/postfix/transport on postfix1 to accomplish this: > > Situation: an email is received by postfix1, destined for > [EMAIL PROTECTED] , sales is a group list and the members are > [EMAIL PROTECTED] and [EMAIL PROTECTED] > erick lives in postfix2 while tom lives in sendmail1. > > postfix1 consults its virtual table and finds: > [EMAIL PROTECTED] [EMAIL PROTECTED], [EMAIL PROTECTED] > so, postfix1 then tries to deliver to [EMAIL PROTECTED] and > [EMAIL PROTECTED] BUT since the transport table is consulted then postfix1 > finds: > [EMAIL PROTECTED] smtp:[postfix2]:25 > [EMAIL PROTECTED] smtp:[sendmail1]:25 > > And correctly delivers the emails to both servers. This is all good. > However when the user (using ms outlook express) sees the email, the > email has "undisclosed recipients" as the To:
The mail submission software is not providing a To: header or an intervening "hop" (a content filter perhaps?) is mangling the headers so Postfix does not see a valid To: header. In either case, Postfix acts as documented: http://www.postfix.org/postconf.5.html#undisclosed_recipients_header -- Sahil Tandon <[EMAIL PROTECTED]>