Email

IMAP and SMTP Server

Cloudron has a built-in email server that allows users to send and receive email for this domain. Apps can send emails regardless of this setting.

Mail server settings for email clients

Incoming Mail (IMAP)
Server: {{config.mailFqdn}}
Port: 993 (TLS)

Outgoing Mail (SMTP)
Server: {{config.mailFqdn}}
Port: 587 (STARTTLS)

ManageSieve
Server: {{config.mailFqdn}}
Port: 4190 (TLS)

Use username@{{ selectedDomain.domain }} and the Cloudron password to access mailboxes of this domain


This feature requires the Cloudron to be on custom domain.

Mailboxes

Name Owner Aliases Action
{{ mailbox.name }} {{ mailbox.owner.display }} {{ mailbox.aliases }}

Mailing Lists

A Mailing list forwards all emails to it's members.

Name List Members Action
{{ list.name }} {{ list.members.join(', ') }}

Catch-all

Emails sent to non existing addresses will be forwarded to the following accounts:

Outbound Mail Relay

Select the mail server through which Cloudron will send outbound mails:

{{ mailRelay.error.host }}
{{ mailRelay.error.port }}
{{ mailRelay.error.serverApiToken }}
{{ mailRelay.error.username }}
{{ mailRelay.error.password }}
{{ mailRelay.error }} Saved

DNS Records

Set the following DNS records to guarantee email delivery:

  {{ record.name }} record

Domain: {{ expectedDnsRecords[record.value].domain }}

Record type: {{ expectedDnsRecords[record.value].type }}

Expected value: {{ expectedDnsRecords[record.value].expected }}

Current value: {{ expectedDnsRecords[record.value].value ? expectedDnsRecords[record.value].value : '[not set]' }}

SMTP Status

  IP Address Blacklist Check

This server's IP {{ selectedDomain.mailStatus.rbl.ip }} is not blacklisted.