Projet

Général

Profil

baculamail.conf.patch

Emmanuel GARETTE (2), 09/10/2011 15:30

Télécharger (846 octets)

Voir les différences:

modif/baculamail.conf 2011-10-09 11:59:11.000000000 +0200
6 6
%set adresse_expediteur="bacula-" + %%nom_machine + "@" + %%nom_domaine_local
7 7
%end if
8 8

  
9
mailcommand = "/usr/sbin/bsmtp -8 -h 127.0.0.1 -f %%adresse_expediteur -s \"%%numero_etab sauvegarde %%nom_machine.%%nom_domaine_local : %e\" %r"
9
mailcommand = "/usr/bin/mail -r %%adresse_expediteur -s \"%%numero_etab sauvegarde %%nom_machine.%%nom_domaine_local : %e\" %r"
10
operatorcommand = "/usr/bin/mail -r %%adresse_expediteur -s \"%%numero_etab sauvegarde %%nom_machine.%%nom_domaine_local : %e\" %r"
10 11
%if %%is_defined('mail_error') and %%mail_error != ''
11 12
MailOnError = %%mail_error = all
13
operator = %%mail_error = mount
12 14
%end if
13 15
%if %%is_defined('mail_ok') and %%mail_ok != ''
14 16
Mail = %%mail_ok = all