From a0800c243688aecf391ff74ea9f713cd2a6ffb45 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 20 Jan 2020 13:08:05 +0100 Subject: Auto-discover upstream SMTP and IMAP servers Closes: https://todo.sr.ht/~sircmpwn/koushin/49 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ec90d82..2e3f193 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ ## Usage +Assuming SRV DNS records are properly set up (see [RFC 6186]): + + go run example.org + +To manually specify upstream servers: + go run ./cmd/koushin imaps://mail.example.org:993 smtps://mail.example.org:465 See `-h` for more information. @@ -55,6 +61,7 @@ Send patches on the [mailing list], report bugs on the [issue tracker]. MIT +[RFC 6186]: https://tools.ietf.org/html/rfc6186 [Go plugin helpers]: https://godoc.org/git.sr.ht/~emersion/koushin#GoPlugin [mailing list]: https://lists.sr.ht/~sircmpwn/koushin [issue tracker]: https://todo.sr.ht/~sircmpwn/koushin -- cgit v1.2.3