haraka / Haraka

A fast, highly extensible, and event driven SMTP server
https://haraka.github.io
MIT License
5.02k stars 662 forks source link

the way to deploy haraka? #1227

Closed ruandao closed 8 years ago

ruandao commented 8 years ago

How to deploy haraka on ubuntu?

direct run sudo haraka -c /path/to/project or use contrib/ubuntu-upstart/haraka.conf or use some else?

Should i collect the crash log?

Dexus commented 8 years ago

Please see: https://github.com/haraka/Haraka/wiki/Ubuntu-14.04

ruandao commented 8 years ago

thank you.

ruandao commented 8 years ago

when install http-server
I found that the Haraka/http-server was lost

Dexus commented 8 years ago

the http-server ist build in, you need to listen on port 80 to see it. also you need plugins that use http-server. read our docs for more informations. If you have any question @msimerson will your partner for http questions.

ruandao commented 8 years ago

thank you