Tâche #22582
Scénario #22527: Traitement express MEN (02-04)
Si system_mail_from est à None, les rapports de sauvegarde sont envoyés avec l'expéditeur " copy=no" (constaté sur EOLE 2.5)
Remaining (hours):
0.0
Description
Le problème vient du template /usr/share/eole/creole/distrib/bareos-dir.conf
%if %%system_mail_from != '' %set adresse_expediteur=%%system_mail_from %else %set adresse_expediteur="bareos-" + %%nom_machine + "@" + %%nom_domaine_local %end if
On devrait faire un :
%if not %%is_empty(%%system_mail_from)
Associated revisions
Correction du calcul de l'expéditeur pour les messages Bareos
Ref: #22582
History
#1 Updated by Joël Cuissinat about 5 years ago
- Description updated (diff)
#2 Updated by Joël Cuissinat about 5 years ago
- Estimated time set to 2.50 h
- Parent task set to #22527
Bien que cela concerne un template, ce serait bien que ce soit à minima corriger en 2.6.2 => négocier les versions concernées par le backport/l'errata ;)
#3 Updated by Joël Cuissinat about 5 years ago
- Status changed from Nouveau to En cours
- Assigned To set to Joël Cuissinat
- Remaining (hours) set to 2.5
#4 Updated by Joël Cuissinat about 5 years ago
- File bareos-dir.conf.patch View added
Modification intégrée dans la version 2.6.2.
ERRATA¶
Patch disponible pour les versions antérieures supportées :#5 Updated by Joël Cuissinat about 5 years ago
- % Done changed from 0 to 100
- Remaining (hours) changed from 2.5 to 0.5
#6 Updated by Scrum Master about 5 years ago
- Project changed from eole-bareos to Distribution EOLE
- Status changed from En cours to Résolu
#7 Updated by Laurent Flori about 5 years ago
- Status changed from Résolu to Fermé
- Remaining (hours) changed from 0.5 to 0.0