git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
exiwhat: Ensure the SIGUSR1 signal handler is safe.
[exim.git]
/
test
/
confs
/
2011
diff --git
a/test/confs/2011
b/test/confs/2011
index f5f707eb1b225ecceb4589e49cf10e522aaaef0d..334ca894f36d6c028410449135cf12b47866c20a 100644
(file)
--- a/
test/confs/2011
+++ b/
test/confs/2011
@@
-1,6
+1,10
@@
# Exim test configuration 2011
SERVER =
# Exim test configuration 2011
SERVER =
+CREQCIP =
+CREQMAC =
+SREQCIP =
+SREQMAC =
exim_path = EXIM_PATH
host_lookup_order = bydns
exim_path = EXIM_PATH
host_lookup_order = bydns
@@
-28,6
+32,9
@@
tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
tls_verify_hosts = *
tls_verify_certificates = ${if eq {SERVER}{server}{DIR/aux-fixed/cert2}fail}
tls_verify_hosts = *
tls_verify_certificates = ${if eq {SERVER}{server}{DIR/aux-fixed/cert2}fail}
+SREQCIP
+SREQMAC
+
# ----- Routers -----
# ----- Routers -----
@@
-52,7
+59,7
@@
send_to_server:
port = PORT_D
tls_certificate = DIR/aux-fixed/cert2
tls_privatekey = DIR/aux-fixed/cert2
port = PORT_D
tls_certificate = DIR/aux-fixed/cert2
tls_privatekey = DIR/aux-fixed/cert2
- tls_require_ciphers = IDEA-CBC-MD5 \
- ${if eq{$host_address}{127.0.0.1}{:DES-CBC3-SHA:RSA_ARCFOUR_SHA}}
+ CREQCIP
+ CREQMAC
# End
# End