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
Hurd: errno really uses more than a short-sized value. Bug 2476
[exim.git]
/
test
/
confs
/
0041
diff --git
a/test/confs/0041
b/test/confs/0041
index fa488e5bbc3f81418c4a6e72d52ce2469f4d54e0..f7fa61ed845d8dffcec61cdab05572cd7f6dd302 100644
(file)
--- a/
test/confs/0041
+++ b/
test/confs/0041
@@
-1,26
+1,30
@@
# Exim test configuration 0041
# Exim test configuration 0041
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
# ----- Main settings -----
domainlist local_domains = test.ex
# ----- Main settings -----
domainlist local_domains = test.ex
+acl_smtp_vrfy = check_vrfy
acl_smtp_expn = check_expn
qualify_domain = test.ex
no_write_rejectlog
acl_smtp_expn = check_expn
qualify_domain = test.ex
no_write_rejectlog
+recipient_unqualified_hosts = 3.3.3.3
# ----- ACLs -----
begin acl
# ----- ACLs -----
begin acl
+check_vrfy:
+ deny local_parts = hardfail
+ message = 599 custom reject
+ accept local_parts = acceptable
+ accept local_parts = ok_with_dom
+ domains = test.ex
+
check_expn:
accept hosts = 2.2.2.2
check_expn:
accept hosts = 2.2.2.2
@@
-36,7
+40,7
@@
system_aliases:
localuser:
driver = accept
localuser:
driver = accept
- local_parts = userx
+ local_parts = userx
: ok_with_dom : acceptable
transport = local_delivery
transport = local_delivery