Compare commits

..

4 Commits

2 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
################################ ################################
# Makefile pour eole-prometheus # Makefile pour XXX-XXX
################################ ################################
SOURCE=eole-prometheus SOURCE=eole-prometheus
VERSION=0.0.1 VERSION=0.1
EOLE_VERSION=2.7 EOLE_VERSION=2.7
EOLE_RELEASE=2.7.0 EOLE_RELEASE=2.7.0
PKGAPPS=non PKGAPPS=non

View File

@ -4,11 +4,11 @@ global:
%if %%tls_smtp == "non" %if %%tls_smtp == "non"
smtp_smarthost: '%%exim_relay_smtp:25' smtp_smarthost: '%%exim_relay_smtp:25'
%elif %%tls_smtp == "port 25" %elif %%tls_smtp == "port 25"
smtp_smarthost: '%%exim_relay_smtp:25' smtp_smarthost: '%%exim_relay_smtp:25'
smtp_require_tls: true smtp_require_tls: true
%else %else
smtp_smarthost: '%%exim_relay_smtp:465' smtp_smarthost: '%%exim_relay_smtp:465'
smtp_require_tls: true smtp_require_tls: true
%end if %end if
smtp_from: '%%system_mail_from' smtp_from: '%%system_mail_from'
%else %else