Question on getting started
First of all, sorry for the long delay to give you feedback. To write a whole interface is quite some work. However, because it is so much, it is difficult to get started with it.
A few questions:
- with the database, everything is compatible with the code part that is use from exim-side?
- a few of the python packages come via debian packages, and they are updated via the package manager, however a few packages are installed via pip, so you need to update them separately?
- for the setup procedure, there are a lot of separate scripts, couldn't this be done within the interface of flask? And then either create a completely new db, or import from a SQL-dump?
- flask somehow is also to build a REST-API, would it be an idea to use a REST-API backend, then we could more easily hookup external connection (from webmail) for changes for the user. And still have the web-interface as well? Or is that not possible or only of little interest.
Sorry, I haven't done a lot of investigations myself, perhaps some questions are obvious or completely stupid.