diff --git a/panel/ui/vmail/domains-domain.html b/panel/ui/vmail/domains-domain.html index a2bbc07..284c987 100644 --- a/panel/ui/vmail/domains-domain.html +++ b/panel/ui/vmail/domains-domain.html @@ -82,10 +82,10 @@
Incoming Server Settings | |
---|---|
Protocol: | IMAP |
Hostname: | mail.{{ @domain_array.domain }} |
Port: | 143 |
Connection Security: | STARTTLS |
Authentication Method: | Normal password |
Username: | (full email address) |
Notes: | Alternative options that work: Connection Security: SSL/TLS Port: 993 |
Protocol: | IMAP |
Hostname: | mail.{{ @domain_array.domain }} |
Port: | 143 |
Connection Security: | STARTTLS |
Authentication Method: | Normal password |
Username: | (full email address) |
Notes: | Alternative options that work: Connection Security: SSL/TLS Port: 993 |
Outgoing Server Settings | |
---|---|
Protocol: | SMTP |
Hostname: | mail.{{ @domain_array.domain }} |
Port: | 587 |
Connection Security: | STARTTLS |
Authentication Method: | Normal password |
Username: | (full email address) |
Notes: | Alternative options that work: Connection Security: SSL/TLS Port: 465 |
Protocol: | SMTP |
Hostname: | mail.{{ @domain_array.domain }} |
Port: | 587 |
Connection Security: | STARTTLS |
Authentication Method: | Normal password |
Username: | (full email address) |
Notes: | Alternative options that work: Connection Security: SSL/TLS Port: 465 |
Alternative Incoming Server Settings | |
---|---|
Protocol: | POP3 |
Hostname: | mail.{{ @domain_array.domain }} |
Port: | 110 |
Connection Security: | STARTTLS |
Authentication Method: | Normal password |
Username: | (full email address) |
Notes: | Alternative options that work: Connection Security: SSL/TLS Port: 995 |
Protocol: | POP3 |
Hostname: | mail.{{ @domain_array.domain }} |
Port: | 110 |
Connection Security: | STARTTLS |
Authentication Method: | Normal password |
Username: | (full email address) |
Notes: | Alternative options that work: Connection Security: SSL/TLS Port: 995 |
IMAP (listed above) keeps your folders and emails synced on your server and is the recommended default. POP3 listed here keeps your folders and emails on your local computer and can sometimes be a prefered configuration. |