mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 04:45:52 +03:00
[GH-ISSUE #293] Allow allowed_users without TLS when listening 127.0.0.1 #48
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#48
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 @Necoro on GitHub (Dec 15, 2025).
Original GitHub issue: https://github.com/decke/smtprelay/issues/293
I want to use smtprelay with
allowed_userswhen it is running on a server listening on 127.0.0.1. As there is no incoming network connection, I don't use TLS. Unfortunately, this is blocked by smtprelay:I understand the general rationale, but imho for 127.0.0.1 (and ::1) it should also be allowed. Alternatively, have a config option that allows to override this behavior.
Reason for enabling
allowed_users: As the service sends emails via my mail account, I want to control strictly which services can send.@DuCun commented on GitHub (Dec 16, 2025):
Perhaps we could try using a self-signed certificate.
@Necoro commented on GitHub (Dec 16, 2025):
Nah, I explicitly don't want that because the lack of official signing might lead to problems downstream.
@Necoro commented on GitHub (Dec 16, 2025):
sigh The underlying smtpd-library has the same requirement.
@decke commented on GitHub (Dec 20, 2025):
Yeah, this also seems to be a smtpd problem.
https://github.com/chrj/smtpd/issues/19