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

# Require immense amount of disk space, expecting to fail.  Can unfortunately work on big filesystems.
CSS=check_spool_space=1024T

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

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

# End