Skip to content

Manage Dovecot mail server credentials in MySQL (written in PHP)

License

Notifications You must be signed in to change notification settings

chrisreeves-/servermail

Repository files navigation

servermail

Manage Dovecot mail server credentials in MySQL (written in PHP)

Overview:

PHP driven web console for managing the MySQL database credentials for Dovecot mail servers.

Config:

Modify the following in config.php

$servername = "localhost"; 	<---- servername 
$username = "dbusername";	<---- database username
$password = "dbpassword";	<---- database password
$dbname = "servermail";		<---- database name


$loginusername = 'username';	<---- web console username
$loginpassword = 'password';	<---- web console password

About

Manage Dovecot mail server credentials in MySQL (written in PHP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages