mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 09:14:39 +03:00
make setting up apple mail clients easier by providing .mobileconfig device management profiles
including showing a qr code to easily get the file on iphones. the profile is currently in the "account" page. idea by x8x in issue #65
This commit is contained in:
2
main.go
2
main.go
@ -509,7 +509,7 @@ configured over otherwise secured connections, like a VPN.
|
||||
}
|
||||
|
||||
func printClientConfig(d dns.Domain) {
|
||||
cc, err := mox.ClientConfigDomain(d)
|
||||
cc, err := mox.ClientConfigsDomain(d)
|
||||
xcheckf(err, "getting client config")
|
||||
fmt.Printf("%-20s %-30s %5s %-15s %s\n", "Protocol", "Host", "Port", "Listener", "Note")
|
||||
for _, e := range cc.Entries {
|
||||
|
Reference in New Issue
Block a user