Skip to content
This repository has been archived by the owner. It is now read-only.

Can't disable STARTTLS #5

Open
UksusoFF opened this issue Apr 27, 2021 · 0 comments
Open

Can't disable STARTTLS #5

UksusoFF opened this issue Apr 27, 2021 · 0 comments

Comments

@UksusoFF
Copy link

UksusoFF commented Apr 27, 2021

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)

docker-compose:

  maildev:
    image: dominikserafin/maildev
    environment:
      MAILDEV_HIDE_EXTENSIONS: STARTTLS
    ports:
      - 1025:1025
      - 1080:1080
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant