Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HaiSoft (public)
Plesk - Mail Autoconfig
Commits
096347b9
Unverified
Commit
096347b9
authored
May 16, 2018
by
MegaS0ra
Committed by
GitHub
May 16, 2018
Browse files
Adapted to use customization schema
parent
26cee1f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
iphone.mobileconfig
View file @
096347b9
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<dict>
<dict>
<key>
PayloadIdentifier
</key>
<key>
PayloadIdentifier
</key>
<string>
<string>
com.apple.mdm.
%hostname%
.%first_uuid%.
haisoft
</string>
com.apple.mdm.
HOSTNAME
.%first_uuid%.
COMPANYLOWERCASENAME
</string>
<key>
PayloadRemovalDisallowed
</key>
<key>
PayloadRemovalDisallowed
</key>
<false
/>
<false
/>
<key>
PayloadScope
</key>
<key>
PayloadScope
</key>
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<key>
PayloadUUID
</key>
<key>
PayloadUUID
</key>
<string>
%first_uuid%
</string>
<string>
%first_uuid%
</string>
<key>
PayloadOrganization
</key>
<key>
PayloadOrganization
</key>
<string>
%hostname%
</string>
<string>
HOSTNAME
</string>
<key>
PayloadVersion
</key>
<key>
PayloadVersion
</key>
<integer>
1
</integer>
<integer>
1
</integer>
<key>
PayloadDisplayName
</key>
<key>
PayloadDisplayName
</key>
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<integer>
1
</integer>
<integer>
1
</integer>
<key>
PayloadIdentifier
</key>
<key>
PayloadIdentifier
</key>
<string>
<string>
com.apple.mdm.
%hostname%
.%first_uuid%.
haisoft
.email.%second_uuid%
</string>
com.apple.mdm.
HOSTNAME
.%first_uuid%.
COMPANYLOWERCASENAME
.email.%second_uuid%
</string>
<key>
PayloadUUID
</key>
<key>
PayloadUUID
</key>
<string>
%second_uuid%
</string>
<string>
%second_uuid%
</string>
<key>
PayloadEnabled
</key>
<key>
PayloadEnabled
</key>
...
@@ -65,13 +65,13 @@
...
@@ -65,13 +65,13 @@
<key>
EmailAddress
</key>
<key>
EmailAddress
</key>
<string>
%email%
</string>
<string>
%email%
</string>
<key>
IncomingMailServerHostName
</key>
<key>
IncomingMailServerHostName
</key>
<string>
%hostname%
</string>
<string>
HOSTNAME
</string>
<key>
IncomingMailServerPortNumber
</key>
<key>
IncomingMailServerPortNumber
</key>
<integer>
993
</integer>
<integer>
993
</integer>
<key>
IncomingMailServerUsername
</key>
<key>
IncomingMailServerUsername
</key>
<string>
%email%
</string>
<string>
%email%
</string>
<key>
OutgoingMailServerHostName
</key>
<key>
OutgoingMailServerHostName
</key>
<string>
%hostname%
</string>
<string>
HOSTNAME
</string>
<key>
OutgoingMailServerPortNumber
</key>
<key>
OutgoingMailServerPortNumber
</key>
<integer>
465
</integer>
<integer>
465
</integer>
<key>
OutgoingMailServerUsername
</key>
<key>
OutgoingMailServerUsername
</key>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment