Use common routine for building tagstring for dns-fail cache
[exim.git] / test / confs / 0180
CommitLineData
afda344b
PH
1# Exim test configuration 0180
2
692b0b1a 3# Require immense amount of disk space, expecting to fail. Can unfortunately work on big filesystems.
dcb72db9 4CSS=check_spool_space=400G
afda344b 5
d4dc049f
JH
6.include DIR/aux-var/std_conf_prefix
7
afda344b 8primary_hostname = myhost.test.ex
afda344b
PH
9
10# ----- Main settings -----
11
12CSS
13message_size_limit = ${if eq {$sender_host_address}{}{100}\
14 { \
15 ${if eq {$sender_host_address}{1.2.3.4}{500}{600}}\
16 }}
17
18# End