From cf12b3968b2d2a59fb1fa12ef83065b1d7090681 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 30 Jul 2022 00:17:56 +1200 Subject: [PATCH] Default listen on 0.0.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5382f34..96e9dc1 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Mailpit is inspired by [MailHog](#why-rewrite-mailhog), but much, much faster. ## Features - Runs completely on a single binary -- SMTP server (default `127.0.0.1:1025`) -- Web UI to view emails (HTML format, text, source and MIME attachments, default `127.0.0.1:8025`) +- SMTP server (default `0.0.0.0:1025`) +- Web UI to view emails (HTML format, text, source and MIME attachments, default `0.0.0.0:8025`) - Real-time web UI updates using websockets for new mail - Email storage in either memory or disk (using [CloverDB](https://github.com/ostafen/clover)) - note that in-memory has a physical limit of 1MB per email - Configurable automatic email pruning (default keeps the most recent 500 emails)