-
-
Notifications
You must be signed in to change notification settings - Fork 114
Shared team email inboxes with Freescout #700
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
Comments
Neat! We'll discuss this at our team meeting tomorrow.
In addition to privacy, there's the question of backups. Today, umbriel (our mailserver) is pretty much stateless. I don't know how we handle stuff like that, but excited to learn! |
Thank you! I'll join too if that's okay (I see the meeting in the official calendar). Yeah backups would be great, but probably not super essential, since with an IMAP login, all team members can have a local clone of all emails. Only the freescout state could get lost, which is not as essential. |
We already backup haumea's DB via zrepl to our rsync.net account. I'd assume that adding this on top wouldn't be much work nor space. |
Yeah, maybe that's actually a desirable property to avoid this scenario:
|
Side note: in one organization I am active we have the same problem that whenever the board changes, some things are lost in mail and forgotten. This is especially annoying when you get a fine for it. The mailbox archive looks interesting though. I haven't looked into it at all but maybe it can have a retention span to only keep the last year or so of mails? |
Uh oh!
There was an error while loading. Please reload this page.
Edit: The infra team discussed this and we're going to self host this. Task list:
Is your feature request related to a problem? Please describe.
Currently,
@nixos.org
emails for teams get forwarded to personal emails. While this is simple, it makes managing emails tricky:Overall, a lot of effort is duplicated and wasted, and we're really noticing this in the foundation board.
Describe the solution you'd like
Looking into potential solutions, I've found Freescout to be ideal. It has to be backed by a mail server, but has its own web UI on top with exactly the features we need:
In addition to being open-source, Freescout has an interesting monetization model: The base product is free, but any extension modules (of which there are many neat ones!) cost, but it's only a one-time fee, no subscription!
On behalf of the @NixOS/foundation board, I'd like this to be deployed for [email protected], which means:
Describe alternatives you've considered
There's hacky ways of having shared read markers on emails, but that leaves much unaddressed.
Additional context
Note that with this, emails (which are sometimes private) will be stored on the infra teams servers going forward, and any Freescout admins will also have access to all configured email inboxes, which makes emails less private than they are now. We expect such access to be reasonably restricted, and those who have it to maintain confidentiality.
We're happy to try this with the foundation email and see how it goes, but expect other teams to want to join in too if it works well.
While it would be great if the infra team could implement this for us, I'm also happy to jump in if some extra hands are necessary!
Ping @jfly @mweinelt (as you are very involved in email handling recently).
The text was updated successfully, but these errors were encountered: