Hello, I have a Postfix-based system which consist of a front end side (mail gateway) and a post office side.
I receive messages for different domain. Every message destined for a domain, say "domain.tld", is forwarded to the post office and there the recipient will eventually be translated and delivered into the appropriate mailbox. I need to deliver messages for a particular recipient belonging to the domain, say "[email protected]", which is an alias of a domain not managed on my post office, say "[email protected]". This is not a problem on my architecture obviously. But I would like to deliver message for "[email protected]" without pass through my post office. Basically, I need to translate "[email protected]" in "[email protected]" and deliver "[email protected]" from my mail gateway directly to the mail server responsible for "extdomain.tld". Is it possible? I've tried to accomplish this inserting on /etc/aliases file of mail gateway the entry: [email protected]: [email protected] But I get: # newaliases postalias: warning: /etc/aliases, line 85: name must be local Anyone has any idea? Thanks, rocsca
