summaryrefslogtreecommitdiff
path: root/test/confs/0181
blob: f00a9b28a506d191ad2ede38af65c434b503b442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Exim test configuration 0181

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

acl_smtp_rcpt = accept
message_size_limit = ${if eq {$sender_host_address}{}{100}\
                     {    \
                     ${if eq {$sender_host_address}{1.2.3.4}{500}{600}}\
                     }}

# End