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 @@ This DNS record is all set, nothing to do. - Type:A - Host:mail.{{ @domain_array.domain }} - Value:{{ @dnsinfo.server_addr }} - TTL:3600 (or default) + Type:A + Host:mail.{{ @domain_array.domain }} + Value:{{ @dnsinfo.server_addr }} + TTL:3600 (or default) This should be the only A record for mail.{{ @domain_array.domain }}. @@ -100,11 +100,11 @@ This DNS record is all set, nothing to do. - Type:MX - Host:{{ @domain_array.domain }} - Value:mail.{{ @domain_array.domain }} - TTL:3600 (or default) - Priority:10 (or default) + Type:MX + Host:{{ @domain_array.domain }} + Value:mail.{{ @domain_array.domain }} + TTL:3600 (or default) + Priority:10 (or default) This should be the only MX record for {{ @domain_array.domain }}
unless you have a backup MX system.
@@ -119,10 +119,10 @@ This DNS record is all set, nothing to do. - Type:TXT - Host:{{ @domain_array.domain }} - Value:"v=spf1 a mx -all" - TTL:3600 (or default) + Type:TXT + Host:{{ @domain_array.domain }} + Value:"v=spf1 a mx -all" + TTL:3600 (or default) There may be other TXT records for {{ @domain_array.domain }}. @@ -138,10 +138,10 @@ - Type:TXT - Host:{{ @dnsinfo.dkim.selector }}._domainkey.{{ @domain_array.domain }} - Value:"k=rsa; p={{ @dnsinfo.dkim.dkim }}" - TTL:3600 (or default) + Type:TXT + Host:{{ @dnsinfo.dkim.selector }}._domainkey.{{ @domain_array.domain }} + Value:"k=rsa; p={{ @dnsinfo.dkim.dkim }}" + TTL:3600 (or default) This should be the only TXT record for this specific Host name. @@ -163,39 +163,39 @@ - - - - - - - + + + + + + +
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.