Page 1 of 1
[SOLVED] Forward sent mails
Posted: Thu May 07, 2015 1:52 pm
by m4th3us
"Forward to" works just fine, but i need option to forward not only received mails, but sent mails to...
maybe there is some trick, if anyone know howto i would really like it
thanks!
Re: Forward sent mails
Posted: Fri Jul 17, 2015 7:39 pm
by m4th3us
nobody?
Re: Forward sent mails
Posted: Mon Jul 20, 2015 10:00 am
by skurudo
Re: Forward sent mails
Posted: Wed Jul 29, 2015 11:01 am
by m4th3us
problem solved...
1) add this line to /etc/exim/exim.conf file
system_filter=/path/to/filter/file (replace with path to your filter file, i've used "/etc/exim/send-back"
2) create filters
if $header_from: contains "
[email protected]"
then
unseen deliver "
[email protected]"
endif
more info
https://github.com/Exim/exim/wiki/Q5033
thanks!