Running ns8 on minimal Rocky install.
Initial configure of mail gives:
Task get-defaults failed. ID: 1c9c3770-0041-41ad-b2ce-baca11c87d48
With the following More info:
{
"context": {
"action": "get-defaults",
"data": null,
"extra": {
"eventId": "adf10655-6cf8-4a3b-8d38-f7ae6bdd128e",
"isNotificationHidden": true,
"title": "Get defaults"
},
"id": "1c9c3770-0041-41ad-b2ce-baca11c87d48",
"parent": "",
"queue": "module/mail1/tasks",
"timestamp": "2023-05-12T19:12:24.834439124Z",
"user": "admin"
},
"status": "aborted",
"progress": 100,
"subTasks": [],
"validated": true,
"result": {
"error": "Validation errors: [mail_domain: Must validate one and only one schema (oneOf) mail_domain: Does not match pattern '\\.']\n",
"exit_code": 1,
"file": "task/module/mail1/1c9c3770-0041-41ad-b2ce-baca11c87d48",
"output": {
"hostname": "localhost.localdomain",
"mail_domain": "localdomain",
"user_domains": [
{
"base_dn": "DC=ad,DC=bogolinux,DC=net",
"bind_dn": "ldapservice@ad.bogolinux.net",
"bind_password": "0yK93Vysv14RKztplqfC,ixPLdjLw6G^",
"location": "internal",
"name": "ad.bogolinux.net",
"protocol": "ldap",
"providers": [
{
"file_server": true,
"host": "192.168.0.145",
"id": "samba1",
"node": 1,
"port": 636,
"ui_name": ""
}
],
"schema": "ad",
"tls": true,
"tls_verify": false
}
]
}
}
}
I also noticed throughout the install, the following numerous times:
/etc/rc.d/rc.local is not marked executable, skipping
Cheers.