I don't really want a 'totally open relay', but I would like to
authorize a few hosts to use it as an smtp server ( similar to the way
you add an entry in the access file in sendmail )

I thought that :

<mailet match="RemoteAddrNotInNetwork=127.0.0.1,172.16.*.*" class="ToProcessor">
    <processor> relay-denied </processor>
    <notice>550 - Requested action not taken: relaying denied</notice>
</mailet>

would allow this to happen.

cheers,
jason.


On Fri, 18 Feb 2005 11:08:40 -0000, Daniel Perry <[EMAIL PROTECTED]> wrote:
> No idea about mail analysis tools, but i think your problem is as follows:
> 
> Mail comes in to: [EMAIL PROTECTED]
> Gets changed to: [EMAIL PROTECTED] by your forwarder.
> 
> Gets caught by: (assuming you have it enables)
> 
> <mailet match="RemoteAddrNotInNetwork=127.0.0.1" class="ToProcessor">
>     <processor> relay-denied </processor>
>     <notice>550 - Requested action not taken: relaying denied</notice>
> </mailet>
> 
> This mailet is there so that any mail put into the system that is not for
> local delivery, and was not put there by localhost will be denied relaying.
> (Note, open relay very very bad!)
> 
> If you have smtp authentication enabled, then you can safely comment out the
> above, as any mail not for the local machine will have to be authorised when
> it enters james.
> 
> Daniel.
> 
> 
> > -----Original Message-----
> > From: Jason Clark [mailto:[EMAIL PROTECTED]
> > Sent: 17 February 2005 19:56
> > To: [email protected]
> > Subject: queue analysis
> >
> >
> > Are there any good queue analysis tools I can use to view the status
> > of my mail queues?
> >
> > in postfix the mailq command give some useful information.
> >
> > I'm asking because I have a rule setup to:
> >
> > <mailet match="[EMAIL PROTECTED]" class="Forward">
> >            <forwardto>[EMAIL PROTECTED]</forwardto>
> > </mailet>
> >
> >
> > I have this setup immeadiatley after : <processor name="root">
> >
> >
> > there's no mention in the log that the mail was forwarded to
> > [EMAIL PROTECTED], but if I look in the /var/mail/relay-denied, I look
> > in the file XXXXXXXX.Repository.FileObjectStore and find the
> > [EMAIL PROTECTED] address.
> >
> > Any ideas why that would be?  If I could at least get a bit more
> > information out of the system, at the current time, I don't even have
> > anything in my logs.
> >
> > Cheers,
> > jason.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to