> -----Original Message----- > From: Andy Jezierski [mailto:[EMAIL PROTECTED] > Sent: Friday, February 25, 2005 9:38 AM > To: users@spamassassin.apache.org > Subject: Re: Domain of the sender does not resolve > > > > Yang Xiao <[EMAIL PROTECTED]> wrote on 02/25/2005 07:35:03 AM: > > > Hi all, > > I think this is a general sendmail issue, but maybe you can help me > > figure out what to do. I'm seeing mails being rejected for with > > "Domain of the sender does not resolve", how do I disable > the mta of > > rejecting these? will adding this to the sendmail.mc file help me? > > FEATURE(`accept_unresolvable_domains')dnl > > > > Many thanks, > > > > Yang > > This question should really be asked on the semdnail mailing > list, or you should check http://www.sendmail.org for > configuration information. > > But yes, adding that line will work. I would be very > concerned with doing that permanently though. My > reccommendation would be to tell your senders that you will > implement this temporarily until they can fix their dns > configuration. Give them a few weeks or a month at the most, > then remove that option.
Yes, it is OT and a sendmail issue. I'll just chime in and say that another option is to use sendmail's ACCESS list facility and greenlight a specific IP address (or set of addresses). The information is readily available in Sendmail's documentation. -JSK