orobledillo
ISP
Hi,
I have a smtp relay that send inbound smtp traffic to internal MTAs.
I would like to kown if possible to specify in mailertable configuration a mx registry instead a host name or ip.
For exaple in mailertable file:
domain.int smtp:[domain.int]
My DNS configuration
set q=mx
domain.int
domain.int MX preference = 2, mail exchanger = mx1.domain.int
domain.int MX preference = 2, mail exchanger = mx2.domain.int
domain.int MX preference = 2, mail exchanger = mx3.domain.int
OR shold be:
domain.int smtp:[mx1.domain.int]
domain.int smtp:[mx2.domain.int]
domain.int smtp:[mx3.domain.int]
Regards
I have a smtp relay that send inbound smtp traffic to internal MTAs.
I would like to kown if possible to specify in mailertable configuration a mx registry instead a host name or ip.
For exaple in mailertable file:
domain.int smtp:[domain.int]
My DNS configuration
set q=mx
domain.int
domain.int MX preference = 2, mail exchanger = mx1.domain.int
domain.int MX preference = 2, mail exchanger = mx2.domain.int
domain.int MX preference = 2, mail exchanger = mx3.domain.int
OR shold be:
domain.int smtp:[mx1.domain.int]
domain.int smtp:[mx2.domain.int]
domain.int smtp:[mx3.domain.int]
Regards