Initial commit
This commit is contained in:
commit
530fbab51c
9 changed files with 297 additions and 0 deletions
19
defaults/main.yml
Normal file
19
defaults/main.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue