mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-31 22:35:40 +00:00
chore: Disable smtputf8
support in config directly (#3750)
* chore: Disable `smtputf8` support in config This was always configured disabled at runtime, better to just set explicitly in `main.cf` unless config diverges when Dovecot is enabled to opt-out of this feature.
This commit is contained in:
@@ -277,6 +277,10 @@ function _successful() {
|
||||
--protocol ESMTP \
|
||||
--server mail.example.test \
|
||||
--quit-after FIRST-EHLO
|
||||
|
||||
# Ensure the output is actually related to what we want to refute against:
|
||||
assert_output --partial 'EHLO mail.external.tld'
|
||||
assert_output --partial '221 2.0.0 Bye'
|
||||
refute_output --partial 'SMTPUTF8'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user