Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ability to configure smtp server #39

Open
fvanderbiest opened this issue Jun 3, 2016 · 5 comments
Open

add ability to configure smtp server #39

fvanderbiest opened this issue Jun 3, 2016 · 5 comments

Comments

@fvanderbiest
Copy link
Member

Currently hardcoded:

roles/georchestra/templates/extractorapp/extractorapp.properties.j2:smtpHost=localhost
roles/georchestra/templates/extractorapp/extractorapp.properties.j2:smtpPort=25
roles/georchestra/templates/ldapadmin/ldapadmin.properties.j2:smtpHost=localhost
roles/georchestra/templates/ldapadmin/ldapadmin.properties.j2:smtpPort=25

Terranis might be interested in using sendgrid instead.

@landryb
Copy link
Member

landryb commented Jun 3, 2016

Delivering your transactional and marketing email through one reliable platform.

Well, that looks interesting :)

But easily doable via a variable for host/port...

@landryb
Copy link
Member

landryb commented Jun 3, 2016

Usually, i have nullmailer (or msmtpd) running on localhost:25 that forwards the mail via a smarthost, maybe that can be considered too.

@fvanderbiest
Copy link
Member Author

We did not succeed having nullmailer or msmtpd listen to localhost:25, so we installed exim4 ...

@landryb
Copy link
Member

landryb commented Jun 9, 2016

nullmailer just needs to be installed and running, and you put the SMTP smarthost in /etc/nullmailer/remotes.

@fvanderbiest
Copy link
Member Author

okay, that's weird ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants