diff --git a/Homebrew-Test.md b/Homebrew-Test.md index c2e609f..0e69618 100644 --- a/Homebrew-Test.md +++ b/Homebrew-Test.md @@ -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: + RCPT TO: + 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: