Projet

Général

Profil

exim-vars.conf.patch

Daniel Dehennin, 22/07/2015 13:48

Télécharger (666 octets)

Voir les différences:

tmpl/exim-vars.conf
18 18
SMARTHOST = True
19 19
%end if
20 20

  
21
%if %%getVar('exim_relay_manual_routes', 'non') == 'oui'
22
# Enable manual routes through EAD
23
MANUAL_ROUTES = True
24
%end if
25

  
26 21
###################
27 22
# Global settings #
28 23
###################
......
80 75
%%container_names_list.insert(0, 'LOCAL_DOMAINS')
81 76
LOCAL_DOMAINS == %%custom_join(%%container_names_list, ' : ')
82 77

  
78
%if %%exim_relay_manual_routes == 'oui'
83 79
# Routes manuelles EAD
84 80
MANUAL_ROUTES = /etc/mail/routes
81
%end if
85 82

  
86 83
# Liste de relais
87 84
RELAY_HOSTS = /etc/mail/relayhosts