Evoadmin-mail is a Web Interface for manage an LDAP directory designed for mail accounts.
Go to file
Victor LABORIE c6853b03da Evoadmin-mail is now under AGPLv3 license 2018-09-13 17:57:39 +02:00
config Use syslog for logging 2018-07-25 19:05:53 +02:00
docs Move INSTALL.md to docs dir 2017-10-14 13:38:00 +02:00
etc Improve Postfix configuration 2014-08-08 21:59:04 +00:00
htdocs Add missing webmail activation/deactivation config 2018-07-25 19:24:15 +02:00
scripts Use syslog for logging 2018-07-25 19:05:53 +02:00
test/ansible Add a VagrantFile for testing 2018-03-08 12:59:07 +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 Evoadmin-mail is now under AGPLv3 license 2018-09-13 17:57:39 +02:00
Vagrantfile Add a VagrantFile for testing 2018-03-08 12:59:07 +01:00

README.md

Evoadmin mail

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

Install

See INSTALL.

Test

You can deploy a test environmment with Vagrant :

vagrant up

Evoadmin mail respond to evoadminmail.evoadmin-mail.example.com domain on localhost, so update your /etc/hosts :

127.0.0.1   evoadminmail.evoadmin-mail.example.com

Congratulation, Evoadmin mail is now accessible throught https://evoadminmail.evoadmin-mail.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.