From 47852f3d2b30a8164427db7d548f388cc89f08b6 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 9 Jul 2021 18:45:25 +0100 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6c2241..c0040f0 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,12 @@ yggmail -peer=tls://... yggmail -multicast -peer=tls://... ``` +Your mail address will be printed in the log at startup. You will also use this as your username when you log into SMTP/IMAP. + Connect your mail client to Yggmail. In the above example: -* SMTP is listening on `localhost` port 1025, password authentication, no SSL/TLS -* IMAP is listening on `localhost` port 1143, password authentication, no SSL/TLS +* SMTP is listening on `localhost` port 1025, username is your mail address, plain password authentication, no SSL/TLS +* IMAP is listening on `localhost` port 1143, username is your mail address, plain password authentication, no SSL/TLS Then try sending a mail to another Yggmail user!