summaryrefslogtreecommitdiff
path: root/test/confs/0549
blob: f3da5f486b83836cfa014b30a191560162ed204b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Exim test configuration 0549

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

# ----- Main settings -----

acl_smtp_connect = check_connect


# ----- ACL -----

begin ACL

check_connect:
  accept   hosts   = 127.0.0.1
           control = no_pipelining
  accept

# End