INSTALLING
This example shows JSON input for additional server setup that specifies all available parameters.
{ "serverSetup": { "server": { "type": "additional", "name": "Mailserver1", "domainName": "Renovations", "title": "Renovations Mail1 Server", "IDFilePath": "C:\\demo\\mailserver1.id", "password": null, "minPasswordLength": 5 }, "network": { "hostName": "mailserver1.renovations.com", "enablePortEncryption": true, "enablePortCompression": true }, "org": { "countryCode": null, "orgName": "Renovations", "orgUnitName": null, "orgUnitPassword": null }, "admin": { "CN": "Bill Ranney" }, "existingServer": { "CN": "adminserver", "hostNameOrIP": "127.0.0.1" }, "notesINI": { "ServerTasks": null, "LOG_REPLICATION": "1", "LOG_SESSIONS": "1" }, "security": { "ACL": { "prohibitAnonymousAccess": true, "addLocalDomainAdmins": true } } }}
Parent topic: Preparing input parameters in a JSON file