Each user must have a home directory on the mail server.
# mkdir -v /home/BFREE.ON.CA
[screenshot]
Note: The name of this directory must be capitalized.
# mcedit /usr/local/sbin/update-homes
[screenshot]
The script reads as follows:
[update-homes]
# chmod -v 750 /usr/local/sbin/update-homes
[screenshot]
# update-homes
[screenshot]
This command may take several minutes to finish.
# ls -la /home/BFREE.ON.CA | more
[screenshot]
# mcedit /etc/crontab
[screenshot]
Add the following line to this file:
0-59/15 * * * * root /usr/local/sbin/update-homes
The system will now update the home directories every fifteen minutes.