Page 1 of 1

Change the sender name in the outgoing quarantine message

Posted: 15 May 2014 07:39
by Socal_Steve
Currently the outbound sender name is " EFA - Email Filter Appliance" and the subject is "Message Quarantine Report" And ideas where these are hiding? I would like to change it to "Company Name - EFA".

Thanks

Re: Change the sender name in the outgoing quarantine messag

Posted: 15 May 2014 21:46
by shawniverson
/var/www/html/mailscanner/conf.php

Code: Select all

define('QUARANTINE_REPORT_FROM_NAME', 'EFA - Email Filter Appliance');

Re: Change the sender name in the outgoing quarantine messag

Posted: 16 May 2014 08:42
by Socal_Steve
shawniverson wrote:/var/www/html/mailscanner/conf.php

Code: Select all

define('QUARANTINE_REPORT_FROM_NAME', 'EFA - Email Filter Appliance');
THANKS! :clap: