I can receive email and send emails but they're not getting where they should. They're not going to spam they're simply not really being sent. It's not specific to Gmail, but at first there was an error message like this:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
[email protected]
all hosts for 'gmail.com' have been failing for a long time (and retry time not reached)
Reporting-MTA: dns; server.--.com.br
Action: failed
Final-Recipient: rfc822; [email protected]
Status: 5.0.0
Return-path: <[email protected]>
Received: from [::1] (port=49024 helo=server.--.com.br)
by server.--.com.br with esmtpa (Exim 4.93)
(envelope-from <--@--.com.br>)
id 1kpWrR-00034b-D6
for --@gmail.com; Wed, 16 Dec 2020 10:28:57 -0300
Resent-From: --@--.com.br
Resent-To: r-@gmail.com
Resent-Date: Wed, 16 Dec 2020 10:28:57 -0300
Resent-Message-ID: <[email protected]--.com.br>
MIME-Version: 1.0
Date: Wed, 16 Dec 2020 10:17:33 -0300
From: --@--.com.br
To: --@gmail.com
Subject: teste
User-Agent: Roundcube Webmail/1.4.8
Message-ID: <[email protected]>
X-Sender: --@--.com.br
X-Priority: 1 (Highest)
Content-Type: multipart/mixed;
boundary="=_6b0cefc5ca7d7969a2bc0cfc44391656"
X-Exim-DSN-Information: Due to administrative limits only headers are returned
Where I tried to fix using this
cd /var/spool/exim/db
rm -f retry retry.lockfile
rm -f wait-remote_smtp wait-remote_smtp.lockfile
service exim restart
Still not any fixing, however the error message disappeared. So I noticed another issue with PTR. I've read many threads on this forum about configuring it and even tried to fix it but still nothing.
The system uses an alternate HELO of “<MYHOSTNAME>” when sending mail from the “MYEMAIL” domain.
There is no reverse DNS configured for the IP address (xx.xxx.xxx.xxx) that the system uses to send this domain’s outgoing email.
To fix this problem, contact your system administrator and request that they create the following PTR record at “ns1.reliablesite.net” e “ns2.reliablesite.net”:
Suggested “PTR” (PTR) Record
Name: xxx.xxx.xxx.xx.in-addr.arpa.
Value: <MYHOSTNAME>
I've already tried including a new dns zone with the suggested values, and still trying but nothing changes.
Some threads recommended to check error logs in different folder, and when I get on the folder there is 0 error log files. I'm trying this for like 2 days now and I don't understand what should I do next.
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
[email protected]
all hosts for 'gmail.com' have been failing for a long time (and retry time not reached)
Reporting-MTA: dns; server.--.com.br
Action: failed
Final-Recipient: rfc822; [email protected]
Status: 5.0.0
Return-path: <[email protected]>
Received: from [::1] (port=49024 helo=server.--.com.br)
by server.--.com.br with esmtpa (Exim 4.93)
(envelope-from <--@--.com.br>)
id 1kpWrR-00034b-D6
for --@gmail.com; Wed, 16 Dec 2020 10:28:57 -0300
Resent-From: --@--.com.br
Resent-To: r-@gmail.com
Resent-Date: Wed, 16 Dec 2020 10:28:57 -0300
Resent-Message-ID: <[email protected]--.com.br>
MIME-Version: 1.0
Date: Wed, 16 Dec 2020 10:17:33 -0300
From: --@--.com.br
To: --@gmail.com
Subject: teste
User-Agent: Roundcube Webmail/1.4.8
Message-ID: <[email protected]>
X-Sender: --@--.com.br
X-Priority: 1 (Highest)
Content-Type: multipart/mixed;
boundary="=_6b0cefc5ca7d7969a2bc0cfc44391656"
X-Exim-DSN-Information: Due to administrative limits only headers are returned
Where I tried to fix using this
cd /var/spool/exim/db
rm -f retry retry.lockfile
rm -f wait-remote_smtp wait-remote_smtp.lockfile
service exim restart
Still not any fixing, however the error message disappeared. So I noticed another issue with PTR. I've read many threads on this forum about configuring it and even tried to fix it but still nothing.
The system uses an alternate HELO of “<MYHOSTNAME>” when sending mail from the “MYEMAIL” domain.
There is no reverse DNS configured for the IP address (xx.xxx.xxx.xxx) that the system uses to send this domain’s outgoing email.
To fix this problem, contact your system administrator and request that they create the following PTR record at “ns1.reliablesite.net” e “ns2.reliablesite.net”:
Suggested “PTR” (PTR) Record
Name: xxx.xxx.xxx.xx.in-addr.arpa.
Value: <MYHOSTNAME>
I've already tried including a new dns zone with the suggested values, and still trying but nothing changes.
Some threads recommended to check error logs in different folder, and when I get on the folder there is 0 error log files. I'm trying this for like 2 days now and I don't understand what should I do next.
Last edited by a moderator: