Project

General

Profile

Anomalie #7460

Le service exim devrait pouvoir etre activé en TLS

Added by Laurent Flori over 9 years ago. Updated over 9 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Start date:
Due date:
03/07/2014
% Done:

100%

Estimated time:
4.00 h
Spent time:
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)

exim4_tls.patch View (5.69 KB) Laurent Flori, 02/19/2014 10:50 AM

Associated revisions

Revision 6a78241f (diff)
Added by Björn Jacke over 13 years ago

libreplace: include sys/file.h only when available

thanks to Joachim Schmitz <>. This fixes #7460.

Revision a3a0e3c7 (diff)
Added by Laurent Flori over 9 years ago

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

#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

Also available in: Atom PDF