On Sat, 15 Nov 2008 14:08:21 -0500
Vincas C(iz(iu-nas <[EMAIL PROTECTED]> wrote:
> I've modified the dns_whitelist_soft plugin to read something similar
> to a postgrey style list of whitelist hosts. My plugins file mentions
> it right before the greylisting
You should not return OK from a rcpt h
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hanno Hecker wrote:
> On Sat, 15 Nov 2008 14:08:21 -0500 Vincas C(iz(iu-nas
> <[EMAIL PROTECTED]> wrote:
>
>> I've modified the dns_whitelist_soft plugin to read something
>> similar to a postgrey style list of whitelist hosts. My plugins
>> file ment
On 2008-11-14 19:19:01 +0100, Hanno Hecker wrote:
> On Mon, 10 Nov 2008 10:42:15 -0600
> Jared Johnson <[EMAIL PROTECTED]> wrote:
> > * I invented my own Qpsmtpd::Recip object that subclasses
> > Qpsmtpd::Address and supports a ->config() method similar to
> > $self->qp->config
> [...]
> > Step 1
Hi Baltasar,
Thank you for your guide. I put a trace in the plugin discovering
that this piece of code doesn't check all domains in rcpt_hosts. Indeed,
it only checks me and "localhost". I don't know how to follow.
# Check if this recipient host is allowed
for my $allowed (@rcpt_hosts
On Sun, 16 Nov 2008 21:09:02 +0100
Lucas -LandM- <[EMAIL PROTECTED]> wrote:
>Thank you for your guide. I put a trace in the plugin discovering
> that this piece of code doesn't check all domains in rcpt_hosts. Indeed,
> it only checks me and "localhost". I don't know how to follow.
Can you pu