Hello,
I've set Auto Bcc in my exim configuration in below file.
vi /etc/cpanel_exim_system_filter
if first_delivery
and ("$h_from:" contains "[email protected]")
and not ("$h_X-Spam-Checker-Version:" begins "SpamAssassin")
then
unseen deliver "[email protected]"
endif
Whenever any changes done from cPanel's exim configuration, above entry gets vanished,
do anybody have any solution on same so that above entry does not gets vanished. or any other solution for auto bcc,
I've set Auto Bcc in my exim configuration in below file.
vi /etc/cpanel_exim_system_filter
if first_delivery
and ("$h_from:" contains "[email protected]")
and not ("$h_X-Spam-Checker-Version:" begins "SpamAssassin")
then
unseen deliver "[email protected]"
endif
Whenever any changes done from cPanel's exim configuration, above entry gets vanished,
do anybody have any solution on same so that above entry does not gets vanished. or any other solution for auto bcc,