Anomalie #7460
Le service exim devrait pouvoir etre activé en TLS
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.4
Description
on devrait pouvoir activer le service exim en TLS
Il faut- une nouvelle variable dans la famille exim:
Activer le TLS pour exim (USE_TLS)
- Puis dans /usr/share/eole/creole/distrib/exim-vars.conf déclarer un bloc:
%if %%getVar('use_tls', 'non') != 'non' USE_TLS = true %end if
- Patcher le fichier /etc/exim4/exim4.conf
(patch joint)
Associated revisions
libreplace: include sys/file.h only when available
thanks to Joachim Schmitz <schmitz@hp.com>. This fixes #7460.
Support du TLS en réception sur les ports 25 et 465
Ajout de la variable expert exim_use_tls (à oui par défaut)
- dicos/26_mail.xml
- exim4.conf
- tmpl/exim-vars.conf
fixes: #7460 @20min
History
#1 Updated by Laurent Flori over 9 years ago
- Description updated (diff)
#2 Updated by Joël Cuissinat over 9 years ago
- Target version changed from 48 to Eole 2.4-RC3
- Estimated time set to 4.00 h
#3 Updated by Bruno Boiget over 9 years ago
patch testé sur un horus 2.4
#4 Updated by Laurent Flori over 9 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit a3a0e3c7d0223821e112ec67bfde695bd5c83de2.
#5 Updated by Joël Cuissinat over 9 years ago
- Due date set to 03/07/2014
- Status changed from Résolu to Fermé
- Assigned To set to Laurent Flori
NB : variable dispo uniquement sur Scribe (et éventuellement Seshat)
root@scribe:~# CreoleGet exim_use_tls oui root@scribe:~# grep -i tls /etc/exim4/eole.d/exim-vars.conf # ACTIVATE TLS # USE_TLS = true