Menus and Keyword Monitoring Filters
3-23
The Global Notification File
The global notification file contains the information required to email a notification, such as the name of the
SMTP server and the addresses to put in the From and ReplyTo fields
The notification.xml file defines the following global parameters:
The sample global notification file provided with the PortServer CM defines smtp.mail.yahoo.com as the
mail server, and sets cm32.abc.com as the sender (the From field of the email message). No
<emailReplyTo> field is provided, so replies will be sent by default to cm32.abc.com.
<?xml version="1.0"?>
<root xmlns="cm.digi.com">
<filter>
<global>
<version>
<major>1</major>
<minor>0</minor>
</version>
<emailFrom>cm32@abc.com</emailFrom>
<smtpServer>smtp.mail.yahoo.com</smtpServer>
</global>
</filter>
</root>
<emailFrom>
the from address that will appear in the email's SMTP header
<emailReplyTo>
where to reply to the email, not always identical to the emailFrom
address
<smtpServer>
the SMTP server that will handle email notifications