diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-04-18 01:51:28 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-04-18 01:51:28 +0100 |
commit | a1108b5118d32e969c5fe91b2110944f7483a7cb (patch) | |
tree | 3540d45b5de8d0fa2fccac2c6b1903ff69f6a117 /test/confs/4712 | |
parent | 4022c6568fa89eb47e0d78f86f7b7cfbcfefcdc4 (diff) |
Experimental: ESMTP LIMITS extension
Diffstat (limited to 'test/confs/4712')
-rw-r--r-- | test/confs/4712 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/confs/4712 b/test/confs/4712 new file mode 100644 index 000000000..c48be50dc --- /dev/null +++ b/test/confs/4712 @@ -0,0 +1,28 @@ +# Exim test configuration 4712 + +.include DIR/aux-var/std_conf_prefix + + +# ----- Main settings ----- + +acl_smtp_rcpt = accept + +# ----- Routers ----- + +begin routers + +send_to_server: + driver = accept + transport = to_server + +# ----- Transports ----- + +begin transports + +to_server: + driver = smtp + allow_localhost + hosts = 127.0.0.1 + port = PORT_D + +# End |