So, now you are using port 3890 for LDAP, what result do you get for the command below:
lsof -i:3890
I would also like you to perform a permission check on the data folder, check the
permissions for scalix files using the command "omcheck -s -d", to actually fix the
problem if any of permissions, you should run omcheck to generate a shell script
- on standard output - that, when run, fixes the problem for permission issues.
Code: Select all
omcheck -s -d >fix_perms.sh
bash ./fix_perms.sh
You might want to review what the script is planning to do before actually executing
the second command.
Thanks,
Subir