[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: open relay



On Wed, Jun 18, 2003 at 01:57:24PM +0200, pizi wrote:
> I use ZMailer Server 2.99.49p9
> Are this version able deny this?

Presuming you really have to run that old version...

> 13846r  MAIL FROM:<bitbucket@ordb.org>
> 13846   -- policy result=0, msg: <NONE!>
> 13846w  250 2.1.0 Sender syntax Ok
> 13846r  RCPT TO:<"marvin@marvin.ordb.org"@infocity.cz>
> 13846   -- policy result=0, msg: <NONE!>
> 13846w  250 2.1.5 Recipient address syntax Ok

I think it should.  Actually this is ROUTER script issue.
Test your system like this:

# $MAILBIN/router -i
z# trace all ; untrace rfc822 regexp
z# router '"marvin@marvin.ordb.org"@infocity.cz'

Note all those different quotes!
Test is meaningless without all of them being present.
(Think of SH input string quote rules!)

With that run you will see lots of output, but if in the end it responds with:

 (((local '"marvin@marvin.ordb.org"@infocity.cz' .. .. )))

All things are well.  However if it yields    (((smtp ... )))
then either you made entry mistake above, or it really mistreats things,
and I need to see that execution log.  (Utility called "script" can be
used to capture that output into a file.)

> If yes, then how?

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi