update to pre-4.87 master
[exim.git] / test / confs / 3000
CommitLineData
afda344b
PH
1# Exim test configuration 3000
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
6qualify_domain = test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
bfe645c1 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15acl_smtp_rcpt = check_rcpt
16perl_startup = do 'DIR/aux-fixed/TESTNUM.pl'
17queue_only = true
18
19
20# ----- ACLs -----
21
22begin acl
23
24check_rcpt:
25 accept condition = ${if !eq {${perl{foo_warn}}}{}}
26
27
28# End