Evoadmin-mail is a Web Interface for manage an LDAP directory designed for mail accounts.
Go to file
Victor LABORIE 5844e0ef54 Config file location can be configured by ENV var 2018-12-05 11:25:57 +01:00
config Use syslog for logging 2018-07-25 19:05:53 +02:00
docs Rewrite install documentation 2018-11-21 17:04:31 +01:00
etc Improve Postfix configuration 2014-08-08 21:59:04 +00:00
htdocs Config file location can be configured by ENV var 2018-12-05 11:25:57 +01:00
scripts Fix output when multiples superadmin 2018-11-19 17:58:09 +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 Rewrite install documentation 2018-11-21 17:04:31 +01:00
Vagrantfile Add domain to Vagrant vm.hostname 2018-10-09 17:40:35 +02:00

README.md

Evoadmin mail

Evoadmin mail is a Web Interface for manage an LDAP directory designed for mail accounts.

Install

Evoadmin-mail requirements are an LDAP server, a Web server and PHP. See INSTALL for configure them.

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

  • TODO

Test

You can deploy a test environmment with Vagrant :

vagrant up

Evoadmin mail respond to 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 throught https://evoadminmail.packmail.example.com:8443

Authentication

Default admin user is "evoadmin", 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 for automatic synchronisation of your local code with Vagrant VM :

vagrant rsync-auto

License

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

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