On 12 September 2002, Thomas Baumann said:
> Hello list,
>
> I got a problem with open relay... exim 3.35, redhat linux
> Normally all bad is rejected but instead of one:
>
> telnet myhost:25
> HELO myhost.com
> MAIL FROM: me@???
> 250 <me@???> is syntactically correct
> RCPT TO: "outside@???
> 250 <"outside@???> verified
> DATA
> 354 Enter message, ending with "." on a line by itself
> 250 OK id=17pZz2-0001tV-00
>
> How can I close my relay ?
Run
exim -bt '"outside@???'
and see what Exim says. This should at least tell you which director is
responsible for that address. If you don't understand *why* that
director is accepting that address, run with -dN, for N in 1 .. 9, until you
understand.
Greg
--
Greg Ward <gward@???> http://www.gerg.ca/
This quote intentionally left blank.