Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Reverse DNS does not match SMTP Banner

1,530 views
Skip to first unread message

Steve

unread,
Nov 13, 2009, 2:56:03 AM11/13/09
to
Hi,

I have installed Sendmail on Centos 5.3
Recently, I made a test with
http://mxtoolbox.com

Apparently that seems to be OK, except that I have :
Warning - Reverse DNS does not match SMTP Banner

I tried to modify the sendmail file with :
dnl SmtpGreetingMessage=mail.xxxx.com

but apparently, nothing 's changed

- Should I modify something else ?


Thanks

MxToolBox Support

unread,
Nov 13, 2009, 11:10:12 AM11/13/09
to
Steve,

Thank you for using our SMTP Diagnostics tool (http://
www.mxtoolbox.com/diagnostic.aspx)! The short answer is that the
reverse IP address name is not contained in the server HELO or EHLO
banner. This is only a warning, and in some cases you may have no
control over this. However, if you have the ability to make these
match, you should. Some mail servers look for this and use it to mark
messages you send as questionable. Most mail systems will not reject
your messages outright, but this may effect your spam score increasing
the likelihood your messages will be marked as spam.

In other words, it is a best-practice you should endeavor to follow.
It doesn’t mean you are a bad person or won’t be able to send email.

Let us know if we can help with anything else.

Thank you,
MxToolBox


On Nov 13, 1:56 am, Steve <St...@noreply.fr> wrote:
> Hi,
>
> I have installed Sendmail on Centos 5.3

> Recently, I made a test withhttp://mxtoolbox.com

Steve

unread,
Nov 13, 2009, 12:05:44 PM11/13/09
to

Hi MxtoolBox

thanks for your reply.
I would like effectively, decrease the risk to be considered as a Spam
If i an improve the "SPAM SCORE " that would be great !

However, my problem is that I don't know how to change my configuration
into Sendmail.

- Any idea how to change it ?

Thanks

Snuff

unread,
Nov 16, 2009, 2:37:08 PM11/16/09
to
> > On Nov 13, 1:56 am, Steve <St...@noreply.fr> wrote:
> >
> >> I tried to modify the sendmail file with  :
> >>         dnl SmtpGreetingMessage=mail.xxxx.com
>
> >> but apparently, nothing 's  changed
>
> >> - Should I modify something else ?
>
> >> Thanks

Try adding to your sendmail.mc:
LOCAL_NET_CONFIG
Djmail.xxxxx.com

Andrzej Adam Filip

unread,
Nov 16, 2009, 2:59:13 PM11/16/09
to

The following would be cleaner:
#v+
define(`confDOMAIN_NAME',`mail.xxxxx.com')
#v-

URL(s):
http://www.sendmail.org/m4/whoami.html

--
[pl>en Andrew] Andrzej Adam Filip : an...@onet.eu : Andrze...@gmail.com
While your friend holds you affectionately by both your hands you are
safe, for you can watch both of his.
-- Ambrose Bierce, "The Devil's Dictionary"

terryc

unread,
Nov 17, 2009, 4:52:26 PM11/17/09
to
On Mon, 16 Nov 2009 20:59:13 +0100, Andrzej Adam Filip wrote:


>> Try adding to your sendmail.mc:
>> LOCAL_NET_CONFIG
>> Djmail.xxxxx.com
>
> The following would be cleaner:
> #v+
> define(`confDOMAIN_NAME',`mail.xxxxx.com')
> #v-

Just to clarify, you are specifying Mailhost + Domain and not just
domain?.

Andrzej Adam Filip

unread,
Nov 17, 2009, 5:47:46 PM11/17/09
to

YES - it defines $j("this host email name")

Comments in cf/m4/proto.m4 (so also in sendmail.cf) are "somehow
misleading" but doc/op/op.me ("INSTALLATION AND OPERATION GUIDE")
describes meaning of $j properly:

<quote src="cf/m4/proto.m4">
# my official domain name
# ... `define' this only if sendmail cannot automatically determine your domain
ifdef(`confDOMAIN_NAME', `Dj`'confDOMAIN_NAME', `#Dj$w.Foo.COM')
</quote>

http://www.sendmail.org/~ca/email/doc8.12/op-sh-5.html#sh-5.2
<quote>
$j The "official" domain name for this site. This is fully qualified if
the full qualification can be found. It must be redefined to be the
fully qualified domain name if your system is not configured so that
information can find it automatically
</quote>


--
[pl>en Andrew] Andrzej Adam Filip : an...@onet.eu : Andrze...@gmail.com

Television is now so desperately hungry for material that it is scraping
the top of the barrel.
-- Gore Vidal

0 new messages