Skip to content

wmdieter/mailadmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mailadmin

Admin GUI for a Postfix+Dovecot mail server based on https://thomas-leister.de/mailserver-debian-stretch/. These scripts can be run on a classic LAMP stack and have no additional dependencies.

Installation

  1. Copy all files into /var/www/mailadmin and configure a VirtualHost to serve this directory. Allow the .htaccess to verride settings.
  2. Edit the config.ini
  3. Create a new SQL table in the database to track logins: CREATE TABLE logins (id INT(10) unsigned PRIMARY KEY, nonce VARCHAR(128), session_id VARCHAR(255), timeout INT(15) unsigned);

License

The PHP code is GPLv3 licensed. This repo also includes Bootstrap and jQuery files in the folders js and css which are MIT licensed.

About

Admin GUI for a Postfix+Dovecot mail server based on https://thomas-leister.de/mailserver-debian-stretch/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • PHP 11.3%