Log deferred deliveries for transport max_parallel
[exim.git] / test / confs / 3406
CommitLineData
afda344b
PH
1# Exim test configuration 3406
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13acl_smtp_rcpt = accept
14trusted_users = CALLER
15
16
17# ----- Authentication -----
18
19begin authenticators
20
21a1:
22 driver = plaintext
23 public_name = FIRST
24 server_advertise_condition = \
25 ${if eq{$sender_host_address}{10.0.0.2}{yes}{no}}
26 server_condition = yes
27
28a2:
29 driver = plaintext
30 public_name = SECOND
31 server_advertise_condition = \
32 ${if eq{$sender_host_address}{10.0.0.3}{yes}{no}}
33 server_condition = yes
34
35# End