Re: Address rewrite while relaying

2008-11-24 Thread Wietse Venema
George Vilches: > > On Nov 24, 2008, at 8:24 PM, Wietse Venema wrote: > > > George Vilches: > >> Is there something else in Postfix I can do that could force the > >> address resolution to be fully resolved before relaying? > > > > Yes. Do not use wild-card rewriting rules (@xxx -> @yyy) and list

Re: Address rewrite while relaying

2008-11-24 Thread George Vilches
On Nov 24, 2008, at 8:24 PM, Wietse Venema wrote: George Vilches: Is there something else in Postfix I can do that could force the address resolution to be fully resolved before relaying? Yes. Do not use wild-card rewriting rules (@xxx -> @yyy) and list all valid recipients in appropriate ta

Re: Address rewrite while relaying

2008-11-24 Thread Wietse Venema
George Vilches: > Is there something else in Postfix I can do that could force the > address resolution to be fully resolved before relaying? Yes. Do not use wild-card rewriting rules (@xxx -> @yyy) and list all valid recipients in appropriate tables. - List recipients in virtual_alias_maps for

Re: Address rewrite while relaying

2008-11-24 Thread George Vilches
On Nov 24, 2008, at 7:50 PM, mouss wrote: *snip* So far, so good. Now, we try: [EMAIL PROTECTED] = relays internally like the others above. How can I prevent this from happening? [EMAIL PROTECTED]/org does not have a valid virtual resolution, and does not exist in relay_recipient_maps, and

Re: Address rewrite while relaying

2008-11-24 Thread mouss
George Vilches a écrit : > > Okay, I've updated my example to consider this, although the outcome is > the same. > > cat /etc/postfix/virtual.cf: > > [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED][EMAIL PROTECTED] > [EMAIL PROTECTED][EMAIL PROTECTED] > [EMAIL PRO

Re: Address rewrite while relaying

2008-11-24 Thread George Vilches
On Nov 24, 2008, at 1:32 PM, Noel Jones wrote: This document should be helpful: http://www.postfix.org/SOHO_README.html I reviewed this document carefully, but it didn't seem to quite cover my use case. Given that, here's what our current virtual tables look like (the last entry was cha

Re: Address rewrite while relaying

2008-11-24 Thread Noel Jones
George Vilches wrote: The question: Is it possible to have a domain do address rewriting and relaying in some combination? The network structure is as follows: All mail goes to a single border gateway server, which is the one that all of the following will talk about. From this gateway, mail

Re: Address rewrite while relaying

2008-11-24 Thread Victor Duchovni
On Mon, Nov 24, 2008 at 01:21:37PM -0500, George Vilches wrote: > The question: Is it possible to have a domain do address rewriting and > relaying in some combination? http://www.postfix.org/ADDRESS_REWRITING_README.html > 1) The e-mail address arriving must be a real user (i.e. all addre