Installation guide
78
the default value, the empty string, posting Internet
e-mail is disabled.
smtp_debug Set to true for debugging purposes. When enabled, smtp
interaction between Amanda Portal and the SMTP server is logged
to c:\amanda\smtp.log.
Selecting Email Notification Templates
Amanda Portal comes with a number of different notification templates which can be
selected and sent out via SMTP. These templates include:
email_alert This notify sends out an email describing that there is new voice
messages. The actual voicemail is not attached with the email. The body
of the message contains a web link back to the server. The first element of
the notify_args parameter is the email address to act as the recipient of the
email message, which normally comes from the variable field of the
notify. Note that the configuration parameter smtp_server needs to be
specified before using this template.
email_au This notify sends out an email describing a new voicemail message on the
server. The actual voicemail message is in audio basic format. Or, if a
fax, then a TIFF format. These components are listed separately as MIME
attachments to the email message. The first element of the notify_args
parameter is the email address to act as the recipient of the email message,
which normally comes from the variable field of the notify. The second
element of the notify_args specifies the id of the new voicemail message
to send out. Note that the configuration parameters smtp_server need to
be specified first.
email_direct This notify sends out an email describing a new voicemail message on the
server. This is different from email_wave in that the smtp host is specified
in the variable argument field to go directly to a specified SMTP server
rather than what is specified in the smtp_server configuration parameter.
This is useful if want to go directly to another Portal server.
email_g721 This notify sends out an email describing a new voicemail message on the
server. The actual voicemail message is in G.721 format. Or, if a fax,
then a TIFF format. These components are listed separately as MIME
attachments to the email message. The first element of the notify_args
parameter is the email address to act as the recipient of the email message,
which normally comes from the variable field of the notify. The second
element of the notify_args specifies the id of the new voicemail message
to send out. Note that the configuration parameters smtp_server need to be
specified first.