Hi@all,

I have my setup bacula ready. I have test backup & restore. Now I would 
like an email notification. My message ressource:



Messages { 
#___________________________________________________verarbeitet die 
anfallenden Nachrichten/Meldungen
   Name = Standard 
#____________________________________________eindeutiger Name
   
#____________________________________________________________Mail-Kommando
   mailcommand = "/usr/lib/bacula/bsmtp -h localhost -f \"\(Bacula\) 
\<%r\>\" -s \"Bacula: %t %e of %c %l\" %r"
   
#____________________________________________________________Operator-Eingriff
   operatorcommand = "/usr/lib/bacula/bsmtp -h localhost -f \"\(Bacula\) 
\<%r\>\" -s \"Bacula: Intervention needed for %j\" %r"
   mail = root@localhost = all, !skipped #______________________welche 
Medlungen sollen per Mail versendet werden
   operator = root@localhost = mount
   console = all, !skipped, !saved #____________________________welche 
Meldungen sollen an der Konsole ausgegeben werden
   append = "/var/lib/bacula/log" = all, !skipped #_____________welche 
Meldungen sollen an das Logfile angehängt werden
   catalog = all #______________________________________________welche 
Meldungen sollen in den Katalog gespeichert werden
}


Messages { 
#___________________________________________________verarbeitet die 
anfallenden Nachrichten/Meldungen
   Name = Daemon
   mailcommand = "/usr/lib/bacula/bsmtp -h localhost -f \"\(Bacula\) 
\<%r\>\" -s \"Bacula daemon message\" %r"
   mail = root@localhost = all, !skipped
   console = all, !skipped, !saved
   append = "/var/lib/bacula/log" = all, !skipped
}




What I need to change so that notification-mails send to an external 
mail server (relay)?

-- 
Viele Grüsse

Sven Gehr

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to