https://github.com/sysunite/pipemail-server
Server for pipemail for forwarding emails
https://github.com/sysunite/pipemail-server
Last synced: 5 months ago
JSON representation
Server for pipemail for forwarding emails
- Host: GitHub
- URL: https://github.com/sysunite/pipemail-server
- Owner: sysunite
- License: gpl-3.0
- Created: 2016-02-05T11:53:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T09:27:14.000Z (over 10 years ago)
- Last Synced: 2025-09-22T05:38:48.755Z (8 months ago)
- Language: CoffeeScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pipemail-server
Server for pipemail for forwarding emails
## Installation on Ubuntu 14.04
### Prerequisites
```sudo apt-get install nodejs```
```sudo apt-get install npm```
```sudo ln -s /usr/bin/nodejs /usr/bin/node```
### NPM package global
```npm install -g pipemail-server```