>Shouldn't that be reject_unverified_recipient ?

yes, of course, sorry.

>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

ok, no harm leaving that in

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

put it at or very near to the top of your smtpd_recipient_restrictions.The 
idea being that you don't want to handle, you want to reject, any mail to 
unknown recipients as early as possible in the restrictions.

ie, why do RBL lookup if the recipient is unknown?

Len



Reply via email to