richard lucassen:
> I'd like to use a sender whitelist for one single receipient  mail
> address. The normal "access" file controls the sender and returns
> ok/discard/reject for all receipients. But I need an access file valid
> for one single mail address. Is that possible? And if yes, what options
> do I need to create an "access" file for 1 single mail address?
> 
> R.
> 
> IOW: what I need is a sort of extended access file like this:
> 
> send...@example.com   receipi...@mydomain.com         ok
> send...@example.com   receipi...@mydomain.com         ok
> .                     receipi...@mydomain.com         reject

This is not built ito Postfix, but it can be done with postfwd.

It can be emulated with restriction_classes, but that does not scale
to many users. See http://www.postfix.org/RESTRICTION_CLASS_README.html

        Wietse

Reply via email to