\index[dir]{Messages}
Start of the Messages records.
+\label{:Messages:Name}
\item [Name = \lt{}name\gt{}]
\index[dir]{Name}
The name of the Messages resource. The name you specify here will be used to
tie this Messages resource to a Job and/or to the daemon.
+\label{:Messages:MailCommand}
\label{mailcommand}
\item [MailCommand = \lt{}command\gt{}]
\index[dir]{MailCommand}
addressing form that you use. Certain programs such as Exim can be very
selective as to what forms are permitted particularly in the from part.
+\label{:Messages:OperatorCommand}
\item [OperatorCommand = \lt{}command\gt{}]
\index[fd]{OperatorCommand}
This resource specification is similar to the {\bf MailCommand} except that
The {\bf OperatorCommand} directive must appear in the {\bf Messages}
resource before the {\bf Operator} directive.
+\label{:Messages:End}
\item [\lt{}destination\gt{} = \lt{}message-type1\gt{},
\lt{}message-type2\gt{}, ...]
\index[fd]{\lt{}destination\gt{}}
\begin{description}
+\label{:Messages:Director}
\item [director]
\index[dir]{director}
\index[general]{director}
field. Note, in the current implementation, the Director Name is ignored, and
the message is sent to the Director that started the Job.
+\label{:Messages:File}
\item [file]
\index[dir]{file}
\index[general]{file}
Send the message to the filename given in the {\bf address} field. If the
file already exists, it will be overwritten.
+\label{:Messages:Append}
\item [append]
\index[dir]{append}
\index[general]{append}
file already exists, it will be appended to. If the file does not exist, it
will be created.
+\label{:Messages:Syslog}
\item [syslog]
\index[general]{syslog}
Send the message to the system log (syslog) using the facility specified in
check the {\bf syslog} for Bacula output (normally {\bf
/var/log/syslog}).
+\label{:Messages:Mail}
\item [mail]
\index[general]{mail}
Send the message to the email addresses that are given as a comma
file this email based on the Job termination code (see {\bf
mailcommand}).
+\label{:Messages:MailOnError}
\item [mail on error]
\index[general]{mail on error}
Send the message to the email addresses that are given as a comma
other destinations such as {\bf append} you can ensure that even if the
Job terminates normally, the output information is saved.
+\label{:Messages:MailOnSuccess}
\item [mail on success]
\index[general]{mail on success}
Send the message to the email addresses that are given as a comma
totally discarded (for this destination). If the Job terminates
normally, it is emailed.
+\label{:Messages:Operator}
\item [operator]
\index[general]{operator}
Send the message to the email addresses that are specified as a comma
is one email per message. This is most useful for {\bf mount} messages
(see below).
+\label{:Messages:Console}
\item [console]
\index[general]{console}
Send the message to the Bacula console.
-\item [stdout]
- \index[general]{stdout}
- Send the message to the standard output (normally not used).
-
-\item [stderr]
- \index[general]{stderr}
- Send the message to the standard error output (normally not used).
-
+\label{:Messages:Catalog}
\item [catalog]
\index[general]{catalog}
Send the message to the Catalog database. The message will be
with a Job when the Job records are pruned. Otherwise, Bacula
never uses these records internally, so this destination is only
used for special purpose programs (e.g. {\bf bweb}).
+\label{:Messages:End}
+
+\item [stdout]
+ \index[general]{stdout}
+ Send the message to the standard output (normally not used).
+
+\item [stderr]
+ \index[general]{stderr}
+ Send the message to the standard error output (normally not used).
+
\end{description}