stevesoltys / carrier

A self-hosted e-mail masking service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carrier

Travis

Carrier is a self-hosted e-mail service which can generate 'masked' addresses. When mail is sent to a masked address, it’s forwarded to your actual address. When you notice spam coming from a masked address, just block it!

Installation

Since this is a mail server/client and uses an external database, installation does require configuration.

Check out the wiki for more information.

Configuration

By default, Carrier will look for a JSON configuration file in your home directory: $HOME/.config/carrier/config.json.

Check out this page for more information.

Development

After checking out the repo, run gradle build to install dependencies and build the project. You can run gradle war to build a WAR file for deployment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/stevesoltys/carrier. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

This application is available as open source under the terms of the MIT License.

About

A self-hosted e-mail masking service.

License:MIT License


Languages

Language:Java 100.0%