mailcow / mailcow-dockerized

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
8.9k stars 1.17k forks source link

Add aliases to Apple connection profile (mobileconfig) #4828

Open marcbull opened 2 years ago

marcbull commented 2 years ago

Summary

Similar to the (discontinued) Apple Profile Manager, the mailcow mobileconfig creator should (optionally) add email aliases to the EmailAddress field of the resulting mobileconfig file.

Motivation

This would allow us to use the mobileconfig generator provided by mailcow since we use multiple aliases per user.

Additional context

The format for multiple email addresses is:

...
            <key>EmailAddress</key>
            <string>user@domain.com,alias1@domain.com,alias2@domain.com,...</string>
...
sbisbilo commented 6 months ago

Hello I tried to add manually some aliases (string>user@domain.com,alias1@domain.com,alias2@domain.com,...</string) but it is not working, any update on the formatting of the profile file?