From: (no name) (no email)
Date: Wed Feb 25 2004 - 15:16:10 EST
On Wed, 25 Feb 2004, Shaun wrote:
>
> Okay, we think that we've got it figured out. First, the story is that
> Postfix was upgraded to 2. There's another application that writes changes
> to the transport file, which hasn't changed. It writes the entries (let's
> say this server is of 'domain.com'):
>
> /^domain.com$/ smtp:[192.168.0.10]
>
> That doesn't work with Postfix 2. This line will work:
>
> /@domain.com$/ smtp:[192.168.0.10]
>
> In the first case, an inbound email to 'domain.com' won't match, and the
> server will try to find the MX records for that domain, and either fail if
> they don't exist, or complain of looping if they point to itself.
>
> Can anyone confirm if Postfix 2 now looks at everything after, *and
> including*, the @ (as opposed to before, when it only looked at what was
> after the @)?
>
WIth Postfix 2 the full address is passed to transport table lookups. With
Postfix 1 just the domain. This supports per-user lookups.
-- Viktor.
|
|
|