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

[bug]: Unable to receive group emails because the group lacks a permission system. #826

Closed
1 task done
thxer opened this issue Oct 1, 2024 · 0 comments
Closed
1 task done
Labels
bug Something isn't working

Comments

@thxer
Copy link

thxer commented Oct 1, 2024

What happened?

When an incoming email is received, the system checks whether the recipient account is authorized to receive emails. However, since groups do not have a permission system in place, the email is rejected. (File: crates/jmap/src/services/ingest.rs:101)

How can we reproduce the problem?

Version

v0.10.x

What database are you using?

RocksDB

What blob storage are you using?

RocksDB

Where is your directory located?

Internal

What operating system are you using?

Docker

Relevant log output

INFO DSN permanent failure notification (delivery.dsn-perm-fail) queueId = 200201324464848898, from = "<***>", to = ["<***>"], size = 50424, total = 1, to = "<***>", hostname = "localhost", code = 550, details = "This account is not authorized to receive email.", total = 0

Code of Conduct

  • I agree to follow this project's Code of Conduct
@thxer thxer added the bug Something isn't working label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant