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

Preventing From: address spoofing #498

Open
jchristgit opened this issue Aug 25, 2024 · 1 comment
Open

Preventing From: address spoofing #498

jchristgit opened this issue Aug 25, 2024 · 1 comment
Labels
component: email Issues relating to our email forwarding system, hosted on our netcup machines. group: ansible Issues and pull requests related to the Ansible setup

Comments

@jchristgit
Copy link
Member

Currently services can send e-mails as users, and vice versa. Users can also
send e-mails as other users.

We should validate that the user sending an e-mail owns the address (can also be
an alias) before being able to send.

Most likely, we can use Postfix's smtpd_sender_login_maps for this.

@jchristgit jchristgit added component: email Issues relating to our email forwarding system, hosted on our netcup machines. group: ansible Issues and pull requests related to the Ansible setup labels Aug 25, 2024
@python-discord python-discord deleted a comment Aug 26, 2024
@python-discord python-discord deleted a comment Aug 26, 2024
@python-discord python-discord deleted a comment Aug 26, 2024
@python-discord python-discord deleted a comment Aug 26, 2024
@python-discord python-discord locked as spam and limited conversation to collaborators Aug 26, 2024
@python-discord python-discord unlocked this conversation Sep 1, 2024
@jb3
Copy link
Member

jb3 commented Sep 7, 2024

To handle this, we need to:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: email Issues relating to our email forwarding system, hosted on our netcup machines. group: ansible Issues and pull requests related to the Ansible setup
Projects
Status: Up next
Development

No branches or pull requests

2 participants