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. / Scalable Platform Security Group.
-
Log in to the Expert mode.
-
Back up the configuration file:
-
On a Security Gateway / each Cluster
Two or more Security Gateways that work together in a redundant configuration - High Availability, or Load Sharing. Member:
cp -v $FWDIR/conf/usrchkd.conf{,_BKP}
-
On a Scalable Platform Security Group:
g_all 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..
-
On a Scalable Platform Security Group, copy the modified file to all Security Group Members:
asg_cp2blades $FWDIR/conf/usrchkd.conf
-
Kill the
userchkd
process to load the new configuration:-
On a Security Gateway / each Cluster Member:
killall userchkd
-
On a Scalable Platform Security Group:
g_all killall userchkd
The Security Gateway / Cluster Member / Security Group automatically restarts this process.
-