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

Email sending fails #131

Open
benstadin opened this issue May 21, 2023 · 0 comments
Open

Email sending fails #131

benstadin opened this issue May 21, 2023 · 0 comments

Comments

@benstadin
Copy link

benstadin commented May 21, 2023

I'm running vigil on debian 11 with a dedicated service user. I've configured that service user to allow it to send mails via postfix on the same instance.

Sending an email manually with that user works as expected. But no matter what, vigil does not seem to deliver any email even though the log output suggests that it has been sent.

[notify.email]

from = "[email protected]"
to = "[email protected]"

smtp_host = "localhost"
smtp_port = 587
smtp_username = "vigilservice"
smtp_encrypt = false

The log shows the following entry, suggesting that the email was sent:

May 22 00:37:20 i1 vigil[85721]: (DEBUG) - dispatched notification to provider: email
May 22 00:37:20 i1 vigil[85721]: (DEBUG) - did not dispatch notification to provider: twilio

The postfix log is empty. No email has been sent.

Is my configuration wrong? or is that a bug with vigil itself?

Also, as a feature request, I'd like to address multiple recipients using e.g. a comma separated list. Sending the email fails (also in the log in this case) when using a list.

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