From b172abab5b18157ca08cf1081114d754416f63a3 Mon Sep 17 00:00:00 2001 From: NotConspicuous Date: Thu, 9 Feb 2023 11:40:04 +0000 Subject: [PATCH] Recorrected the current IPs I originally tried the IPs there and it wouldn't connect. Turns out the IP addresses for this document were incorrect, I have tested and verified (even the pop3 server) are actually working and those are correct. Added outlook setup. --- wiki/pages/email.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/wiki/pages/email.md b/wiki/pages/email.md index a0bf58a..e0e51d8 100644 --- a/wiki/pages/email.md +++ b/wiki/pages/email.md @@ -25,11 +25,11 @@ tilde.team has a mailserver. here are your options: | protocol | hostname | port | security | |----------|-----------------|------|----------| -| imap | mail.tilde.team | 143 | starttls | -| imaps | mail.tilde.team | 993 | tls | -| pop3s | mail.tilde.team | 995 | tls | -| smtp | mail.tilde.team | 578 | starttls | -| smtps | mail.tilde.team | 465 | tls | +| imap | imap.tilde.team | 143 | starttls | +| imaps | imap.tilde.team | 993 | tls | +| pop3s | pop.tilde.team | 995 | tls | +| smtp | smtp.tilde.team | 587 | starttls | +| smtps | smtp.tilde.team | 465 | tls | ### alternate domains and addresses @@ -43,6 +43,22 @@ additionally, any address with a `+` and arbitrary text behind it will be forwarded to your email: ie. `yourusername+somethingcool@tildeteam.org`. plus-addresses are very useful for filtering mail. +### outlook +For outlook, there's a specific setup - if you have to use it and prefer to not +have multiple email clients, you can do this. + +1. Run `outlook.exe /manageprofiles` and make sure outlook is closed before hand +2. Now you should have a windows with three options, click `email accounts...` +3. Click on `New` in the first tab to create a new email account +4. Select manual setup or additional server types and then select `POP or IMAP` +5. Fill the servers in using the table. Not it won't work yet as we need to do some things. +6. After entering the details on the page, select `More Settings`, go to `Outgoing Server` + and select `Log on using` and fill the username (without domain) and password +7. Then go into the `Advanced` tab and fill in the ports and connection types as per the table. + Make sure all the ports are correct and click `ok` and then finally click `next` + +Everything should now be setup. + ### forwarding and sieve if you would like your tildemail to be forwarded somewhere else, put that