view doesn't need smtp loop; some cleanup

This commit is contained in:
Claude Brisson
2023-06-12 09:27:59 +02:00
parent 2ae8657b83
commit 231d90171b
2 changed files with 13 additions and 10 deletions

View File

@@ -72,12 +72,6 @@ class WebappManager : ServletContextListener, ServletContextAttributeListener, H
// fail to correctly implement SSL...
disableSSLCertificateChecks()
// start smtp loop
if (properties.containsKey("smtp.host")) {
registerService("smtp", SmtpLoop(properties))
startService("smtp")
}
} catch (ioe: IOException) {
logger.error("webapp initialization error", ioe)
}