Hello,
I have my domain configured in Cloudflare as shown in the image.
In DirectAdmin, I have temporarily turned off the firewall to isolate the issue.
I’m including the output of this command:
`echo "Subject: Test Email" | sendmail -v -f [email protected] [email protected]`
No related ports are blocked on the server (25, 993, 587).
The IP is not on any blacklist.
Even a telnet to Gmail responds positively immediately (though I still can't send to anyone).
root@admin:~# telnet smtp.gmail.com 587
Trying 108.177.15.108...
Connected to smtp.gmail.com.
Escape character is '^]'.
220 smtp.gmail.com ESMTP 5b1f17b1804b1-42cb099acf6sm24653125e9.9 - gsmtp
I'm out of ideas.
PS: I suppose it's obvious, but the emails are edited.
I have my domain configured in Cloudflare as shown in the image.
In DirectAdmin, I have temporarily turned off the firewall to isolate the issue.
I’m including the output of this command:
`echo "Subject: Test Email" | sendmail -v -f [email protected] [email protected]`
LOG: MAIN
cwd=/root 5 args: sendmail -v -f [email protected] [email protected]
LOG: MAIN
<= [email protected] U=root P=local S=354 T="Test Email"
root@admin:~# LOG: MAIN
cwd=/var/spool/exim 4 args: /usr/sbin/exim -v -Mc 1sn5nl-000000000mR-15HK
delivering 1sn5nl-000000000mR-15HK
Connecting to gmail-smtp-in.l.google.com [2a00:1450:400c:c00::1a]:25 ...
failed: Network is unreachable
LOG: MAIN
H=gmail-smtp-in.l.google.com [2a00:1450:400c:c00::1a] Network is unreachable
Clearing TFO as not first host for message
Connecting to gmail-smtp-in.l.google.com [173.194.76.26]:25 ...
failed: Connection refused
LOG: MAIN
H=gmail-smtp-in.l.google.com [173.194.76.26] Connection refused
Clearing TFO as not first host for message
Connecting to alt1.gmail-smtp-in.l.google.com [2a00:1450:4013:c16::1b]:25 ...
failed: Network is unreachable
LOG: MAIN
H=alt1.gmail-smtp-in.l.google.com [2a00:1450:4013:c16::1b] Network is unreachable
Clearing TFO as not first host for message
Connecting to alt1.gmail-smtp-in.l.google.com [142.250.153.27]:25 ...
failed: Connection refused
LOG: MAIN
H=alt1.gmail-smtp-in.l.google.com [142.250.153.27] Connection refused
Clearing TFO as not first host for message
Connecting to alt2.gmail-smtp-in.l.google.com [2a00:1450:4025:c03::1a]:25 ...
failed: Network is unreachable
LOG: MAIN
H=alt2.gmail-smtp-in.l.google.com [2a00:1450:4025:c03::1a] Network is unreachable
Clearing TFO as not first host for message
Connecting to alt3.gmail-smtp-in.l.google.com [2a00:1450:4010:c1c::1b]:25 ...
failed: Network is unreachable
LOG: MAIN
H=alt3.gmail-smtp-in.l.google.com [2a00:1450:4010:c1c::1b] Network is unreachable
Clearing TFO as not first host for message
Connecting to alt4.gmail-smtp-in.l.google.com [2404:6800:4003:c00::1b]:25 ...
failed: Network is unreachable
LOG: MAIN
H=alt4.gmail-smtp-in.l.google.com [2404:6800:4003:c00::1b] Network is unreachable
LOG: MAIN
== [email protected] R=lookuphost T=remote_smtp defer (101): Network is unreachable
No related ports are blocked on the server (25, 993, 587).
The IP is not on any blacklist.
Even a telnet to Gmail responds positively immediately (though I still can't send to anyone).
root@admin:~# telnet smtp.gmail.com 587
Trying 108.177.15.108...
Connected to smtp.gmail.com.
Escape character is '^]'.
220 smtp.gmail.com ESMTP 5b1f17b1804b1-42cb099acf6sm24653125e9.9 - gsmtp
I'm out of ideas.
PS: I suppose it's obvious, but the emails are edited.