Merge branch 'multiqueue_336': Named queues
[exim.git] / test / confs / 0067
CommitLineData
afda344b
PH
1# Exim test configuration 0067
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15domainlist local_domains = test.ex : myhost.ex
16domainlist relay_domains = test.ex : myhost.ex
17
18acl_smtp_rcpt = check_recipient
19smtp_accept_max_nonmail = 1000
20
21# ----- ACL -----
22
23begin acl
24
25check_recipient:
26 accept hosts = :
27 accept recipients = postmaster@*
28 deny senders = !x@b.c : *@b.c :\
29 !^philip@a.b.c : ^(phil|quil)[^@]*@ :\
30 !yy@lsearch;DIR/aux-fixed/TESTNUM.rej.lsearch :\
31 lsearch*@;DIR/aux-fixed/TESTNUM.rej.lsearch :\
32 @@lsearch*;DIR/aux-fixed/TESTNUM.rej.bydomain : \
33 ! x@bb.cc : *@bb.cc :\
34 ! DIR/aux-fixed/TESTNUM.not1 : !DIR/aux-fixed/TESTNUM.not2 : \
35 bbb.ccc
36 deny senders = 1234@m.n.o : DIR/aux-fixed/TESTNUM.rejrec
37 accept domains = +local_domains
38 accept domains = +relay_domains
39 deny message = relay not permitted
40
41# End