16 Oct
2018
16 Oct
'18
2:37 p.m.
On 16.10.18 12:48, Yassine Chaouche wrote:
I'd like to let my colleagues redirect mail automatically (via a sieve filter) to other mailboxes within the same domain, but deny redirects to outside domains [...] Ideas ?
Set up a simple internal web application or some other mechanism that allows your colleagues to enter the local address part for forwarding only. Use backend logic to generate a sieve script containing
redirect :copy "localpart@yourdomain.tld";
or whatever suits your needs.
-Ralph