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

Unauthenticated SMTP Relay? #68

Open
blongmon opened this issue Dec 24, 2020 · 0 comments
Open

Unauthenticated SMTP Relay? #68

blongmon opened this issue Dec 24, 2020 · 0 comments

Comments

@blongmon
Copy link

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 <wireguard@domain.de>

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: account@gmail.com

The container tries to auth without specifing anything. Could this be changed easily?

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

1 participant