mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
https://mailinabox.email/
Creative Commons Zero v1.0 Universal
13.93k stars 1.43k forks source link

When deleting a mail user via the admin interface, delete ownCloud user too #318

Open ikarus23 opened 9 years ago

ikarus23 commented 9 years ago

Steps to reproduce:

Expected behavior:

Actual behavior:

Notes: Hopefully there is an ownCloud API call that will delete a user. But I'm not sure. I'm not familiar with ownCloud, yet ;)

nstanke commented 9 years ago

Actually Owncloud 8 provides an User Provisioning API. http://doc.owncloud.org/server/8.0/admin_manual/configuration/user_provisioning_api.html

ikarus23 commented 9 years ago

Perfect!

JoshData commented 8 years ago

Roundcube also has a database where it stores user preferences & contacts, which would also need to be cleaned when a user is deleted.