Hi,
Just a quick question.
On my cPanel based server I have an Exim mail server as well, however there is a file called anitvirus.exim in /etc/.
This enables me to deliver blind copies of emails to other address, like this
However, on my Directadmin server there seems to be no antivirus.exim, so I was just wondering where I can put the above code to make it work?
Many Thanks
Just a quick question.
On my cPanel based server I have an Exim mail server as well, however there is a file called anitvirus.exim in /etc/.
This enables me to deliver blind copies of emails to other address, like this
PHP:
###########################################
### domain.com Exim filter #############
###########################################
if error_message then finish endif
if $header_to: contains "domain.com"
then
unseen deliver "[email protected]"
endif
if $sender_address: contains "domain.com"
then
unseen deliver "[email protected]"
endif
###########################################
However, on my Directadmin server there seems to be no antivirus.exim, so I was just wondering where I can put the above code to make it work?
Many Thanks