Shouldn't that be reject_unverified_recipient ?

I removed the following lines when I initially activated IMGate

smtpd_recipient_restrictions =
 reject_unverified_sender,
 reject_unverified_recipient,

But I left in the following as I intended to activate SAV at a later time

# "sender address verification" feature
address_verify_map = hash:/var/log/address_verify.map
address_verify_positive_expire_time = 31d
address_verify_positive_refresh_time = 7d
address_verify_negative_cache = yes
address_verify_negative_expire_time = 3h
address_verify_negative_refresh_time = 1h
unverified_sender_reject_code = 554

So All I should have to do is insert  reject_unverified_recipient and
reload, right

Mike

----- Original Message ----- 
From: "Len Conrad" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 21, 2004 10:21 AM
Subject: [IMGate] Re: Question on to_recipients_bw


>
>
> >  It's a map file from the basic IMGate config Len emailed me back in
> >September.
> >
> >I use to blacklist unknown local recipients greped from the maillog.
>
> wrong use
>
> >Under "smtpd_client_restrictions" I have
> >hash:/etc/postfix/to_recipients_bw.map
> >
> >Am I not using it as intended?
>
> it's not to be used for stopping dictionary attacks, but for rejecting
mail
> to specific accounts.
>
> you don't seem to have much volume, so try using reject_unverified_sender.
> see the postfix VERYIFY README
>
> Len
>
>
>
>
>
>



Reply via email to