Logging: server pipelining offer but no uptake
[exim.git] / test / confs / 0077
... / ...
CommitLineData
1# Exim test configuration 0077
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9domainlist local_domains = test.ex : myhost.test.ex
10acl_smtp_rcpt = check_recipient
11
12
13# ------ ACL ------
14
15begin acl
16
17check_recipient:
18 deny hosts = ! @ : ! localhost
19 accept domains = +local_domains
20 deny message = relay not permitted
21
22
23# End