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/0901 | |
parent | 4022c6568fa89eb47e0d78f86f7b7cfbcfefcdc4 (diff) |
Experimental: ESMTP LIMITS extension
Diffstat (limited to 'test/confs/0901')
-rw-r--r-- | test/confs/0901 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/0901 b/test/confs/0901 index a1f391613..361a9bf6c 100644 --- a/test/confs/0901 +++ b/test/confs/0901 @@ -17,6 +17,9 @@ tls_advertise_hosts = ${if eq {SRV}{tls} {*}} .ifdef _HAVE_DMARC dmarc_tld_file = .endif +.ifdef _OPT_MAIN_LIMITS_ADVERTISE_HOSTS +limits_advertise_hosts = !* +.endif pipelining_advertise_hosts = : |