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
/
0023
diff --git
a/test/confs/0023
b/test/confs/0023
index 62e444a5d6104ab845d4a817718daadf0bc5d273..584e8c07d02aaaf8dba3db9080d4e65351f02b49 100644
(file)
--- a/
test/confs/0023
+++ b/
test/confs/0023
@@
-2,17
+2,14
@@
LOG_SELECTOR=
LOG_SELECTOR=
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
primary_hostname = myhost.test.ex
primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
# ----- Main settings -----
# ----- Main settings -----
+disable_ipv6 = true
+
addresslist ok_senders = ok@ok.ok
domainlist local_domains = test.ex : *.test.ex
addresslist ok_senders = ok@ok.ok
domainlist local_domains = test.ex : *.test.ex
@@
-51,6
+48,7
@@
acl_1_2_3:
deny message = domain explicitly denied
log_message = DOMAIN EXPLICITLY DENIED
deny message = domain explicitly denied
log_message = DOMAIN EXPLICITLY DENIED
+ continue = this value is not used
domains = deny.test.ex
accept domains = +local_domains
domains = deny.test.ex
accept domains = +local_domains
@@
-98,6
+96,10
@@
acl_9_9_9:
acl_V4NET_0_0:
require verify = reverse_host_lookup
accept
acl_V4NET_0_0:
require verify = reverse_host_lookup
accept
+acl_V4NET_99_99:
+ accept local_parts = defer_ok
+ verify = reverse_host_lookup/defer_ok
+ accept verify = reverse_host_lookup
acl_V4NET_11_12:
deny message = host in DNS list $dnslist_domain: $dnslist_text
acl_V4NET_11_12:
deny message = host in DNS list $dnslist_domain: $dnslist_text
@@
-155,6
+157,7
@@
acl_29_29_29:
acl_30_30_30:
deny message = domain=$dnslist_domain\n\
value=$dnslist_value\n\
acl_30_30_30:
deny message = domain=$dnslist_domain\n\
value=$dnslist_value\n\
+ matched=$dnslist_matched\n\
text="$dnslist_text"
dnslists = test.ex=V4NET.0.0.1,127.0.0.2/$sender_address_domain
accept
text="$dnslist_text"
dnslists = test.ex=V4NET.0.0.1,127.0.0.2/$sender_address_domain
accept
@@
-203,7
+206,7
@@
acl_56_56_56:
accept
acl_56_56_57:
accept
acl_56_56_57:
- accept message =
deni
ed by condition
+ accept message =
accept
ed by condition
condition = ${substr_5:$local_part}
acl_56_56_58:
condition = ${substr_5:$local_part}
acl_56_56_58:
@@
-219,6
+222,9
@@
acl_56_56_59:
Original was >$acl_verify_message<
verify = recipient
Original was >$acl_verify_message<
verify = recipient
+acl_60_60_60:
+ accept !acl = DIR/aux-fixed/0023.acl2
+
# ----- Transports -----
# ----- Transports -----
@@
-227,6
+233,7
@@
begin transports
t1:
driver = appendfile
file = DIR/test-mail/$local_part
t1:
driver = appendfile
file = DIR/test-mail/$local_part
+ create_file = DIR/test-mail
user = CALLER
t2:
user = CALLER
t2: