> For the complete documentation index, see [llms.txt](https://docs.mnspro.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mnspro.cloud/faq-frequently-asked-questions/microsoft-365/moderne-authentifizierung/thunderbird.md).

# Thunderbird

Die Anleitung basiert auf der Version (Stand Jetzt: 102.3.3 (64-Bit))

### Neues Konto hinzufügen

1. Starten Sie den Thunderbird E-Mail Client und fügen ein neues Konto hinzu.<br>

   <div align="left"><figure><img src="/files/4UF8n3nSOlRbMocl6Qoi" alt=""><figcaption></figcaption></figure></div>
2. Im neuen Fenster geben Sie bitte Ihre Daten zum E-Mail Konto ein und wählen\
   "**Manuell einrichten**"<br>

   <div align="left"><figure><img src="/files/lm17NnNRKUpaiPfm9cGd" alt=""><figcaption></figcaption></figure></div>
3. Tragen Sie alle relevanten Informationen ein, die im Screenshot zu sehen sind.\
   \
   **Posteingangsserver:**

   * Protokoll: **IMAP**
   * Hostname: **outlook.office365.com**
   * Port: **993**
   * Verbindungssicherheit: **SSL/TLS**
   * Authentifizierungsmethode: **OAuth2**
   * Benutzername: **Ihre E-Mail Adresse**

   **Postausgangsserver:**

   * Hostname: **smtp.office365.com**
   * Port: **587**
   * Verbindungssicherheit: **STARTTLS**
   * Authentifizierungsmethode: **OAuth2**
   * Benutzername: **Ihre E-Mail Adresse**

   <div align="left"><figure><img src="/files/pCJWi9PeuRsow9BiI0ea" alt=""><figcaption></figcaption></figure></div>
4. Nach Fertigstellung öffnet sich ein neues Fenster bzw. eine Verbindung zu Microsoft in dem Sie nochmal Ihre **E-Mail Adresse** und **Kennwort** eingeben müssen.<br>

   <div align="left"><figure><img src="/files/Mmc2uzr3H8a8yyCSsIgA" alt=""><figcaption></figcaption></figure></div>
5. Danach erfolgt eine Berechtigungsanfrage von Microsoft die Sie Akzeptieren müssen.<br>

   <div align="left"><figure><img src="/files/Z9qX9r9y5u730e70oYZx" alt=""><figcaption></figcaption></figure></div>
6. Anschließend ist auch schon Ihr Konto erfolgreich eingerichtet worden.<br>

   <div align="left"><figure><img src="/files/Lr5hGCzqGuLa7KfCK8EJ" alt=""><figcaption></figcaption></figure></div>

### Bestehendes Konto bearbeiten und vorbereiten.

1. Öffnen Sie dazu den Thunderbird E-Mail Client und Navigieren zu **Extras** -> **Konto-Einstellungen** -> **Server-Einstellungen.**<br>

   <div align="left"><figure><img src="/files/ao0aMegHyS7W661qkcEj" alt=""><figcaption></figcaption></figure></div>
2. Dort wählen Sie auf der rechten Seite unter **Sicherheit und Authentifizierung** die Authentifizierungsmethode: **OAuth2** aus.<br>

   <div align="left"><figure><img src="/files/MMG7brD1eA3rWKuui9aq" alt=""><figcaption></figcaption></figure></div>
3. Nun müssen wir noch den Postausgangsserver bearbeiten. Bleiben Sie dazu im gleichen Fenster und navigieren auf der linken Seite unter "**Lokale Order**" zum **Postausgangs-Server (SMTP)** und bearbeiten diesen auf der rechten Seite.<br>

   <div align="left"><figure><img src="/files/GBQF41gRRcv9X77qm8w3" alt=""><figcaption></figcaption></figure></div>
4. Im neuen Fenster wählen Sie bei der Authentifizierungsmethode: **OAuth2** aus und bestätigen mit OK.

   <div align="left"><figure><img src="/files/gdC8Qaoh7u4ReWvtyN2F" alt=""><figcaption></figcaption></figure></div>
5. Zuletzt schließen Sie den Reiter der Einstellungen oder wählen oben im Reiter Ihr Konto aus.<br>

   <div align="left"><figure><img src="/files/rTyWd5pVqZvi9Uux6D2p" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mnspro.cloud/faq-frequently-asked-questions/microsoft-365/moderne-authentifizierung/thunderbird.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
