On Fri, 3 Jan 2020 at 22:26, shabana amreen <
shabanaa...@gmail.com> wrote:
>
> Emails are being bounced by the destination server due to a bad sender address. log says non existing DNS email but emails from the same address are being routed and delivered successfully to other addresses. Please advise.
>
What is the exact line in /var/log/indimail/smtpd.25/current?
> Checks done:
> No firewall blocking
> Added @domainname entry in /etc/indimail/control/nodnscheck
Which version of indimail are you using?
It is /var/indimail/control/nodnscheck in the older versions. IIRC you
are using the ancient version of indimail. What is the output of the
command
# rpm -qf /var/indimail
> Verified there's no blacklist in /var/indimail/etc/tcp.smtp
All you have to do is the following to test the entry for the domain
in nodnscheck.
Assume that the domain is
kdjffkjd.com
$ telnet 0 25
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
220
indimail.org (NO UCE) ESMTP IndiMail 1.224 Fri, 3 Jan 2020 22:30:43 +0530
mail from:<
ab...@kdjffkjd.com>
553 Bad sender's system address (#5.1.8)
quit
221
indimail.org closing connection
Connection closed by foreign host.
Then make the entry for the domain @
kdjffkjd.com in
/var/indimail/control/nodnscheck
$ telnet 0 25
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
220
indimail.org (NO UCE) ESMTP IndiMail 1.224 Fri, 3 Jan 2020 22:44:44 +0530
mail from:<
ab...@kdjffkjd.com>
250 ok
quit
221
indimail.org closing connection
Connection closed by foreign host.
NOTE: Don't Top Post and when replying remove unnecessary comments