Hi,
I am not able to send mail to maildomains using mail.protection.outlook.com
E.g. to @albeka.nl -
warning: no MX host for albeka.nl has a valid address record
C827460E9B: to=xyz@albeka.nl, relay=none, delay=720, delays=708/0.03/12/0, dsn=4.4.3, status=deferred (Host or domain name not found. Name service error for name=albeka-nl.mail.protection.outlook.com type=AAAA: Host not found, try again)
I am able to resolve the mx in Postfix -
:/opt/mailcow-dockerized$ sudo docker compose exec postfix-mailcow dig mx albeka.nl
; <<>> DiG 9.18.33-1deb12u2-Debian <<>> mx albeka.nl
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18379
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;albeka.nl. IN MX
;; ANSWER SECTION:
albeka.nl. 300 IN MX 0 albeka-nl.mail.protection.outlook.com.
;; Query time: 20 msec
;; SERVER: 127.0.0.11#53(127.0.0.11) (UDP)
;; WHEN: Fri Oct 03 18:13:08 CEST 2025
;; MSG SIZE rcvd: 91
:/opt/mailcow-dockerized$
as well as in unbound -
:/opt/mailcow-dockerized$ sudo docker compose exec unbound-mailcow dig mx albeka.nl
; <<>> DiG 9.18.34 <<>> mx albeka.nl
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22829
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;albeka.nl. IN MX
;; ANSWER SECTION:
albeka.nl. 300 IN MX 0 albeka-nl.mail.protection.outlook.com.
;; Query time: 15 msec
;; SERVER: 127.0.0.11#53(127.0.0.11) (UDP)
;; WHEN: Fri Oct 03 18:14:02 CEST 2025
;; MSG SIZE rcvd: 91
:/opt/mailcow-dockerized$
Also ping is working -
:/opt/mailcow-dockerized$ ping albeka-nl.mail.protection.outlook.com
PING albeka-nl.mail.protection.outlook.com (52.101.73.8) 56(84) bytes of data.
64 bytes from mail-am0pr04cu00500.inbound.protection.outlook.com (52.101.73.8): icmp_seq=1 ttl=118 time=2.69 ms
64 bytes from mail-am0pr04cu00500.inbound.protection.outlook.com (52.101.73.8): icmp_seq=2 ttl=118 time=2.64 ms
64 bytes from mail-am0pr04cu00500.inbound.protection.outlook.com (52.101.73.8): icmp_seq=3 ttl=118 time=2.66 ms
C
ā albeka-nl.mail.protection.outlook.com ping statistics ā
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 2.641/2.660/2.685/0.018 ms
:/opt/mailcow-dockerized$
I have no idea where to look next.