Stimmt, da habe ich wieder was übersehen.
root@server:/opt/mailcow-dockerized# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.6
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
root@server:/opt/mailcow-dockerized#
root@server:/opt/mailcow-dockerized# netstat -tulpen
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp 0 0 127.0.0.1:13306 0.0.0.0:* LISTEN 0 86371 21601/docker-proxy
tcp 0 0 x.x.x.x:80 0.0.0.0:* LISTEN 0 91229 22877/docker-proxy
tcp 0 0 127.0.0.1:7654 0.0.0.0:* LISTEN 0 86342 21578/docker-proxy
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 0 86968 21891/docker-proxy
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 0 86901 21859/docker-proxy
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 0 92289 23035/docker-proxy
tcp 0 0 x.x.x.x:443 0.0.0.0:* LISTEN 0 89911 22890/docker-proxy
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 0 92220 23009/docker-proxy
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 5737 821/sshd: /usr/sbin
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 0 90103 22983/docker-proxy
tcp 0 0 127.0.0.1:19991 0.0.0.0:* LISTEN 0 88117 21942/docker-proxy
tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN 0 87037 21920/docker-proxy
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 0 87068 21797/docker-proxy
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 0 87105 21830/docker-proxy
tcp6 0 0 :::995 :::* LISTEN 0 86969 21898/docker-proxy
tcp6 0 0 :::993 :::* LISTEN 0 86902 21864/docker-proxy
tcp6 0 0 :::587 :::* LISTEN 0 92290 23040/docker-proxy
tcp6 0 0 :::465 :::* LISTEN 0 92221 23014/docker-proxy
tcp6 0 0 :::22 :::* LISTEN 0 5747 821/sshd: /usr/sbin
tcp6 0 0 :::25 :::* LISTEN 0 90104 22988/docker-proxy
tcp6 0 0 :::4190 :::* LISTEN 0 87038 21925/docker-proxy
tcp6 0 0 :::110 :::* LISTEN 0 87069 21807/docker-proxy
tcp6 0 0 :::143 :::* LISTEN 0 87106 21836/docker-proxy
root@server:/opt/mailcow-dockerized#
Ich verstehe immer noch nicht, warum sich die eine Empfängeradresse so schwer tut. Ich kann doch auch an andere Empfänger Mails versenden.
iptables -l liefert:
root@server:/opt/mailcow-dockerized# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy DROP)
target prot opt source destination
MAILCOW all -- anywhere anywhere /* mailcow */
DOCKER-USER all -- anywhere anywhere
DOCKER-FORWARD all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain DOCKER (2 references)
target prot opt source destination
ACCEPT tcp -- anywhere 172.22.1.253 tcp dpt:submission
ACCEPT tcp -- anywhere 172.22.1.253 tcp dpt:submissions
ACCEPT tcp -- anywhere 172.22.1.253 tcp dpt:smtp
ACCEPT tcp -- anywhere 172.22.1.11 tcp dpt:https
ACCEPT tcp -- anywhere 172.22.1.11 tcp dpt:http
ACCEPT tcp -- anywhere 172.22.1.250 tcp dpt:12345
ACCEPT tcp -- anywhere 172.22.1.250 tcp dpt:sieve
ACCEPT tcp -- anywhere 172.22.1.250 tcp dpt:pop3s
ACCEPT tcp -- anywhere 172.22.1.250 tcp dpt:imaps
ACCEPT tcp -- anywhere 172.22.1.250 tcp dpt:imap2
ACCEPT tcp -- anywhere 172.22.1.250 tcp dpt:pop3
ACCEPT tcp -- anywhere 172.22.1.5 tcp dpt:mysql
ACCEPT tcp -- anywhere 172.22.1.249 tcp dpt:redis
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
Chain DOCKER-BRIDGE (1 references)
target prot opt source destination
DOCKER all -- anywhere anywhere
DOCKER all -- anywhere anywhere
Chain DOCKER-CT (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
Chain DOCKER-FORWARD (1 references)
target prot opt source destination
DOCKER-CT all -- anywhere anywhere
DOCKER-INTERNAL all -- anywhere anywhere
DOCKER-BRIDGE all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
Chain DOCKER-INTERNAL (1 references)
target prot opt source destination
Chain DOCKER-USER (1 references)
target prot opt source destination
Chain MAILCOW (1 references)
target prot opt source destination
DROP tcp -- anywhere anywhere /* mailcow isolation */
root@server:/opt/mailcow-dockerized#
Ist es nicht möglich, dass das Problem auf der Empfängerseite liegt?
root@server:/opt/mailcow-dockerized# docker compose exec postfix-mailcow dig AAAA domain-de.mail.protection.outlook.com funktioniert nur nicht.
Andere Domänen wie hotmail.com, outlook.com, microsoft.com … funktionieren ohne Probleme. Es muss irgendiwe mit mail.protection.outlook.com einen Zusammenhang geben.