Am 09.03.2013 23:41, schrieb Alex:
> Hi,
> 
> I have a postfix-2.9.5 install on fc16 which manages mail for a few
> domains. The server just relays mail for a few domains and doesn't
> deliver any mail locally.
> 
> The question I have is regarding precedence. Is the
> smtpd_recipient_restrictions consulted before transport_maps?
> 
> I have a few check_recipient_access, listing each user that exists on
> the remote system, so as to reject any mail for non-existent users.
> However, I've noticed that one of my check_recipient_access maps is
> missing, yet there doesn't appear to be any mail bouncing. Does this
> mean it is all being forwarded to the remote system?
> 
> The transport map looks like this:
> 
> mail01.myserver.com       local:
> example.com               smtp:[206.111.222.20]
> cs.example.com            smtp:[206.111.222.20]
> .cs.example.com           smtp:[206.111.222.20]
> mail1.prop.example.com    smtp:[66.123.218.101]
> prop.example.com          smtp:[66.123.218.100]
> .prop.example.com         smtp:[66.123.218.100]
> 
> Is it possible to even specify just mail for the
> mail1.prop.example.com host to be forwarded to a separate host when
> I've also specified the entire domain be forwarded to a different
> host?

be specific in your configuration
avoid .domain.tld

mail1.prop.example.com    smtp:[66.123.218.101]
prop.example.com          smtp:[66.123.218.100]

works, for postfix these are two completly different domains

.prop.example.com         smtp:[66.123.218.100]

is additionally to mouch


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to