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

SMTP connection fails #76

Open
cherbst opened this issue Mar 15, 2023 · 0 comments
Open

SMTP connection fails #76

cherbst opened this issue Mar 15, 2023 · 0 comments

Comments

@cherbst
Copy link

cherbst commented Mar 15, 2023

I am trying to use this handler with a sensu cluster and our E-Mail provider https://www.jpberlin.de/ using smtp.
When I am trying to send an E-Mail directly from one of the sensu backend machines like this:

sensuctl event info entitiy keepalive --format=json|./sensu-email-handler -f sensu@domain.de -t recipient@domain.de -s mail.jpberlin.de -u user@domain.de -p <redacted>

I get:

Error executing sensu-email-handler: error executing handler: 535 5.7.8 Error: authentication failed:

We can send E-Mails using smtp using this provider from other applications without problems.

JPBerlin states that they support STARTTLS and both ports 25 and 587, I tried both ports with the same result:

Zugang per TLS/STARTTLS
IMAP: 143
POP3: 110
SMTP: 25 bzw. 587

https://www.jpberlin.de/hilfe/e-mail/wie-kann-ich-meine-e-mails-mit-meinem-mailprogramm-abrufen/

I am pretty much out of ideas here. Any help would be appreciated.

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