Change the sender name in the outgoing quarantine message

Questions and answers about how to do stuff
Post Reply
User avatar
Socal_Steve
Posts: 30
Joined: 20 Mar 2014 20:10
Location: Laguna Beach, California, USA
Contact:

Change the sender name in the outgoing quarantine message

Post 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
User avatar
shawniverson
Posts: 3649
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Change the sender name in the outgoing quarantine messag

Post by shawniverson »

/var/www/html/mailscanner/conf.php

Code: Select all

define('QUARANTINE_REPORT_FROM_NAME', 'EFA - Email Filter Appliance');
User avatar
Socal_Steve
Posts: 30
Joined: 20 Mar 2014 20:10
Location: Laguna Beach, California, USA
Contact:

Re: Change the sender name in the outgoing quarantine messag

Post 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:
Post Reply