Re: Catchall Domains

2009-01-06 Thread mouss
Corey Chandler a écrit : > [snip] >>> >> While I've got my postconf output up here, I'm also attempting to have >> this gateway rewrite all addresses of the form u...@server.example.com >> to u...@example.com before looking for a match in the transport / >> relay recipient table. Is there a way to

Re: Catchall Domains

2009-01-05 Thread Corey Chandler
Corey Chandler wrote: Corey Chandler wrote: Corey Chandler wrote: I'm attempting to have a world-facing MX act as a catchall for an endpoint server inside my network. The endpoint server has a catchall in place for all unmatched user entries. *snip* postconf -n output: alias_database = has

Re: Catchall Domains

2009-01-05 Thread Corey Chandler
Duane Hill wrote: On Mon, 5 Jan 2009, Corey Chandler wrote: Magnus B?ck wrote: That's because "@example.com" is not the correct syntax for transport table domain wildcards. Do read transport(5) (hint: drop the "@"). Doh, that'd do it. It started life as a relay recipient map, so that'd ex

Re: Catchall Domains

2009-01-05 Thread Corey Chandler
Corey Chandler wrote: Corey Chandler wrote: I'm attempting to have a world-facing MX act as a catchall for an endpoint server inside my network. The endpoint server has a catchall in place for all unmatched user entries. *snip* postconf -n output: alias_database = hash:/etc/aliases alias_ma

Re: Catchall Domains

2009-01-05 Thread Duane Hill
On Mon, 5 Jan 2009, Corey Chandler wrote: Magnus B?ck wrote: That's because "@example.com" is not the correct syntax for transport table domain wildcards. Do read transport(5) (hint: drop the "@"). Doh, that'd do it. It started life as a relay recipient map, so that'd explain it-- I THINK

Re: Catchall Domains

2009-01-05 Thread Corey Chandler
Magnus Bäck wrote: That's because "@example.com" is not the correct syntax for transport table domain wildcards. Do read transport(5) (hint: drop the "@"). Doh, that'd do it. It started life as a relay recipient map, so that'd explain it-- I THINK that's where I got the @DOMAIN syntax from

Re: Catchall Domains

2009-01-05 Thread Magnus Bäck
On Monday, January 05, 2009 at 21:48 CET, Corey Chandler wrote: > I'm attempting to have a world-facing MX act as a catchall for an > endpoint server inside my network. The endpoint server has a catchall > in place for all unmatched user entries. > > The postfix behavior I'd like to see i

Re: Catchall Domains

2009-01-05 Thread Corey Chandler
Corey Chandler wrote: I'm attempting to have a world-facing MX act as a catchall for an endpoint server inside my network. The endpoint server has a catchall in place for all unmatched user entries. *snip* postconf -n output: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases