Tony Finch wrote:
> On Tue, 13 Jun 2006, Marc Perkel wrote:
>
>   
>> How do I set exim up so only root,apache and mail can send email and no
>> other local users?
>>     
>
> In acl_not_smtp put
>
> require condition = ${if match_local_part{$authenticated_id} \
>                                          {root : apache : whatever} }
>
>
>   

Thanks but I don't think that's going to work as the localpart can be 
anything, and not related to the user ID. What I'm looking for is to 
prohibit local users from sending email.

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