例: 追加のサーバー設定用の完全な JSON ファイル
この例では、使用可能なすべてのパラメーターを指定する追加のサーバー設定用の JSON 入力を示します。
{
"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
}
}
}
}