Hello,
I'll try to explain what Mr.Sato means, although I don't
know whether
I can do better.
His taRgrey policy server works roughly as follows (if I
understand
correctly):
In `normal' mode (without --tarpit option):
Just behave as postgrey:
If the client has retried correctly, then return
"DUNNO" to postfix
else return "DEFER_IF_PERMIT" to postfix
In `tarpit' mode (with --tarpit but without --targrey
option):
If the client has retried correctly, then return
"DUNNO" to postfix
else return "SLEEP 65,DEFER_IF_PERMIT" to
postfix
(This is almost equivalent to the original postgrey with
options
--greylist-action="SLEEP 65,DEFER_IF_PERMIT"
--greylist-text="",
but with additional `retry-count' tweak -- see below.)
In `targrey' mode (with both --tarpit and --targrey option):
If the client has retried correctly, then return
"DUNNO" to postfix
else if this is the first time, then return "SLEEP
65" to postfix
else return "DEFER_IF_PERMIT" to postfix
Where `retried correctly' means that the client retried
`retry-count'
many times, with interval no longer than `retry-window'
seconds and
no shorter than `delay' seconds.
`Retry-count' is the option added in targrey (the default
value is 1).
The time to sleep is customizable (65 is the default value).
In any case, a client can send mails without delay once it
is
recognized as legitimate.
Mr.Sato's intention for `targrey' mode is to save clients
that can retry
correctly but cannot endure tarpit delay.
I've never tried targrey myself, since I am using Postfix
2.2.8 which
does not support SLEEP action.
Regards,
MAEDA Atusi
"Danita Zanre" <danita caledonia.net> writes:
> > Sorry... I am not so good at English.
> > I thought that you didn't understand whether you
should use taRgrey or
> > tarpit&greylist.
>
> I was assuming I should use taRgrey, but I still don't
quite get it <g>
>
> >> but I'm a bit confused as to how to best go
about it.
> >
> > Please teach that you are confused concretely.
>
> I'm getting closer and closer to complete confusion, so
this is better
>
> I have to get back to this after the holidays I guess.
I'll do some more reading and see if I can figure it out!
>
> Thanks.
>
> Danita
>
>
>
> --
> Unsubscribe mailto:postgrey-request list.ee.ethz.ch?subject=unsubscribe
> Archive http://lists.ee.ethz
.ch/postgrey
> WebAdmin http://lists.ee.ethz
.ch/lsg2.cgi
--
Unsubscribe mailto:postgrey-request list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz
.ch/postgrey
WebAdmin http://lists.ee.ethz
.ch/lsg2.cgi
|