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

email/webmail solution #49

Open
usernamenumber opened this issue Apr 5, 2015 · 0 comments
Open

email/webmail solution #49

usernamenumber opened this issue Apr 5, 2015 · 0 comments

Comments

@usernamenumber
Copy link
Contributor

This requires two components, both in-progress:

  • Deployment of an MTA, IMAP server, and webmail interface. Currently being worked on in usernamenumber/webmail
  • User signup mechanism that creates a Django/edx user and a local account for email. Currently being worked on in usernamenumber/accounts. This uses a system I'm calling "handoff", where Django drops a JSON file describing the user into a directory that is watched by incron. When a file is added to, removed from, or modified in this directory, incron immediately runs a script (as root) that does the corresponding action for the user described in the file. This allows for actions that require root without running Django with excessive privileges, having it execute sudo commands, etc. Possibly overkill, but shouldn't take much more work to have it ready, and it could have broader applications?
@usernamenumber usernamenumber added this to the Initial test deployment milestone Apr 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant