I am just getting into this, and I have already run into a problem.
On the older server I typed this:
Code: Select all
grep scalix /etc/passwd
And the result came back just as you had said it would:
Code: Select all
scalix:x:101:103:Scalix User:/var/opt/scalix:/bin/true
Then I entered this on the new server:
Code: Select all
groupadd -g 103 scalix
That was fine. And then this:
Code: Select all
useradd -u 101 -g 103 -c "Scalix User" -d "/var/opt/scalix" -m -s /bin/true
That's when I hit a wall. I just get a response telling me to use the proper usage.
I tried just making a new scalix user via the GUI, but there is no bin/true listed in the new servers Login Shell section, and I don't know if I am supposed to make certain password or just use anything.....