This linux documentation section is just beginning. The plan is to develop a thorough linux admin site with summary and indepth information so linux users can put together a solid environment from beginning to end without grasping for straws "googling" information.-
Anatomy of Postfix
by Ralf Hildebrandt and Patrick Koetter in Software
Since this is a VM, I simply add a new blank hard drive through VMware Infrastructure Client, in this case we're just going to reboot so the VM will pickup the new drive.
Since this is a brand new drive, we need to setup any partitions we would like on the drive. If you’re not sure what the name of the drive is, you can always do a fdisk -l first:
# fdisk -l
Disk /dev/sda: 12.8 GB, 12884901888 bytes
255 heads, 63 sectors/track, 1566 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Why rebuild the kernel? The main reason was once to optimize the kernel to your environment (hardware and usage patterns). With modern hardware there is rarely a need to recompile unless there is a particular feature of a new kernel that you must have. The performance gains are probably not noticeable unless specific benchmarks are being run.
Restrict Users to SCP and SFTP and Block SSH Shell Access with rssh
Take a Fedora Core 5 system and encrypt (using dm-crypt and LUKS) the partition that gets mounted on /home.