19 lines
575 B
YAML
19 lines
575 B
YAML
mail_autodiscover:
|
|
info:
|
|
name: Example Org
|
|
url: https://autodiscover.example.com
|
|
domain: example.com
|
|
imap:
|
|
host: imap.example.com
|
|
port: 993
|
|
socket: SSL # plain/SSL/STARTTLS
|
|
smtp:
|
|
host: smtp.example.com
|
|
port: 587
|
|
socket: STARTTLS # plain/SSL/STARTTLS
|
|
# Apple mobile config identifiers
|
|
mobile:
|
|
identifier: com.example.autodiscover # Replace with reverse of your domain
|
|
uuid: 92943D26-CAB3-4086-897D-DC6C0D8B1E86 # Replace with random UUID
|
|
mail:
|
|
uuid: 7A981A9E-D5D0-4EF8-87FE-39FD6A506FAC # Replace with random UUID
|