everything is working , running mailcow for years.
i have one MX record that doesnt resolve, but the unbound instance had no problem with this.
docker compose exec unbound-mailcow dig mx1.ahponline.de
; <<>> DiG 9.18.34 <<>> mx1.ahponline.de
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3563
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;mx1.ahponline.de. IN A
;; ANSWER SECTION:
mx1.ahponline.de. 3600 IN A 88.79.202.65
;; Query time: 23 msec
;; SERVER: 127.0.0.11#53(127.0.0.11) (UDP)
;; WHEN: Sun Oct 12 12:33:27 CEST 2025
;; MSG SIZE rcvd: 61
!<
resolve it, but
docker compose exec postfix-mailcow dig mx1.ahponline.de
; <<>> DiG 9.18.33-1deb12u2-Debian <<>> mx1.ahponline.de
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 4733
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;mx1.ahponline.de. IN A
;; Query time: 0 msec
;; SERVER: 127.0.0.11#53(127.0.0.11) (UDP)
;; WHEN: Sun Oct 12 12:43:30 CEST 2025
;; MSG SIZE rcvd: 34
!<
cant resolve it
a reboot doesnt change anything.