diff --git a/src/views/email.html b/src/views/email.html index 6dabd145e..4808193b7 100644 --- a/src/views/email.html +++ b/src/views/email.html @@ -256,313 +256,308 @@ -
-

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 -
+ + +
+
+
+ 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

+
+
+

-

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. +
+
-
-
-
-
-
- -
-
- This feature requires the Cloudron to be on custom domain. -
-
-
-
-

Mailboxes - -

-
- -
-
-
- - - - - - - - - - - - - - - - - -
NameOwnerAliasesAction
- {{ mailbox.name }} - - {{ mailbox.owner.display }} - - {{ mailbox.aliases }} - - - -
-
-
-
- -
-

Mailing Lists - -

-
- -
-
-
- A Mailing list forwards all emails to it's members. - -
-
- - - - - - - - - - - - - - - - -
NameList MembersAction
- {{ list.name }} - - {{ list.members.join(', ') }} - - - -
-
-
-
- -
-

Catch-all

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

Outbound Mail Relay

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

Mailboxes + +

-
-
-
-
-
-
-
- -
- {{ mailRelay.error.host }} -
- +
+
+
+ + + + + + + + + + + + + + + + + +
NameOwnerAliasesAction
+ {{ mailbox.name }} + + {{ mailbox.owner.display }} + + {{ mailbox.aliases }} + + + +
-
- -
- {{ mailRelay.error.port }} -
- -
- - -
- -
- {{ mailRelay.error.serverApiToken }} -
- -
- - -
- -
- {{ mailRelay.error.username }} -
- -
- -
- -
- {{ mailRelay.error.password }} -
- -
- - - +
-
-
-
-
- +
+

Mailing Lists + +

+
- {{ mailRelay.error }} - Saved -
-
-
+
+
+
+ A Mailing list forwards all emails to it's members. -
-

DNS Records

-
+
+
-
-
-
- Set the following DNS records to guarantee email delivery: + + + + + + + + + + + + + + + +
NameList MembersAction
+ {{ list.name }} + + {{ list.members.join(', ') }} + + + +
+
+
+
-

+
+

Catch-all

+
-
-
-
-

-   - {{ 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]' }}

+
+
+
+ Emails sent to non existing addresses will be forwarded to the following mailboxes: +
+
+
+
+
+ + +
+
+
+ + + +
+
+
+ Select the mail server through which Cloudron will send outbound mails: +
+
+ +
+ +
+
+
+
-
-
-
-
-
-
-

SMTP Status

-
+
+
+
+
+
+ +
+ {{ mailRelay.error.host }} +
+ +
+
+ +
+ {{ mailRelay.error.port }} +
+ +
-
-
-
+ +
+ +
+ {{ mailRelay.error.serverApiToken }} +
+ +
-
-
-

-   - - {{ selectedDomain.mailConfig.relay.provider === 'cloudron-smtp' ? 'Outbound SMTP (Direct)' : 'Outbound SMTP (Relay)' }} - - -

-
-
-

{{ selectedDomain.mailStatus.relay.value }}

+ +
+ +
+ {{ mailRelay.error.username }} +
+ +
+ +
+ +
+ {{ mailRelay.error.password }} +
+ +
+ + + +
+
+
+ +
+
+ + + {{ mailRelay.error }} + Saved
-
+ -
-
-

-   - - IP Address Blacklist Check - - -

-
-
-
This server's IP {{ selectedDomain.mailStatus.rbl.ip }} is not blacklisted.
-
- {{ server.name }} + +
+
+
+ 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.
+ +
+
+
+
+ +
+
+ +
+
+
-
-
-
- + +