Skip to content

Allow allowed_users without TLS when listening 127.0.0.1 #293

@Necoro

Description

@Necoro

I want to use smtprelay with allowed_users when 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:

Local authentication (via allowed_users file) not allowed with non-TLS listener address=127.0.0.1:25

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions