-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 04 March 2003 04:52 pm, Jeff Kinz wrote:
> On Tue, Mar 04, 2003 at 05:00:29PM -0500, William Warren wrote:
> > (I submitted this without a subject line. Sorry.)
> >
> > I did an up2date last night to get the sendmail patch, and I'm
> > curious about one of the changes I noticed.
> >
> > The sendmail.mc file has been changed: here's the diff output -
> >
> > diff /etc/mail/sendmail.mc /etc/mail.sendmail.mc.rpmnew
> > 10a11,13
> >
> > > dnl Uncomment and edit the following line if your mail needs to be
> > > sent out dnl through an external mail server:
> > > dnl define(`SMART_HOST',`smtp.your.provider')
> >
> > 39a43
> >
> > > dnl The '-t' option will retry delivery if e.g. the user runs over
> > > his quota.
> >
> > 47c51
> > < dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
> > ---
> >
> > > DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
> >
> > 54c58
> > < dnl FEATURE(`accept_unresolvable_domains')dnl
> > ---
> >
> > > FEATURE(`accept_unresolvable_domains')dnl
> >
> > Now, I can understand why Redhat would choose to be conservative,
> > and set the port option to localhost only (127.0.0.1), but I'm
> > puzzled as to why they have turned on the
> > "accept_unresolvable_domains" option.
> >
> > Any opinions?
>
> Scary, very scary - anybody wanna be a spammer's self service site ?

You've not been paying attention. ;) This isn't new. 

On two machines (that are internal and only allow mail via localhost) that 
do not have the most recent updates applied, and use the default config:

$ rpm -q sendmail
sendmail-8.11.6-3
$ cat /etc/redhat-release
Red Hat Linux release 7.2 (Enigma)
$ grep -B 3 accept_unresolvable_domains  /etc/mail/sendmail.mc
dnl We strongly recommend to comment this one out if you want to protect
dnl yourself from spam. However, the laptop and users on computers that do
dnl not have 24x7 DNS do need this.
FEATURE(`accept_unresolvable_domains')dnl

$ rpm -q sendmail
sendmail-8.11.6-15
$ cat /etc/redhat-release
Red Hat Linux release 7.3 (Valhalla)
$ grep  accept_unresolvable_domains  /etc/mail/sendmail.mc
FEATURE(`accept_unresolvable_domains')dnl

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+ZWJZn/07WoAb/SsRApRmAJ48IyPrymz4H0cMIw/UuHst+JjwqgCdGndU
bVPktRpbXgsImQIBe3Jwt5w=
=BzKC
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to