Email Level Dashboard

webaltern

Verified User
Joined
Feb 10, 2008
Messages
175
Location
Québec, Canada
Hello,

We are happy to announce the release of our new project: Email Level Dashboard for DirectAdmin.

This interface allows all e-mail users to change their password and their vacation message without access to the DirectAdmin user account.

Lastest release: v1.00


FEATURES
-----------------

- Any e-mail account on the server can change their password
- Any e-mail account on the server can set/update/delete their vacation message
- Multilingual (English and French already available. Easy to create your own translation)
- reCaptcha v3
- Nice looking interface build with Bootstrap 4.x
- Only 1 file is encoded. You can easily add your own checks / modifications / errors.
- Can be installed everywhere (local or remote / in a user account / in /var/www/html / etc.)
- Less than 5 minutes to setup / update
- Easy to customize the template / looking.


SCREENSHOTS
-----------------

- Login screen : https://i.postimg.cc/Dyq8LXRN/Screenshot-2019-03-31-E-mail-Management.png
- Dashboard : https://i.postimg.cc/qRL1Nq46/Screenshot-2019-03-31-E-mail-Management2.png
- Change Password: https://i.postimg.cc/RV3TBX6H/Screenshot-2019-03-31-E-mail-Management3.png
- Vacation Message: https://i.postimg.cc/kDrR9NzQ/Screenshot-2019-03-31-E-mail-Management4.png


REQUIREMENTS
-----------------

- PHP 7.2.x
- ionclube loaders
- a local or remote DirectAdmin server


PRICING
-----------------

12.00$ (CAD) / year / installation (about 9.70$ USD)

Regular updates and support included as long the license is valid

Bulk pricing is available for 10 or more licenses / installations

We offer 5 free licenses (as long you help us with your translated language for future versions) for people who provide us with new translations. PM us if you want to translate our Email Level Dashboard in a new languages.


INSTALLATION / UPDATE
-----------------

Lastest release: https://files.webalternative.net/email_level_dashboard/lastest.tar.gz

- Get your license key here: https://hub.webalternative.net/cart.php?a=add&pid=113
- Download and extract the lastest release
- Rename includes/config.php.default to includes/config.php (new installation only)
- Edit the includes/config.php file to fit your installation configuration and set your license key (new installation only)
- Upload the files to the server


FAQ
-----------------


1- How to show/remove webmail links?
Edit your includes/config.php and change those variables to 'no':
/** WEBMAIL (yes/no)*/
$config['roundcube']='yes';
$config['squirrelmail']='yes';
$config['uebimiau']='yes';

2- How to enable reCaptcha v3?
- Get your site key and secret key from https://www.google.com/recaptcha
- Edit your includes/config.php and change those variables:
/** RECAPTCHA v3 */
$config['recaptcha'] = 'yes'; /** yes / no */
$config['recaptcha_url'] = 'https://www.google.com/recaptcha/api/siteverify';
$config['recaptcha_site_key'] = 'YOUR_RECAPTCHA_SITE_KEY';
$config['recaptcha_secret_key'] = 'YOUR_RECAPTCHA_SECRET_KEY';
$config['recaptcha_score'] = '0.8';

Changelog
-----------------

1.00 (04-2019)
- Initial release
 
Last edited:
Back
Top