https://github.com/majestrate/bdsmail
brain dead simple mail
https://github.com/majestrate/bdsmail
ebin-logo i2p mail mail-server pop3 smtp
Last synced: 2 months ago
JSON representation
brain dead simple mail
- Host: GitHub
- URL: https://github.com/majestrate/bdsmail
- Owner: majestrate
- License: mit
- Created: 2016-05-21T13:11:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T14:23:37.000Z (over 1 year ago)
- Last Synced: 2025-02-27T22:45:03.296Z (9 months ago)
- Topics: ebin-logo, i2p, mail, mail-server, pop3, smtp
- Language: Go
- Size: 3.04 MB
- Stars: 39
- Watchers: 10
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-i2p - bdsmail - Brain Dead Simple Mail Server. (Projects using I2P / Email)
README

# Brain Dead Simple Mail Server ᴮᴱᵀᴬ #


### Building From Source ###
Dependencies:
* go 1.9.4
* git
* make
* i2p with SAM enabled
To build the daemon do:
$ git clone https://github.com/majestrate/bdsmail
$ cd bdsmail
$ make
### Configuring ###
To generate an initial configuration file run the following:
$ ./bin/bdsconfig > config.ini
Make sure to set the admin password:
$ ./bin/mailtool config.ini admin $PWD/mail/admin admin_password_goes_here
### Running ###
$ ./bin/maild config.ini
### Email setup ###
See the example config for mutt [here](contrib/config/mutt/muttrc)
### Contact ###
test email address is `test@ivpxmoh2qzcmxbij3sxfnlsua6panhxke2b3bbhn4xxw7oacujdq.b32.i2p`
if the server is down ding me on xmpp: `jeff@i2p.rocks`
## Features ##
### Current ###
* brain dead simple self hosted i2p mail
* brain dead simple database backend (sqlite3)
* brain dead simple smtp access
* brain dead simple pop3 access
* brain dead simple license (MIT)
### Near Future ###
* brain dead simple inet/i2p mail relay
### Future (Eventually) ###
* brain dead simple i2pbote gateway