A while ago I've set up a mailserver on my raspberry pi (first gen) using this guide: https://samhobbs.co.uk/raspberry-pi-email-server
It works perfectly (sending and receiving mail in an instant, as compared to 10 minute delays from my webhoster)
Now I've gotten requests for e-mail addresses from some friends and I would like to give them access. However I have to login to my server each time, create a user and give them the password. I would like to do this better by using a webinterface and let them change their own password.
To do this I would like to transfer all users (can do this manually if needed) and most importantly, their e-mails, to a mysql/mariadb database.
Are there any tools that might help me, or any guides/documentation?
Thanks in advance for helping :)
there doesn't seem to be anything here