I have the following setup here:
Main/physical machine: freebsd.gq.lan
ezjail: mail.gq.lan with postfix+dovecot
... and some more ezjails, all on the main machine "freebsd.gq.lan"
On the host system I get lots of errors like:
All other ezjails have no problems mailing to "@gq.lan", so I think the MX record should be fine.
gives the entries [shortened]
which is correct as I only have one mail-server/MX-record.
I think this is maybe an error based on
a) my DNS configuration (howto check that?)
b) sendmail issue
All interfaces for the ezjails are aliases of the LAN-NIC, so yes, technically speaking the mail.gq.lan-NIC is also an interface of the host-system.
I am trying to solve this for some days no, but I am stuck. Any hints?
Main/physical machine: freebsd.gq.lan
ezjail: mail.gq.lan with postfix+dovecot
... and some more ezjails, all on the main machine "freebsd.gq.lan"
On the host system I get lots of errors like:
Code:
freebsd sm-mta[91502]: r0T33fPQ091494: SYSERR(root): MX list for gq.lan. points back to freebsd.gq.lan
# dig MX gq.lan
gives the entries [shortened]
Code:
;; QUESTION SECTION:
;gq.lan. IN MX
;; ANSWER SECTION:
gq.lan. 3600 IN MX 10 mail.gq.lan.
I think this is maybe an error based on
a) my DNS configuration (howto check that?)
b) sendmail issue
All interfaces for the ezjails are aliases of the LAN-NIC, so yes, technically speaking the mail.gq.lan-NIC is also an interface of the host-system.
I am trying to solve this for some days no, but I am stuck. Any hints?