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
Hintsdb transactions
[exim.git]
/
test
/
confs
/
0230
diff --git
a/test/confs/0230
b/test/confs/0230
index df25468ed4ad4549d05f28512945df84e094087d..41bfa869759e694d4c697bb82b84a46776a9de8e 100644
(file)
--- a/
test/confs/0230
+++ b/
test/confs/0230
@@
-2,13
+2,9
@@
SERVER=
SERVER=
-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
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
# ----- Main settings -----
# ----- Main settings -----
@@
-17,7
+13,7
@@
acl_smtp_rcpt = check_recipient
log_selector = \
+incoming_port \
+incoming_interface \
log_selector = \
+incoming_port \
+incoming_interface \
- +smtp_connection
+ +smtp_connection
+connection_id
queue_only
queue_run_in_order
queue_only
queue_run_in_order
@@
-36,6
+32,14
@@
check_recipient:
begin routers
begin routers
+.ifdef OPT
+to_server:
+ driver = manualroute
+ transport = remote
+ route_list = * 127.0.0.1
+ self = send
+.endif
+
fail_remote_domains:
driver = redirect
domains = ! +local_domains
fail_remote_domains:
driver = redirect
domains = ! +local_domains
@@
-54,9
+58,14
@@
begin transports
local_delivery:
driver = appendfile
file = DIR/test-mail/$local_part
local_delivery:
driver = appendfile
file = DIR/test-mail/$local_part
+ create_file = DIR/test-mail
headers_add = Port: $sender_host_port
user = CALLER
headers_add = Port: $sender_host_port
user = CALLER
+remote:
+ driver = smtp
+ port = PORT_D
+ hosts_try_fastopen = :
# ----- Retry -----
# ----- Retry -----