blob: dd47db6a319991c4536578a587c8bac0063a79ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Exim test configuration 0180
CSS=check_spool_space=100000000K
.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
|