i have been playing with james (2.1) and am wondering if i have
misconfigured my server because i don't see protocol level reject of
[open] relay requests, but rather it forwards such requests to the spam
folder after accepting them (250). i am concerned about this since most
automated open relay tests would consider this an open relay because
they are looking for a 550 response in this situation.
from the configs, this seems to be the appropriate place to handle relay
limitations:
<mailet match="RemoteAddrNotInNetwork=127.0.0.1" class="ToProcessor">
<processor> spam </processor>
</mailet>
i verfied that it is working by including a variety of ip addresses and
sending (relaying) mail from them. again, when a server is not in the
list the note is *accepted* then tossed into the spam folder, otherwise
it is forwared.
i verified the behavior via telnet thus:
mail server: deedee.bar.com
remote server: foo.com
foo.com> telnet deedee.bar.com 25
Connected to deedee.bar.com.
220 deedee SMTP Server (JAMES SMTP Server 2.1) ready Fri, 17 Jan 2003
HELO oink.foo.com
250 deedee Hello oink.foo.com
(oink.foo.com [192.168.123.123])
mail from: <[EMAIL PROTECTED]>
250 Sender <[EMAIL PROTECTED]> OK
rcpt to: <[EMAIL PROTECTED]>
250 Recipient <[EMAIL PROTECTED]> OK
data
354 Ok Send data ending with <CRLF>.<CRLF>
test
.
250 Message received
deedee.bar.com# pwd
/opt/james/apps/james/var/mail/spam
deedee.bar.com# grep lkdsjf *
Binary file
4D61696C313034323832313537353334332D31.Repository.FileObjectStore matches
4D61696C313034323832313537353334332D31.Repository.FileStreamStore: for
<[EMAIL PROTECTED]>;
is there a way to get james to address this at the protocol level?
thanks
b
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- RE: no protocol level rejection? bill parducci
- RE: no protocol level rejection? Noel J. Bergman
- Re: no protocol level rejection? bill parducci
- Re: no protocol level rejection? Harmeet Bedi
