Git Product home page Git Product logo

Comments (14)

sameersbn avatar sameersbn commented on July 21, 2024

@frank-dspeed how can we do that? any suggestions?

from docker-redmine.

b-a-t avatar b-a-t commented on July 21, 2024

And I'd like exim, Or not, wait, CommuniGatePro, it's nicer! Adding more software into the docker defeats the whole idea of separation of the applications and their tasks.

docker-redmine already provides nice outgoing SMTP interface, so why not to use it?! Setup sendmail/postfix/whatever in your local network or even on docker hosting server and point redmine to talk to it over SMTP. I guess, you can use docker-sendmail as well, only expose port 25 for external IP.

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@b-a-t @frank-dspeed my idea was to create a postfix image with simple configuration options which you would be able to link to other images or communicate over the network to send emails. However I have not found the time to work on it.

from docker-redmine.

frank-dspeed avatar frank-dspeed commented on July 21, 2024

ah its only a little option but don't got time to do this will send pull when its ready and postfix img is to big i only whant to send some mails not 1000 per hour so its fine with the sendmail execute able simply need a ENV setting for this like SMTP_METHOD sendmail, smtp, false, thats it 💃

from docker-redmine.

b-a-t avatar b-a-t commented on July 21, 2024

Do I understand correctly that you want to bloat redmine image with yet another package? That is against the whole ideology of docker. Redmine is already heavier than an average dock app and each additional package should be evaluated for it's necessity. I don't see the reason why you can't communicate with the local to the hosting machine sendmail over SMTP.

from docker-redmine.

frank-dspeed avatar frank-dspeed commented on July 21, 2024

thats not right sendmail isn't a daemon

from docker-redmine.

fbertux avatar fbertux commented on July 21, 2024

Hi!
I had a problem with create and and update an issue when internet isn't working, Redmine didn't witout internet, I can't create or modify any issue. The solution was change delivery_method in assets/config/redmine/smtp_settings.rb from stmp to async_smtp. Is it possible to create a environment variable SMTP_METHOD to set delivery_method to smtp, sendmail, async_smtp, async_sendmail? I think it's a useful thing...

from docker-redmine.

frank-dspeed avatar frank-dspeed commented on July 21, 2024

good idea thats what i will work on was offline because location change i attach this issu to me 🎯

from docker-redmine.

frank-dspeed avatar frank-dspeed commented on July 21, 2024

i also vote for default async_smtp !

from docker-redmine.

fbertux avatar fbertux commented on July 21, 2024

With async_smtp create or modify an issue is faster, I vote to be default too.

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@fbertux I have sent a review to your PR. Need a couple of changes and we should be ready to merge. Thanks

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@fbertux @frank-dspeed setting the async delivery method to default might not be a great idea simply because if there is an issue in your smtp configuration or say for some reason your smtp server is gone bust, you will not notice it and redmine will always tell you that the email was sent.

from docker-redmine.

fbertux avatar fbertux commented on July 21, 2024

@sameersbn You're right! It's better set smtp to default, if email delivery is working the user can change to async_smtp.

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@fbertux the PR has been merged. Thanks for the contribution.

from docker-redmine.

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.