Service manual

76 Cyclades ACS 5000 Advanced Console Server Command Reference Guide
The following is an example of how to send an email.
destination <ident> { pipe(‘/dev/cyc_alarm’ template(‘sendmail
<pars>’));};
where <ident> uniquely identifies the destination.
Table 5.7 shows the message mount parameters.
Table 5.6: Send Email Parameters
Email field Parameter
To address -t <name>[,<name>]
CC address [-c <name>[,<name>]]
Bcc address [-b <name>[,<name>]]
Reply-to address [-r <name>[,<name>]]
From address -f <name>
Subject -s \"<text>\"
Message -m \”<text message>\”
SMTP server -h <IP address or name>
Port used. default:25 [-p <port>]
Table 5.7: Message Mount Parameters
Parameter Description
$FULLDATE The complete date when the message was sent.
$FACILITY The facility of the message.
$PRIORITY or $LEVEL The priority of the message.
$PROGRAM The message was sent by this program (BUFFERING or SOCK).
$HOST The name of the source host.
$FULLHOST The name of the source host and the source driver
Format: <source>@<hostname>
$MSG or $MESSAGE The message received.