mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #776] SMTP server not accepting emails from internet #560
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#560
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheRealAlexV on GitHub (Jun 19, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/776
🐞 Describe the bug
I'm attempting to use ntfy to receive email alerts from outside my private network. I've setup an aname and mx record, however upon sending an email using gmail, I get a bounce back(personal information censored):
If I send a test email using nc, it works fine.
💻 Components impacted
ntfy server
@TheRealAlexV commented on GitHub (Jun 19, 2023):
This has something to do with the token authentication when coming from the internet. I changed the topic access to write only and now it works.
@binwiederhier commented on GitHub (Jun 19, 2023):
This is possibly a dup of https://github.com/binwiederhier/ntfy/issues/773
@binwiederhier commented on GitHub (Jun 19, 2023):
You can try to manually modify your token in the sqlite database to be all lowercase and try if that works.
@binwiederhier commented on GitHub (Jun 24, 2023):
I'm going to assume this is a dup of https://github.com/binwiederhier/ntfy/issues/773, let me know if you think it is not.