Registry testing - part 5

This commit is contained in:
mdecimus
2026-03-15 18:01:12 +01:00
parent 4b5688fd57
commit e0105bc43b
46 changed files with 1764 additions and 710 deletions

View File

@@ -103,7 +103,7 @@ impl TestServerBuilder {
(NetworkListenerProtocol::Imap, "imaptls", 9992, true),
(NetworkListenerProtocol::ManageSieve, "sieve", 4190, true),
(NetworkListenerProtocol::Pop3, "pop3", 4110, true),
(NetworkListenerProtocol::Lmtp, "lmtp-debug", 11201, false),
(NetworkListenerProtocol::Lmtp, "lmtp-debug", 11200, false),
] {
this = this.with_listener(protocol, name, port, use_tls).await;
}