From 30a74a3a324dc3476884d62f45b13876d9d94f7a Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 23 Apr 2025 18:52:14 -0600 Subject: [PATCH] Add Servers/iRedMail/Quick Server Settings.md --- Servers/iRedMail/Quick Server Settings.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Servers/iRedMail/Quick Server Settings.md diff --git a/Servers/iRedMail/Quick Server Settings.md b/Servers/iRedMail/Quick Server Settings.md new file mode 100644 index 0000000..85a8a9f --- /dev/null +++ b/Servers/iRedMail/Quick Server Settings.md @@ -0,0 +1,16 @@ +## mail.bunny-lab.io Settings +IMAP (Inbound): + +- Server: `mail.bunny-lab.io` +- Port: `143` (Internal) | `993` (External) +- Connection Security: `STARTTLS` +- Authentication Method: `Normal Password` +- Username: `user@bunny-lab.io` + +SMTP (Outbound): + +- Server: `mail.bunny-lab.io` +- Port: `587` | `25` (Fallback) +- Connection Security: `STARTTLS` +- Authentication Method: `Normal Password` +- Username: `user@bunny-lab.io` \ No newline at end of file