Testsuite: avoid using STARTTLS in a non-TLS testcase
[exim.git] / test / confs / 0180
... / ...
CommitLineData
1# Exim test configuration 0180
2
3# Require immense amount of disk space, expecting to fail. Can unfortunately work on big filesystems.
4CSS=check_spool_space=1024T
5
6.include DIR/aux-var/std_conf_prefix
7
8primary_hostname = myhost.test.ex
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