You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
I'm trying to disable STARTTLS extension for solve this: maildev#274 (comment)
But container stops with:
/home/node/lib/mailserver.js:202
return extensions.reduce(function (options, extension) {
^
TypeError: extensions.reduce is not a function
at getHideExtensionOptions (/home/node/lib/mailserver.js:202:21)
at Object.mailServer.create (/home/node/lib/mailserver.js:167:32)
at new module.exports (/home/node/index.js:25:14)
at Object.<anonymous> (/home/node/bin/maildev:9:17)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
I'm trying to disable STARTTLS extension for solve this: maildev#274 (comment)
But container stops with:
docker-compose:
The text was updated successfully, but these errors were encountered: