Experimental: ESMTP LIMITS extension
[exim.git] / test / confs / 4710
1 # Exim test configuration 4710
2 #
3
4 exim_path = EXIM_PATH
5 keep_environment = USER
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12 tls_advertise_hosts =
13 .ifdef _HAVE_PIPE_CONNECT
14 pipelining_connect_advertise_hosts = :
15 .endif
16 .ifdef _HAVE_DMARC
17 dmarc_tld_file =
18 .endif
19
20 # ----- Main settings -----
21
22 .ifdef CONTROL
23 limits_advertise_hosts = :
24 .endif
25 .ifdef MAXNM
26 smtp_accept_max_per_connection = ${if eq {127.0.0.1}{$sender_host_address} {MAXNM}{44}}
27 .endif
28 .ifdef RCPT_MSG
29 recipients_max = RCPT_MSG
30 .endif
31
32 # ----- ACL -----
33
34 begin acl
35
36 # End