On Fri 01 Dec 06, 11:01 AM, Ian Eiloart <[EMAIL PROTECTED]> said:
> 
> --On 30 November 2006 12:10:36 -0800 Peter Salzman <[EMAIL PROTECTED]> wrote:
> 
> >Hi all,
> >
> >I've been a Postfix user for many years.  Recently found myself on an Exim
> >system.  Need help.
> >
> >There's a system with two human users.  I'd like to use various RBLs to
> >reject mail for one user, but not for the other user.  Doing a Google, I
> >found this:
> 
> >
> >http://www.exim.org/pipermail/exim-users/Week-of-Mon-20010618/027085.html
> >
> >This sounds like it does exactly what I want:
> >
> >   Set your RBL(s) to /reject rather than /warn. Then use
> >   recipients_reject_except to do a lookup in whatever form you'd like for
> >   the addresses that opt out of it. I'd also recommend keeping your
> >   support/postmaster/etc addresses in that list as well.
> >
> >I've never used Exim.  Can someone post explicit instructions on how to
> >implement this?
> 
> You need to make sure that your RBL ACL is in the recipients ACL, then add 
> this line to the control:
> 
>    local_parts = foo
> 
> where foo is the username, or left hand side of the address of the person 
> who does want RBL blocking. If you post your configuration, we can be more 
> helpful.
 
I apologize for being so newbie-ish.  All I've ever known was postfix.  Do
you mean post the config files under /etc/exim4/conf.d/acl:

   00_exim4-config_header                30_exim4-config_check_rcpt
   20_exim4-config_whitelist_local_deny  40_exim4-config_check_data


Many thanks!
Pete

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to