summaryrefslogtreecommitdiff
path: root/test/confs/4710
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-04-18 01:51:28 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-04-18 01:51:28 +0100
commita1108b5118d32e969c5fe91b2110944f7483a7cb (patch)
tree3540d45b5de8d0fa2fccac2c6b1903ff69f6a117 /test/confs/4710
parent4022c6568fa89eb47e0d78f86f7b7cfbcfefcdc4 (diff)
Experimental: ESMTP LIMITS extension
Diffstat (limited to 'test/confs/4710')
-rw-r--r--test/confs/471036
1 files changed, 36 insertions, 0 deletions
diff --git a/test/confs/4710 b/test/confs/4710
new file mode 100644
index 000000000..017fb56eb
--- /dev/null
+++ b/test/confs/4710
@@ -0,0 +1,36 @@
+# Exim test configuration 4710
+#
+
+exim_path = EXIM_PATH
+keep_environment = USER
+host_lookup_order = bydns
+primary_hostname = myhost.test.ex
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+tls_advertise_hosts =
+.ifdef _HAVE_PIPE_CONNECT
+pipelining_connect_advertise_hosts = :
+.endif
+.ifdef _HAVE_DMARC
+dmarc_tld_file =
+.endif
+
+# ----- Main settings -----
+
+.ifdef CONTROL
+limits_advertise_hosts = :
+.endif
+.ifdef MAXNM
+smtp_accept_max_per_connection = ${if eq {127.0.0.1}{$sender_host_address} {MAXNM}{44}}
+.endif
+.ifdef RCPT_MSG
+recipients_max = RCPT_MSG
+.endif
+
+# ----- ACL -----
+
+begin acl
+
+# End