Utilites: fix exim_lock
[exim.git] / test / confs / 0505
CommitLineData
afda344b
PH
1# Exim test configuration 0505
2
3ACL=
4CONTROL=
5RECIPIENT=acl_smtp_rcpt=accept
6
7exim_path = EXIM_PATH
bc3c7bb7 8keep_environment =
afda344b
PH
9host_lookup_order = bydns
10primary_hostname = myhost.test.ex
afda344b
PH
11spool_directory = DIR/spool
12log_file_path = DIR/spool/log/%slog
13gecos_pattern = ""
14gecos_name = CALLER_NAME
23f3dc67 15tls_advertise_hosts =
afda344b
PH
16
17# ----- Main settings -----
18
19acl_ACL = test_acl
20RECIPIENT
21
22queue_only
23
24# ----- ACLs -----
25
26begin acl
27
28test_acl:
29 accept control = CONTROL
30
31# End