Evoadmin-mail is a Web Interface for manage an LDAP directory designed for mail accounts.
Aller au fichier
David Prevot 1b67e64242
gitea/evoadmin-mail/pipeline/head There was a failure building this commit Détails
Move export-dir to CI specific hack
2024-04-19 10:32:48 +02:00
config Add sudo script to move pseudo-homedirectory when deleting user 2022-04-05 17:02:05 +02:00
debian Move export-dir to CI specific hack 2024-04-19 10:32:48 +02:00
docs docs: tfix 2022-10-10 11:19:10 +02:00
htdocs Fix PHP 8 related issues 2024-02-20 11:50:03 +01:00
scripts Fix USERDIR to delete 2023-07-26 15:16:47 +02:00
.Jenkinsfile CI: Push *.buildinfo too 2022-12-22 11:38:11 +01:00
.gitignore Add a VagrantFile for testing 2018-03-08 12:59:07 +01:00
LICENSE Evoadmin-mail is now under AGPLv3 license 2018-09-13 17:57:39 +02:00
README.md docs: tfix 2022-10-10 11:19:10 +02:00
Vagrantfile Don't force Vagrant::DEFAULT_SERVER_URL (doesn't work with recent Vagrant version) 2020-02-10 15:35:23 +01:00

README.md

Evoadmin Mail

Evoadmin-mail is a web interface to an LDAP directory designed for mail accounts.

Install

Evoadmin-mail requirements are an LDAP server, a web server and PHP. See INSTALL for instructions.

Multiples services can be configured to use the LDAP directory managed by Evoadmin-mail:

  • TODO

Test

You can deploy a test environment with Vagrant:

vagrant up

Evoadmin-mail uses the evoadminmail.packmail.example.com domain on localhost, so update your /etc/hosts:

127.0.0.1   evoadminmail.packmail.example.com

Congratulation, Evoadmin mail is now accessible through https://evoadminmail.packmail.example.com:8443

Authentication

The default admin user is "evoadmin", the password is randomly generated and can be recovered from LDAP:

vagrant ssh
sudo -i
ldapvi --ldapsearch "(uid=evoadmin)" | grep userPassword | awk '{ print $2 }'

Deployment

Launch rsync-auto in a terminal to automatically synchronise your local code with the Vagrant VM:

vagrant rsync-auto

License

This is an Evolix project and is licensed under the AGPLv3, see the LICENSE file for details.

The Evolix trademark and logo are not freely reusable and are protected by copyright.