Compare commits
4 Commits
pkg/dev/eo
...
dist/eole/
Author | SHA1 | Date | |
---|---|---|---|
638ef1da94 | |||
a1f14c7db7 | |||
81a1679f43 | |||
0359dafc7c |
4
Makefile
4
Makefile
@ -1,9 +1,9 @@
|
||||
################################
|
||||
# Makefile pour eole-prometheus
|
||||
# Makefile pour XXX-XXX
|
||||
################################
|
||||
|
||||
SOURCE=eole-prometheus
|
||||
VERSION=0.0.1
|
||||
VERSION=0.1
|
||||
EOLE_VERSION=2.7
|
||||
EOLE_RELEASE=2.7.0
|
||||
PKGAPPS=non
|
||||
|
@ -4,11 +4,11 @@ global:
|
||||
%if %%tls_smtp == "non"
|
||||
smtp_smarthost: '%%exim_relay_smtp:25'
|
||||
%elif %%tls_smtp == "port 25"
|
||||
smtp_smarthost: '%%exim_relay_smtp:25'
|
||||
smtp_require_tls: true
|
||||
%else
|
||||
smtp_smarthost: '%%exim_relay_smtp:465'
|
||||
smtp_require_tls: true
|
||||
smtp_smarthost: '%%exim_relay_smtp:25'
|
||||
smtp_require_tls: true
|
||||
%else
|
||||
smtp_smarthost: '%%exim_relay_smtp:465'
|
||||
smtp_require_tls: true
|
||||
%end if
|
||||
smtp_from: '%%system_mail_from'
|
||||
%else
|
||||
|
Reference in New Issue
Block a user