On Monday 26 April 2010 10:44:51 Jon Colás Gómez wrote:
> I configure bacula 2.4-4.1 and it works right...except that it doesn't send
> messages with the info about the backup jobs when they are done...I don´t
> understand what is wrong...anyone can help me???. this is my bacula-dir.conf
> file:
> 
> Messages {
> 
> Name = Standard
> 
> mailcommand = "/sbin/bsmtp -h localhost -f \"\(Bacula\) %r\" -s \"Bacula: %t
> %e of %c %l\" %r"
> 
> operatorcommand = "/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
> 
> append = "/var/log/bacula/bacula.log" = all, !skipped
> 
> }
> 
> Messages {
> 
> Name = Daemon
> 
> mailcommand = "sendEmail -s localhost -u "(Bacula) %r" -m "Bacula daemon
> message" %r" -t
> 
> mail = [email protected] = all, !skipped
> 
> console = all, !skipped, !saved
> 
> append = "/var/log/bacula/bacula.log" = all, !skipped
> 
> }
> 
> 
> thanks

Hello.

If you use the "Daemon" messages resource for sending messages then what 
command is 'sendEmail'?

If you use "Standard" then you should check your server's maillog - do you 
actually use the same (local) SMTP-server for sending e-mails from any other 
apps?

-- 
Silver

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to