Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.06 KB

MailAdminTool

Mail Admin Tool based on work by Steffan Slot from http://mat.ssdata.dk/

This management interface is for the purpose of administering email servers, originally created and distributed by Stefan Slot ([email protected]). It is made with the ISPmail guide (http://workaround.org/ispmail) in mind, and it works with the database created when following that guide.

Requirements

  • A webserver with PHP support
  • Javascript
  • Access to the mysql server containing the "Mailserver" database from the webserver

Setup

Database settings are found in the includes/config.php

Even if this tool has password access, you should only allow your own IP or local IP range to access the page with a .htaccess file on your webserver!

Per Steffan Slot's original notice: "You can make changes, give it to others, whatever you want with it, but I do require that you always leave the footer like it is at the bottom saying 'This tool was made by Steffan Slot (http://mat.ssdata.dk)'"

His original changelog and README.txt are provided as requested in his notice.