summaryrefslogtreecommitdiff
path: root/test/confs/2011
blob: eac8ccd4a5fc484e63ae4a726f54b905e8446591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Exim test configuration 2011

SERVER=

keep_environment = PATH:EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK
add_environment = SSLKEYLOGFILE=DIR/spool/sslkeys
exim_path = EXIM_PATH
host_lookup_order = bydns
spool_directory = DIR/spool

.ifdef SERVER
log_file_path = DIR/spool/log/SERVER%slog
.else
log_file_path = DIR/spool/log/%slog
.endif

gecos_pattern = ""
gecos_name = CALLER_NAME
dns_cname_loops = 9
chunking_advertise_hosts = *

.ifdef _HAVE_PIPE_CONNECT
pipelining_connect_advertise_hosts = :
.endif
.ifdef _HAVE_DMARC
dmarc_tld_file =
.endif
.ifdef _EXP_LIMITS
limits_advertise_hosts = !*
.endif

primary_hostname = test.ex

# ----- Main settings -----

acl_smtp_rcpt = check_rcpt

log_selector = +received_recipients +dkim_verbose
queue_only
queue_run_in_order

# ----- ACL -----
begin acl

check_rcpt:
  defer	hosts = HOSTIPV4
  accept

# ----- Routers -----

begin routers

d0:
  driver =	manualroute
  route_list =	*	"HOSTIPV4::PORT_D : 127.0.0.1::PORT_D"
  self =	send
  transport =	gsmtp

# ----- Transports -----

begin transports

gsmtp:
  driver =			smtp
  allow_localhost
  tls_verify_certificates =	system
  hosts_require_tls =		*

begin retry
* * F,5d,10s

# End