giacomo: > Hello at all, > I would like to split email from an external mail server (from my ISP) to > an internal mail server. The ISP receive all mail of the domain in one > mail address (the server use zimbra with postfix).
Does this mean that us...@example.com, us...@example.com, etc., are delivered to the same ISP mailbox, and you want to deliver it to separate mailboxes on your server? (Replace "example.com" with your real domain name). > I would like to split this email on the relative folder of the > target user of domain. The internal mail server use postfix. The > server work fine with virtual user sending e receiving mail > internally. It's possible this operation? Is there any program > or procedure to use with postfix to do this? You "should" be able to do this with a fetchmail-like program that looks at the Postfix X-Original-To address header. DO NOT USE the To: address header for this purpose. Doing so will result in delivery loops with mailing list articles. For example, this reply message does not have your address in the To: header; and you would be sending it back to postfix-users@postfix.org. That would cause you to lose your mailing list membership. Wietse