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