Send Email Notifications in Plain Text
Not all emails clients can handle emails in rich text or HTML format.
To accommodate such clients, you can configure the Security Gateway Dedicated Check Point server that runs Check Point software to inspect traffic and enforce Security Policies for connected network resources. to send email notification in plain text without images, in addition to the HTML format. The user's email client decides which format to show.
-
Connect to the command line to the Security Gateway / each Cluster Member
Security Gateway that is part of a cluster..
-
Log in to the Expert mode.
-
Back up the configuration file:
cp -v $FWDIR/conf/usrchkd.conf{,_BKP}
-
Edit the configuration file:
vi $FWDIR/conf/usrchkd.conf
-
Change the value of the applicable parameter:
from
:send_emails_with_no_images (false)
to
:send_emails_with_no_images (true)
-
Save the changes in the file and exit the editor.
-
Kill the
userchkd
process to load the new configuration:killall userchkd
The Security Gateway automatically restarts this process.