Giter Club home page Giter Club logo

power-mailinabox's Introduction

Power Mail-in-a-Box

Installation (current version: v56.5)

ko-fi

Power Mail-in-a-Box (a fork of Mail-in-a-Box) is a complete pre-configured mail appliance, quickly deployable in a matter of minutes.

It's main difference to the main project is focused on ad-hoc, advanced features. While Mail-in-a-Box caters to beginners by providing sane configurations, Power Mail-in-a-Box also attempts to cater to advanced users that want deeper levels of customization.

Features

  • Configure Power Mail-in-a-Box to use an external SMTP relay;
  • Brand new admin panel (with up-to-date libraries);
  • Perform backups right away from the admin panel;
  • Account quotas support (thanks to @jrsupplee!)
  • Customize TTL's for custom DNS records;
  • Publish OpenPGP keys authoritatively via a WKD server;
    • In the future: Allow usage of OpenPGP keys to encrypt backups;
  • Per-domain nginx configuration;

Goals

  • Easy of use - deployment shouldn't take too many technical details to understand. Power Mail-in-a-Box already comes with default configurations which should be good for most users.
  • Privacy, security and independence - keeping your mail and data safe from advertisers and prying eyes.
  • Accessible customizability - bring the features closer to the people instead of tucking them away in configuration files.
  • Customizability potential - allow for deep customization by power users.
  • Concentration - all the services you need in just one box.
  • Support - support a wide range of operating systems when possible, without compromising the codebase as a whole.
  • Lightweight - should be able to run even with very limited resources.

Non-goals

  • Scalability - this appliance is geared towards individuals and small/mid-sized organizations. If your use case is mission-critical it probably is a better idea to shop for a product that provides support.
  • Portability - I didn't figure out yet a way to easily transition from Mail-in-a-Box to Power Mail-in-a-Box.

Minimum Pre-requisites

The machine this appliance will be installed on needs to have the following specs (or better). Most cloud providers are able to provide VM's that satisfy these specs at relatively low cost.

These specs depend on the number of users being served and/or amount of traffic

  • 1 CPU core;
  • 512MB of RAM (at least 1GB is recommended);
  • 10GB of disk;
  • One of the following operating systems:
    • Debian GNU/Linux 10 (Buster)
    • Debian GNU/Linux 11 (Bullseye)
    • Ubuntu LTS 20.04 (Focal Fossa)

Ubuntu LTS 18.04 (Bionic Beaver) and earlier versions are not supported.

Debian 9 (Stretch) and earlier versions are not supported.

These network requirements are usually not provided by residential ISP's. They are not strictly required for Power Mail-in-a-Box to install, but it will take more work to get it running as intended.

  • Static, public IPv4 (most residential connections do not provide static addresses);
    • If the machine is behind a NAT, manual configuration might be required.
  • Reverse DNS for that IPv4 address (Caution: some cloud providers do not provide this);
  • You should be able to edit the firewall for that address. In particular, outbound port 25 should not be blocked.

Firewall

If the machine is behind an external firewall or NAT, the following inbound ports SHOULD be open to external traffic:

  • 25/tcp
  • 53/tcp
  • 53/udp
  • 80/tcp
  • 443/tcp
  • 465/tcp
  • 587/tcp
  • 993/tcp
  • 995/tcp
  • 4190/tcp

Installation

  1. Power Mail-in-a-Box uses ufw to configure it's internal firewall. If your cloud provider requires you to use another tool (usually it does not, but *cough* Oracle Cloud *cough*), you can follow these instructions.

  2. Make sure curl is installed and locales are configured correctly - you'll want to make sure the primary locale is set to en_US.UTF-8:

sudo apt install curl locales
sudo dpkg-reconfigure locales
  1. Run the following command, and then follow the instructions that appear on the screen:
curl -L https://power-mailinabox.net/setup.sh | sudo bash

power-mailinabox's People

Contributors

0xfelix avatar aspdye avatar badsyntax avatar biermeester avatar bizonix avatar brocktice avatar bronson avatar ddavness avatar dhpiggott avatar fspoettel avatar guyzmo avatar h8h avatar hija avatar hjjg avatar hnk avatar jkaberg avatar joshdata avatar jrsupplee avatar jvolkenant avatar macmedia avatar mariusbluem avatar milani avatar mkropat avatar nomandera avatar nstanke avatar ponychicken avatar randallsquared avatar skosch avatar yeah avatar yodax 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.