-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
SMTP authentication #353
Comments
To get around this I added a postfix relay that supports authentication and referenced that in my db-backup configuration.
|
I suppose you can mount a msmtp configuration file to |
This seems like a great idea. Could you also provide how you specify the postfixrelay container in the configuration for the docker-db-backup? |
I included the following environment variables:
postfixrelay being the name of my postfix container. |
Cheers! I got the postfixrelay container working. Successfully sent a test email. However, if I run a "backup-now" in the docker-db-backup container it does not send an email. I don't even see it trying in the logs of the postfixrelay container. Below is configured in docker-db-backup
I even get a notice in the log saying:
|
Summary
Email is not sent. Need to specify SMTP authentication.
Steps to reproduce
Configure below:
What is the expected correct behavior?
All smtp servers expect an authentication.
Environment
Possible fixes
I don't know if it's not documented or I cannot find it?
The text was updated successfully, but these errors were encountered: