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

Consider changing the mail agent from SSMTP to MSMTP. #4

Open
manios opened this issue Aug 12, 2019 · 1 comment
Open

Consider changing the mail agent from SSMTP to MSMTP. #4

manios opened this issue Aug 12, 2019 · 1 comment

Comments

@manios
Copy link
Owner

manios commented Aug 12, 2019

ssmtp is currently unmaintained according to this. and this page. We may need to review and consider changing the mail agent to msmtp.

References

@Giancarlo1974
Copy link

RUN apk add msmtp mailx
COPY  msmtprc /etc/msmtprc
COPY  aliases /etc/aliases
RUN            ln -s $(which msmtp) /bin/mail            && \
            ln -s $(which msmtp) /usr/sbin/mail

[Here a nice guide](https://wiki.alpinelinux.org/wiki/Relay_email_to_gmail_(msmtp,_mailx,_sendmail)

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

2 participants