Coder Social home page Coder Social logo

Comments (3)

jeboehm avatar jeboehm commented on July 25, 2024

Hey @Harti
I'm working on implementing the submission port 587. But to not introduce a breaking change, I need a configuration toggle for activating this. This needs some time.

A working filter service is required for all smtp actions. So I think this has to do with #49. I'm sure that you can send mails when you have solved that issue.

from docker-mailserver.

agittins avatar agittins commented on July 25, 2024

I also ran into this - port 587 is pretty common, especially since a lot of ISPs will block egress on port25 for clients.

I changed my dockerfile override to include:

  mta:
    ports:
      - "0.0.0.0:25:25"
      - "0.0.0.0:587:25"

and it seems to be working OK on both ports, I can't think of a downside but I'd welcome another perspective...

from docker-mailserver.

jeboehm avatar jeboehm commented on July 25, 2024

Hey agittins
This isn’t a bad solution in any case. I’ld guess that it might be better to do the client smtp communication complete separately from the server communication. For that I’ll try to implement port 587 in a regular way.
I’ll keep you informed.

from docker-mailserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.