Hello,
    I'm having an issue with bacula 1.37.37, i'm getting a malformed reply
error 501 from message.c and my run before job is giving me a permission
denied message when it is run. If i manually run that script it works fine.
Below is my information, any help appreciated.
Thanks.
Dave.

# messages #############################################################
# Reasonable message delivery -- send most everything to email address
#  and to the console
Messages {
  Name = Standard
#
# NOTE! If you send to two email or more email addresses, you will need
#  to replace the %r in the from field (-f part) with a single valid
#  email address in both the mailcommand and the operatorcommand.
#
  mailcommand = "/usr/local/bacula-1.37.37/sbin/bsmtp -h localhost -f
\"\(Bacula\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
  operatorcommand = "/usr/local/bacula-1.37.37/sbin/bsmtp -h localhost -f
\"\(Bacula\) %r\" -s \"Bacula: Intervention needed for %j\" %r"
  mail = [EMAIL PROTECTED] = all, !skipped
  operator = [EMAIL PROTECTED] = mount
  console = all, !skipped, !saved
#
# WARNING! the following will create a file that you must cycle from
#          time to time as it will grow indefinitely. However, it will
#          also keep all your messages if they scroll off the console.
#
  append = "/usr/local/bacula-1.37.37/var/bacula/log" = all, !skipped
}

#
# Message delivery for daemon messages (no job).
Messages {
  Name = Daemon
  mailcommand = "/usr/local/bacula-1.37.37/sbin/bsmtp -h localhost -f
\"\(Bacula\) %r\" -s \"Bacula daemon message\" %r"
  mail = [EMAIL PROTECTED] = all, !skipped
  console = all, !skipped, !saved
  append = "/usr/local/bacula-1.37.37/var/bacula/log" = all, !skipped
}
31-Aug 05:18 zeus-dir: BackupCatalog.2005-08-31_03.30.00 Fatal error:
RunBeforeJob error: ERR=Permission denied
31-Aug 05:18 zeus-dir: message.c:454 Mail prog: bsmtp: bsmtp.c:85 Fatal
malformed reply from localhost: 501 Bad address syntax
31-Aug 05:18 zeus-dir: BackupCatalog.2005-08-31_03.30.00 Error:
message.c:465 Mail program terminated in error.
CMD=/usr/local/bacula-1.37.37/sbin/bsmtp -h localhost -f "(Bacula)
[EMAIL PROTECTED]" -s "Bacula: Backup Fatal Error of zeus-fd Full"
[EMAIL PROTECTED]
ERR=Child exited with code 1



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to