mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
Updated Homebrew Test (markdown)
@@ -1,6 +1,6 @@
|
||||
# Installing Inbucket with Homebrew
|
||||
|
||||
Inbucket is not (yet?) part of Homebrew, so some extra steps are required to install the formula and bleeding edge version of Inbucket.
|
||||
Inbucket is not (yet) part of Homebrew, so some extra steps are required to install the formula first.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -10,11 +10,31 @@ Inbucket is not (yet?) part of Homebrew, so some extra steps are required to ins
|
||||
|
||||
## Running
|
||||
|
||||
Please follow the steps printed under *To have launchd start inbucket at startup*.
|
||||
Please follow the steps printed in the Homebrew Caveats output, under *To have launchd start inbucket at startup*, then:
|
||||
|
||||
cat /usr/local/var/log/inbucket.log
|
||||
|
||||
Confirm Inbucket started, you should see `[INFO ]` statements, but no `[ERROR]` ones.
|
||||
|
||||
cat /usr/local/var/log/inbucket.log
|
||||
## Send Test Message
|
||||
|
||||
Run `telnet localhost 2500` and paste the following into your terminal:
|
||||
|
||||
HELO localhost
|
||||
MAIL FROM:<a.wiki@github.com>
|
||||
RCPT TO:<friend@anywhere.com>
|
||||
DATA
|
||||
From: a.wiki@github.com
|
||||
To: friend@anywhere.com
|
||||
Subject: Test Message
|
||||
|
||||
This is a test message from the command line.
|
||||
.
|
||||
QUIT
|
||||
|
||||
(you may need to press enter to transmit the final QUIT)
|
||||
|
||||
Check that "friend" received your message: <http://localhost:9000/mailbox?name=friend
|
||||
|
||||
## Removal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user