> > if they are to unknown users, then IMGate will reject them with
> > check_recipient_maps or RAV

damn, you'r stuck with what you've started


>It won't work in this situation, but do you have a step-by-step doc for
>setting up RAV with Imail?

In smtpd_recipient_restrictions, near the top, just add:

reject_unverified_sender

and I suggest you set up these in main.cf:

#sender/recipient address verification new stuff
address_verify_map = hash:/var/log/address_verify.map
address_verify_positive_expire_time = 30d
address_verify_positive_refresh_time = 7d
address_verify_negative_cache = yes
address_verify_negative_expire_time = 2h
address_verify_negative_refresh_time = 1h

The later two keep your .map file from carrying too much crap for too long 
when being hit heavily with unknown recipients.

Len


Reply via email to