Skip to content

rguderlei/postfix-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postfix Admin

Some day, this will be a simple web frontend to manage an ISP style Postfix/Dovecot installation. The project is still under heavy development and is far from being production ready.

Basically, the intention of the project is to manage virtual mailboxes and forwardings.

Assumptions

Postfix, saslauthd, and dovecot are using a mysql backend for the configuration of virtual mailboxes and forwardings.

the database schema for mailboxes and forwardings is given by

CREATE TABLE forwardings (source varchar(80) NOT NULL, destination TEXT NOT NULL, PRIMARY KEY (source) );
CREATE TABLE users (email varchar(80) NOT NULL, password varchar(20) NOT NULL, PRIMARY KEY (email) );

Technology

The project is based on

License

The project is released under the MIT license.

About

simple web frontend for mysql-backed postfix mail server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published