blob: 9789808fbe7dd1e205d56228e787afdcfde3fb4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Exim test configuration 3000
.include DIR/aux-var/std_conf_prefix
primary_hostname = myhost.test.ex
qualify_domain = test.ex
# ----- Main settings -----
acl_smtp_rcpt = check_rcpt
perl_startup = do 'DIR/aux-fixed/TESTNUM.pl'
queue_only = true
# ----- ACLs -----
begin acl
check_rcpt:
accept condition = ${if !eq {${perl{foo_warn}}}{}}
# End
|