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
OpenSSL: Fix tls_eccurve on earlier versions than 3.0.0. Bug 2954
[exim.git]
/
test
/
confs
/
3401
diff --git
a/test/confs/3401
b/test/confs/3401
index bfb9b37951981a3e277c6174c4f85dfb060029bd..401d5cfa5818702bdbe25fb76020c2d27aafe05f 100644
(file)
--- a/
test/confs/3401
+++ b/
test/confs/3401
@@
-1,15
+1,9
@@
# Exim test configuration 3401
# Exim test configuration 3401
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
log_selector = +smtp_mailauth
log_selector = +smtp_mailauth
+primary_hostname = myhost.test.ex
# ----- Main settings -----
# ----- Main settings -----
@@
-61,14
+55,16
@@
begin transports
smtp_try:
driver = smtp
smtp_try:
driver = smtp
- hosts_try_auth = *
port = PORT_S
port = PORT_S
+ hosts_try_fastopen = :
+ hosts_try_auth = *
authenticated_sender = ${if eq{$local_part}{forcesender}{force@x.y.z}fail}
smtp_force:
driver = smtp
authenticated_sender = ${if eq{$local_part}{forcesender}{force@x.y.z}fail}
smtp_force:
driver = smtp
- hosts_require_auth = *
port = PORT_S
port = PORT_S
+ hosts_try_fastopen = :
+ hosts_require_auth = *
# ----- Retry -----
# ----- Retry -----