Re: [Exim] Filters and UID/GID

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Nico Erfurth
Ημερομηνία:  
Προς: Jan Johansson
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] Filters and UID/GID
Jan Johansson wrote:
> Suppose you have a mail-toaster where all mail is deleivered to virtual
> accounts that all share a common UID/GID. Suppose you want to allow
> filters. Is there any way in Exim 4 to prevent "saves" and other
> delivery command from working above a certain directory? I suppose I am
> looking for a "filter root" so to saY?


Set create_file = belowhome in your transport, and use the new
router_home_directory = feature (since exim4.11) in your filter-router.

Be careful to disable ${run}/${readfile} and other harmful things for
the filters.

ciao