Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better documentation for Apple Mobile Configs #40

Open
cohenchris opened this issue Oct 6, 2023 · 2 comments
Open

Better documentation for Apple Mobile Configs #40

cohenchris opened this issue Oct 6, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@cohenchris
Copy link

There is nearly zero documentation (that I can find) about creating a proper Apple Mobile config for this service. Specifically, I'm not sure what these fields mean, or what exactly they should contain;
- PROFILE_IDENTIFIER=com.example.autodiscover
- PROFILE_UUID=92943D26-CAB3-4086-897D-DC6C0D8B1E86
- MAIL_UUID=7A981A9E-D5D0-4EF8-87FE-39FD6A506FAC
- LDAP_UUID=6ECB6BA9-2208-4ABF-9E60-4E9F4CD7309E

@cohenchris cohenchris added the enhancement New feature or request label Oct 6, 2023
@welly321
Copy link

welly321 commented Oct 8, 2023

Im with you on this. No idea how to set up autodiscover to work with Apple Mac Mail

@diroots
Copy link

diroots commented Nov 30, 2023

you can generate random UUIDs here https://www.uuidgenerator.net/version4
see apple doc about what it is : https://developer.apple.com/documentation/devicemanagement/commonpayloadkeys

and then you can follow instructions here https://github.com/wdes/mail-autodiscover-autoconfig#install-on-apple starting on point 2, as obviously, if you set the profile identifier, uuid, and mail uuid, then on the https://autodiscover.yourdomain.tld you have a "Apple Configuration Profile" section poping up in the default page like in the readme's screenshot, and you can get your mobile profile from the small form. (i believe it would be better to have a real UUID generated with an apple developper account, but with fake UUID it still works

it will not be a signed profile, so you'll get a warning when installing on apple devices, but autoconfiguration works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants