bacula: Show job status in completion mail subject.
This commit is contained in:
parent
8312f7be04
commit
19f7e79b3f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Director {
|
||||||
|
|
||||||
Messages {
|
Messages {
|
||||||
Name = "Standard"
|
Name = "Standard"
|
||||||
MailCommand = "bsmtp -h <%= @mail_server %> -s \"Bacula Message\" %r"
|
MailCommand = "bsmtp -h <%= @mail_server %> -s \"Bacula: %c %l (%e)\" %r"
|
||||||
OperatorCommand = "bsmtp -h <%= @mail_server %> -s \"Bacula Operator Message\" %r"
|
OperatorCommand = "bsmtp -h <%= @mail_server %> -s \"Bacula Operator Message\" %r"
|
||||||
mail = root = all, !skipped
|
mail = root = all, !skipped
|
||||||
operator = root = mount
|
operator = root = mount
|
||||||
|
|
Loading…
Add table
Reference in a new issue