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

530 SMTP authentication is required #73

Open
BananaAcid opened this issue Jan 3, 2020 · 2 comments
Open

530 SMTP authentication is required #73

BananaAcid opened this issue Jan 3, 2020 · 2 comments

Comments

@BananaAcid
Copy link

BananaAcid commented Jan 3, 2020

This seems to happen for all hosts using hMailserver - there are a lot of them out there. You can test it against my test server using no-reply AT myvoyagemap.com

setup:
Server 1: e-mail server, having dkim setup and providing "no-reply@"
Server 2: node script sending the e-mail from "no-reply@" and dkim selector and pem are configured.

Error: SMTP code:530 msg:530 SMTP authentication is required.
  
      at response (C:\htdocs\com\blog\app-ui\node_modules\sendmail\sendmail.js:217:24)
      at onLine (C:\htdocs\com\blog\app-ui\node_modules\sendmail\sendmail.js:234:11)
      at Socket.<anonymous> (C:\htdocs\com\blog\app-ui\node_modules\sendmail\sendmail.js:141:11)
      at Socket.emit (events.js:210:5)
      at Socket.EventEmitter.emit (domain.js:478:20)
      at addChunk (_stream_readable.js:326:12)
      at readableAddChunk (_stream_readable.js:297:13)
      at Socket.Readable.push (_stream_readable.js:235:10)
      at TCP.onStreamRead (internal/stream_base_commons.js:182:23),
@zavr-1
Copy link

zavr-1 commented Jan 22, 2020

it can't be the problem with the client but with the server https://www.hmailserver.com/forum/viewtopic.php?t=12373

@BananaAcid
Copy link
Author

BananaAcid commented Jan 22, 2020

I am not sure what you referring to - reading that link, it seems, that a hmailserver must disable all authentication to not get hit by sendmail falsely sending an auth on connect to deliver the mails. So it seems to be an error on sendmails side. The Hosters told me, they would usually not have problems receiving mails. Same for my hmailserver.

Seems this client does not follow the specs for connecting?

Would be great, if you would have an idea, how to configure sendmail to make it work.

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