GithubHelp home page GithubHelp logo

kingspride / managevmail Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 26 KB

Management Interface for Thomas' Leisters Mailserver Setup

License: GNU General Public License v3.0

Shell 0.51% PHP 99.49%

managevmail's Introduction

manageVmail

Simple Management Interface for Thomas' Leisters EMail Server Setup.

Warning!
NO SQL SECURITY MEASURES TAKEN!

Installation

  1. add a new column to the accounts table:
     ALTER TABLE `accounts`
     ADD COLUMN `manager` TINYINT(1) NOT NULL DEFAULT '0' AFTER `sendonly`;
  2. promote user to manager:
    UPDATE `vmail`.`accounts` SET `manager`='1' WHERE  `username`=`you` and `domain`=`yourdomain.tld`;
  3. create a database user separate from the vmail user:
    GRANT ALL PRIVILEGES ON `vmail`.* TO 'mailadm'@'localhost' IDENTIFIED BY 'your-password';
  4. create a dbconnect.php file from the template.
  5. create a cronjob for the quota display:
    0 * * * * /bin/bash /var/www/webmail/manage/get_quota.sh

managevmail's People

Contributors

kingspride avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.