How would I fix these errors. They run when I enter mailinabox.
Initializing system random number generator…
WARN: uid is 0 but ‘/’ is owned by 107
WARN: uid is 0 but ‘/’ is owned by 107
Firewall is active and enabled on system startup
Installing nsd (DNS server)…
WARN: uid is 0 but ‘/’ is owned by 107
Installing Postfix (SMTP server)…
WARN: uid is 0 but ‘/’ is owned by 107
WARN: uid is 0 but ‘/’ is owned by 107
Installing Dovecot (IMAP server)…
WARN: uid is 0 but ‘/’ is owned by 107
WARN: uid is 0 but ‘/’ is owned by 107
WARN: uid is 0 but ‘/’ is owned by 107
It seems that your filesystem permissions are broken. Did you run a chown -R somewhere? I would probably reinstall/restore at that point?
I saw in your other topic that you used scp to transfer the files, by default that doesn’t preserve modes. Did you use -p?
-p Preserves modification times, access times, and modes from the original file.
I prefer to transfer via rsync. This creates an identical structure at the other end as long as the user has the rights to create the files. (So in this case use root)