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

Replace postfix with ssmtp #18

Open
arrowmaster opened this issue Apr 8, 2022 · 7 comments
Open

Replace postfix with ssmtp #18

arrowmaster opened this issue Apr 8, 2022 · 7 comments

Comments

@arrowmaster
Copy link

Currently the container has postfix installed but does not start it and provides no way to start the postfix daemon to allow PBS to send emails. I think a possible solution would be to replace postfix with a simpler MTA. Looking through the MTA options available on Debian, I found that ssmtp is daemonless and could be a suitable simple MTA to provide /usr/sbin/sendmail as used by PBS. Any users that wanted to make use of ssmtp would need to have a persistent /etc and configure ssmtp themselves.

@arrowmaster
Copy link
Author

msmtp-mta might be a better option as it is currently maintained, but it has a daemon. I have not done any testing and do not know if it can still operate without the daemon running.

@ayufan
Copy link
Owner

ayufan commented Jul 22, 2022

I'm happy to accept PR adding this to Dockerfile.

@n3roGit
Copy link

n3roGit commented Feb 13, 2023

Any news about this? would be very great!

@ayufan
Copy link
Owner

ayufan commented Feb 13, 2023 via email

@n3roGit
Copy link

n3roGit commented Jan 9, 2024

Any news about ssmtp? It would be really cool!

@arrowmaster
Copy link
Author

I cannot test as I'm not using PBS in docker anymore. PBS now supports the new notification system and allows an external mail server to be configured directly in the WebGUI in addition to the old method of using the system MTA.

If this works then this issue can probably be closed just by documenting that the default does not work and a custom notification needs to be configured.

@n3roGit
Copy link

n3roGit commented May 11, 2024

Is the actual docker version with this feature?

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

No branches or pull requests

3 participants