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

exim_path = EXIM_PATH
host_lookup_order = bydns
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
gecos_name = CALLER_NAME

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

acl_smtp_rcpt = $local_part


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

begin acl

a1:
  deny hosts = 1.2.3.4 : <; 1.2.3.4::5.6.7.8

a2:
  deny hosts = 1.2.3/24

# End