dynamic
This commit is contained in:
@@ -8,7 +8,7 @@ This repo currently configures mail for `billenius.com` on `Hermes`.
|
||||
- Thunderbird autoconfig: `autoconfig.billenius.com`
|
||||
- Outlook-style autodiscover: `autodiscover.billenius.com`
|
||||
- CalDAV/CardDAV via Radicale: `cal.billenius.com`
|
||||
- Apple configuration profile: `https://autoconfig.billenius.com/mobileconfig/?emailaddress=love%40billenius.com`
|
||||
- Apple configuration profile: `https://autoconfig.billenius.com/mobileconfig/?username=love&full_name=Love%20Billenius`
|
||||
- Webmail via Roundcube: `https://mail.billenius.com`
|
||||
|
||||
## Repo Locations
|
||||
@@ -50,12 +50,12 @@ This repo does not manage the apex website host for `billenius.com`. If the publ
|
||||
### Apple Mobileconfig
|
||||
|
||||
- The canonical Apple profile entrypoint is:
|
||||
- `https://autoconfig.billenius.com/mobileconfig/?emailaddress=<url-encoded-email>`
|
||||
- `https://autoconfig.billenius.com/mobileconfig/?username=<mail-username>&full_name=<url-encoded-full-name>`
|
||||
- Apple profiles are hosted from `autoconfig.billenius.com`
|
||||
- A small landing page is available at:
|
||||
- `https://autoconfig.billenius.com/mobileconfig/`
|
||||
- Account-specific profiles are always available at:
|
||||
- `https://autoconfig.billenius.com/mobileconfig/<sanitized-email>.mobileconfig`
|
||||
- `https://autoconfig.billenius.com/mobileconfig/<username>.mobileconfig`
|
||||
- If there is exactly one configured mail account, the profile is also available at:
|
||||
- `https://autoconfig.billenius.com/mobileconfig/billenius.mobileconfig`
|
||||
|
||||
@@ -68,6 +68,8 @@ The profile configures:
|
||||
|
||||
Passwords are not embedded in the profile.
|
||||
|
||||
The profile generator accepts a username, not a full email address. The generator appends `@billenius.com` automatically. If the full name is blank, or only contains a first name, the generator defaults the last name to `Billenius`.
|
||||
|
||||
## DNS
|
||||
|
||||
These records are expected for good client discovery.
|
||||
@@ -103,7 +105,7 @@ _carddavs._tcp.billenius.com. TXT "path=/"
|
||||
The preferred setup path on Apple devices is to open the hosted profile in Safari:
|
||||
|
||||
```text
|
||||
https://autoconfig.billenius.com/mobileconfig/?emailaddress=love%40billenius.com
|
||||
https://autoconfig.billenius.com/mobileconfig/?username=love&full_name=Love%20Billenius
|
||||
```
|
||||
|
||||
Install the profile, then enter the password when prompted.
|
||||
|
||||
Reference in New Issue
Block a user