We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I'm hosting my own mailserver with whitelist for relaying mails.
The enviroment in docker-compose.yml looks like this:
environment: - WG_CONF_DIR=/data - WG_INTERFACE_NAME=wg0.conf - SMTP_HOST=mailserver.internal - SMTP_PORT=25 - SMTP_FROM=WgGenWeb <[email protected]>
Following Error in wg-gen-web container:
wg-gen-web | time="2020-12-24T00:15:16Z" level=error msg="failed to send email to client" err="535 5.7.3 Authentication unsuccessful"
And in mailserver:
Inbound AUTH LOGIN failed because of LogonDenied User Name: [email protected]
The container tries to auth without specifing anything. Could this be changed easily?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I'm hosting my own mailserver with whitelist for relaying mails.
The enviroment in docker-compose.yml looks like this:
Following Error in wg-gen-web container:
wg-gen-web | time="2020-12-24T00:15:16Z" level=error msg="failed to send email to client" err="535 5.7.3 Authentication unsuccessful"
And in mailserver:
Inbound AUTH LOGIN failed because of LogonDenied
User Name: [email protected]
The container tries to auth without specifing anything. Could this be changed easily?
The text was updated successfully, but these errors were encountered: