forward (copy) of specific email

Ramdileo

Verified User
Joined
Jun 19, 2007
Messages
35
This should be very simple..
but I can't find the way..
graphic interface (inside directdmin) is nothing for this..
so it should be by code.. in system_filter.exim ... I suppose ...
but it doesn't work ..

this is more or less the code i try ....
if $header_from: "@specificdomain.com" and $header_to: "@specificuser"
then
deliver to "addres1;addres2"
end if

but it doesn't work ..
 
Take a look at sieve. If you enable it in custombuild you can configure filters in roundcube too (you might need to rebuild roundcubr for it to show up)
 
Back
Top