Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion v2/docs/guides/applications/mailcow.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ The mail server [Mailcow](https://mailcow.email/) is a dockerized application th
- **>= 20 GB Disk**
:::

:::note Oracle Cloud Users
**For users of OCI:** Tenancies made after June 23, 2021 are by default not allowed to send e-mail via outbound TCP port 25 to the internet.
[OCI Docs – Outbound SMTP is blocked](https://docs.oracle.com/en-us/iaas/releasenotes/changes/f7e95770-9844-43db-916c-6ccbaf2cfe24/)
:::

## Configure Firewall
Mailcow uses several ports including default ports for **IMAP**, **POP**, **SMTP**, etc.
Add the [Default mailcow Ports](https://docs.mailcow.email/getstarted/prerequisite-system/#default-ports) to your [CloudPanel firewall](/docs/v2/admin-area/security/#firewall) and your host's firewall (if applicable).

## Disable Postfix

Login via **SSH** as **root** and stop and disable the **postfix** service:
Expand Down Expand Up @@ -121,4 +130,4 @@ To access **Mailcow** via our domain **https://mail.domain.com**, we create a [R

<img alt="Mailcow Login" src={useBaseUrl('img/guides/applications/mailcow/mailcow-login.png')} />

4. For security reasons, we recommend putting a [Basic Authentication](../../../frontend-area/security/#basic-authentication) in front of your **Mailcow** installation.
4. For security reasons, we recommend putting a [Basic Authentication](../../../frontend-area/security/#basic-authentication) in front of your **Mailcow** installation.