created on 08 May 2008, by Syndication, read more…
In the last post, a mail server setup was demonstrated. This post will demonstrate the setup of a mail client. Again, the setup of mail client is fairly straightforward. Here is the run.
On the client side, ensure the /var/mail directory is present. # ls -l /var/mail
If not, create it. # cd /var # mkdir mail
Now modify the client's /etc/vfstab file # vi /etc/vfstab esoft:/var/mail - /var/mail nfs - yes - :wq!
Now mount /var/mail # mount /var/mail
Verify the /var/mail is actually being shared from the mail server # cd /var/mail # df -k .