diff --git a/scripts/config-migrate.php b/scripts/config-migrate.php new file mode 100755 index 0000000..d3c57fe --- /dev/null +++ b/scripts/config-migrate.php @@ -0,0 +1,38 @@ +#!/usr/bin/php + +; The configuration for evoadmin-mail +; +; You need to copy and edit config-sample.ini to config.ini. +; This INI file is loaded by evoadmin-mail and contains the +; following configurations : +; +; * Global settings +; * LDAP settings +; + +[global] +name = ""; +mail = "" + +[ldap] +host = "127.0.0.1" +port = 389 +base = "" +admin_dn = "" +admin_pass = "" + + + +[log] +file = "../../log/evoadmin-mail.log" +level = error