Date: Tue, 12 Aug 1997 18:52:24 -0700 (PDT) From: "az.com" <yankee@lucy.az.com> To: security@freebsd.org Subject: sendmail 553 Message-ID: <Pine.BSF.3.91.970812184239.3397A-100000@lucy.az.com>
index | next in thread | raw e-mail
Has anyone added the external gateway refusal modifications to sendmail's
checkcompat(to, e) function? (dsn 5.1.7, sendmail 553)
This let's some hijacking through and shouldn't:
do
{
if (strcmp(to->q_mailer, "local") != 0 )
{
usrerr("553 Gateway access denied.");
to->q_status = "5.7.1";
return (EX_UNAVAILABLE);
}
} while (to = to->q_next);
return (EX_OK);
}
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970812184239.3397A-100000>
