From 8595945b162dd43265c530a2e6ea7da684e47a40 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Wed, 27 Jan 2010 08:17:34 +0100 Subject: [PATCH] [email_account] Add a TODO list and populate Add a TODO list and populate it with next milestones (allow account deletion, minimize cyrus and postfix restart, etc.) --- email_account/TODO | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 email_account/TODO diff --git a/email_account/TODO b/email_account/TODO new file mode 100644 index 0000000..b26336b --- /dev/null +++ b/email_account/TODO @@ -0,0 +1,6 @@ +- Add the possibility to delete an alias and/or an email account +- Delete a virtual domain if no longer used by any account +- (Allow an alias from one domain to another ?) +- Allow the addition / deletion of several alias +- avoid cyrus restart and postfix reload if possible +- Minimize cyrus restart (if no cyrus restart is necessary to use cyradm, then do only one restart if change are necessary in the config file)