Victor Duchovni a écrit :
> On Mon, Apr 06, 2009 at 11:42:40PM +0200, mouss wrote:
>
>> with a recent postfix, even better is
>>
>> check_reverse_client_hostname_access pcre:/etc/postfix/logit
>>
>> == logit
>> /(.*)/ Transaction logged: PTR=$1
>>
>> so that you get the PTR as well (eve
On Mon, Apr 06, 2009 at 11:42:40PM +0200, mouss wrote:
> with a recent postfix, even better is
>
> check_reverse_client_hostname_access pcre:/etc/postfix/logit
>
> == logit
> /(.*)/Transaction logged: PTR=$1
>
> so that you get the PTR as well (even if rdns is "unknwon").
Interes
Len Conrad a écrit :
> We have a simple restriction class to which we apply SAV and RAV to a very
> small class of msgs:
>
> some_class =
> check_helo_access pcre:/path/to/4tuple_unfiltered.pcre,
> reject_unverified_sender,
> reject_unverified_recipient,
> check_helo_access pcre:/path/to/4tup
On Mon, Apr 06, 2009 at 06:10:34PM +0200, Len Conrad wrote:
> We have a simple restriction class to which we apply SAV and RAV to a very
> small class of msgs:
>
> some_class =
> check_helo_access pcre:/path/to/4tuple_unfiltered.pcre,
> reject_unverified_sender,
> reject_unverified_recipient,
We have a simple restriction class to which we apply SAV and RAV to a very
small class of msgs:
some_class =
check_helo_access pcre:/path/to/4tuple_unfiltered.pcre,
reject_unverified_sender,
reject_unverified_recipient,
check_helo_access pcre:/path/to/4tuple_filtered.pcre,
permit
The 4tuple