diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-10 16:19:16 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-10 16:19:16 +0000 |
commit | 4f7a93c27e3d43b44c42d3fc503f03b9b42ca622 (patch) | |
tree | 48ce964da76a3c72d792cab33448dc91bc780920 /test/confs/5721 | |
parent | 4243a209fd9499f30bebd58ceaa2d0d9845407ae (diff) |
Allow a forced-fail for banner expansion to close connection without panic-log
Diffstat (limited to 'test/confs/5721')
-rw-r--r-- | test/confs/5721 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/confs/5721 b/test/confs/5721 index 84c7785d9..6839bd528 100644 --- a/test/confs/5721 +++ b/test/confs/5721 @@ -14,6 +14,7 @@ tls_advertise_hosts = * tls_certificate = DIR/aux-fixed/cert1 host_reject_connection = ${acl {hrc}} +smtp_banner = ${if != {$received_port}{PORT_D4} {my banner}fail} event_action = ${acl {tls_fail}} log_selector = +pid |