git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Get TLS SNI server-switching working with GnuTLS.
[users/heiko/exim.git]
/
test
/
confs
/
5204
diff --git
a/test/confs/5204
b/test/confs/5204
index a134270a64a3d2ff92ae2402242352b02d3f7247..5846f5b11e6f9e22f31fd8d3119022dd7930022e 100644
(file)
--- a/
test/confs/5204
+++ b/
test/confs/5204
@@
-1,5
+1,7
@@
# Exim test configuration 5204
# Exim test configuration 5204
+COMMAND_USER=EXIMUSER
+
exim_path = EXIM_PATH
host_lookup_order = bydns
primary_hostname = myhost.test.ex
exim_path = EXIM_PATH
host_lookup_order = bydns
primary_hostname = myhost.test.ex
@@
-11,6
+13,7
@@
gecos_name = CALLER_NAME
# ----- Main settings -----
# ----- Main settings -----
+acl_smtp_rcpt = accept verify = recipient
domainlist local_domains = test.ex
# ----- Routers -----
domainlist local_domains = test.ex
# ----- Routers -----
@@
-27,7
+30,7
@@
q:
caseful_local_part
command = /bin/echo \
"${if match{$local_part}{^\"([^\"]*)\"(.*)\\$}{$1$2}{$local_part}}"
caseful_local_part
command = /bin/echo \
"${if match{$local_part}{^\"([^\"]*)\"(.*)\\$}{$1$2}{$local_part}}"
- command_user =
EXIM
USER
+ command_user =
COMMAND_
USER
domains = ! +local_domains
no_more
transport = smtp
domains = ! +local_domains
no_more
transport = smtp