hello there,
i am writing a custom filter tool and i am looking
for a way to verify that the recipient address is
valid--as far as postfix and it's aliases and all
it's maps are concerned. probably something like
a command line client for verify(8), or a program
to somehow evaluate that the condi
hmm, on Tue, Oct 27, 2009 at 09:24:23AM -0500, Noel Jones said that
> Have postfix do recipient validation before your helo checks. That way,
> only valid recipients will be rejected by your other rules.
>
> Usually you can do this by putting reject_unlisted_recipient just after
> permit_mynetwor
hi there,
i am having difficulties with smtpd_helo_restrictions because
of check_helo_access.
all the entries in my client_checks file seem to be ignored..
i tried debug_peer with the most recent entry in there:
mail.log:
Nov 9 14:49:13 ns postfix/smtpd[11842]: >>> START Helo command RESTRICTI
hmm, on Mon, Nov 09, 2009 at 09:49:16AM -0500, Brian Evans - Postfix List said
that
> frantisek holop wrote:
> > main.cf:
> >
> >
> > smtpd_helo_restrictions =
> > permit_mynetworks
> > check_helo_access hash:/etc/postfix/client_check
hmm, on Mon, Nov 09, 2009 at 10:22:59AM -0500, Brian Evans - Postfix List said
that
> frantisek holop wrote:
> > thanks for the cluestick. i moved that particular check into
> > smtpd_client_restrictions as whitelisting these clients is "absolute",
> > not just