[SOLVED] Forward sent mails
[SOLVED] Forward sent mails
"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!
maybe there is some trick, if anyone know howto i would really like it
thanks!
Last edited by m4th3us on Wed Jul 29, 2015 11:02 am, edited 1 time in total.
Re: Forward sent mails
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!
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!