Email Level Dashboard for DirectAdmin

webalternative

New member
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.
- Work with PHP 7.2.x


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

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

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:
/** 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
 

Forum statistics

Threads
80,904
Messages
248,417
Members
20,678
Latest member
hostys
Top