Hi All,

I have an annoying problem with Bareos 16.2.4 that I simply can't seem to
configure around. I've got a messages resource for daemons as follows;


Messages {
  Name = "daemon"
  mailcommand = "/usr/bin/bsmtp -h localhost -f \"Bareos <archive@blah>\"
-s \"Bareos daemon message\" %r"
  operatorcommand = "/usr/bin/bsmtp -h localhost -f \"Bareos <archive@blah>\"
-s \"Bareos: Intervention needed for %j\" %r"
  mail = bareos@localhost = all, !info, !skipped, !audit
  operator = bareos@localhost = mount
  mailonerror = bareos@localhost = all
  console = all, !skipped, !saved, !audit
  append = "/var/log/bareos/bareos.log" = all, !skipped, !audit
  append = "/var/log/bareos/bareos-audit.log" = audit
}

I'm getting the following messages via email;


Subject: Bareos daemon message

25-Feb 19:41 blah: Console [default] from [xxx.xxx.xxx.xxx] cmdline restore
where=/foo/bar client=foo restoreclient=bar restorejob=archive jobid=nnn
fileset=foobar pool=daily select all done yes


I cannot seem to disable those messages. Does anyone know what type of
message this is? Looking at the code, I believe it's an audit message, but
as you can see, i'm excluding it from the mail destination.

Thanks,
Grant

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to