This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,81 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadIdentifier</key>
<string>com.plesk.{{UUID1}}</string>
<key>PayloadRemovalDisallowed</key>
<false />
<key>PayloadScope</key>
<string>User</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>{{UUID1}}</string>
<key>PayloadOrganization</key>
<string>{{HOSTNAME}}</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadDisplayName</key>
<string>{{DISPLAY_NAME}}</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.mail.managed</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.apple.mdm.{{HOSTNAME}}.{{UUID1}}.haisoft.email.{{UUID2}}</string>
<key>PayloadUUID</key>
<string>{{UUID2}}</string>
<key>PayloadEnabled</key>
<true />
<key>PayloadDisplayName</key>
<string>{{DISPLAY_NAME}}</string>
<key>EmailAccountDescription</key>
<string>{{DISPLAY_NAME}}</string>
<key>disableMailRecentsSyncing</key>
<true />
<key>allowMailDrop</key>
<false />
<key>PreventMove</key>
<true />
<key>PreventAppSheet</key>
<false />
<key>SMIMEEnabled</key>
<false />
<key>SMIMEEnablePerMessageSwitch</key>
<false />
<key>IncomingMailServerAuthentication</key>
<string>EmailAuthPassword</string>
<key>IncomingMailServerUseSSL</key>
<{{INCOMING_SSL}} />
<key>OutgoingMailServerAuthentication</key>
<string>EmailAuthPassword</string>
<key>OutgoingMailServerUseSSL</key>
<{{OUTGOING_SSL}} />
<key>EmailAccountType</key>
<string>EmailTypeIMAP</string>
<key>EmailAccountName</key>
<string>{{DISPLAY_NAME}}</string>
<key>EmailAddress</key>
<string>{{DISPLAY_NAME}}</string>
<key>IncomingMailServerHostName</key>
<string>{{INCOMING_SERVER}}</string>
<key>IncomingMailServerPortNumber</key>
<integer>{{IMAP_PORT}}</integer>
<key>IncomingMailServerUsername</key>
<string>{{USER_NAME}}</string>
<key>OutgoingMailServerHostName</key>
<string>{{OUTGOING_SERVER}}</string>
<key>OutgoingMailServerPortNumber</key>
<integer>{{SMTP_PORT}}</integer>
<key>OutgoingMailServerUsername</key>
<string>{{USER_NAME}}</string>
<key>OutgoingPasswordSameAsIncomingPassword</key>
<true />
</dict>
</array>
</dict>
</plist>