> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Troy Settle
> Sent: 20 July 2005 15:09
> 
> DUH!!  accept maybe?  Let's ignore this part for now though, 
> first I want to figure out how to block these role accounts:
> 
>    deny senders = admin
>         domains = +local_domains
> 
> It didn't block anything, so I tried this as well:
> 
>    deny senders = [EMAIL PROTECTED]
>         domains = +local_domains
> 
> It blocked external domains as well as locals.
> 
> So... how do I block [EMAIL PROTECTED] without blocking [EMAIL PROTECTED] ?


Try this:

  deny 
    senders = [EMAIL PROTECTED]
    sender_domains = +local_domains
    !domains = +local_domains

This will stop any local users sending from the address admin@, but allow
external messages from admin to local users. However I'm not sure that's
what you're trying to achieve.

- Mark


-- 
## 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