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,29 +0,0 @@
<!-- Copyright 1999-2025. WebPros International GmbH. All rights reserved. -->
<clientConfig version="1.1">
<emailProvider id="{{HOSTNAME}}">
<domain>{{HOSTNAME}}</domain>
<displayName>{{DISPLAY_NAME}}</displayName>
<displayShortName>{{DISPLAY_NAME}}</displayShortName>
<incomingServer type="imap">
<hostname>{{INCOMING_SERVER}}</hostname>
<port>{{IMAP_PORT}}</port>
<socketType>{{INCOMING_SSL}}</socketType>
<authentication>password-cleartext</authentication>
<username>{{USER_NAME}}</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>{{OUTGOING_SERVER}}</hostname>
<port>{{SMTP_PORT}}</port>
<socketType>{{OUTGOING_SSL}}</socketType>
<authentication>password-cleartext</authentication>
<username>{{USER_NAME}}</username>
</outgoingServer>
<incomingServer type="pop3">
<hostname>{{INCOMING_SERVER}}</hostname>
<port>{{POP3_PORT}}</port>
<socketType>{{INCOMING_SSL}}</socketType>
<authentication>password-cleartext</authentication>
<username>{{USER_NAME}}</username>
</incomingServer>
</emailProvider>
</clientConfig>

View File

@@ -1,42 +0,0 @@
<!-- Copyright 1999-2025. WebPros International GmbH. All rights reserved. -->
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
<User>
<DisplayName>{{DISPLAY_NAME}}</DisplayName>
</User>
<Account>
<AccountType>email</AccountType>
<Action>settings</Action>
<Protocol>
<Type>IMAP</Type>
<Server>{{INCOMING_SERVER}}</Server>
<Port>{{IMAP_PORT}}</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>{{INCOMING_SSL}}</SSL>
<AuthRequired>on</AuthRequired>
<LoginName>{{USER_NAME}}</LoginName>
</Protocol>
<Protocol>
<Type>SMTP</Type>
<Server>{{OUTGOING_SERVER}}</Server>
<Port>{{SMTP_PORT}}</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>{{OUTGOING_SSL}}</SSL>
<AuthRequired>on</AuthRequired>
<LoginName>{{USER_NAME}}</LoginName>
</Protocol>
<Protocol>
<Type>POP3</Type>
<Server>{{INCOMING_SERVER}}</Server>
<Port>{{POP3_PORT}}</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>{{INCOMING_SSL}}</SSL>
<AuthRequired>on</AuthRequired>
<LoginName>{{USER_NAME}}</LoginName>
</Protocol>
</Account>
</Response>
</Autodiscover>

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>