[CentOS] Re: Planning Mail Server (with low resources)

Wed Dec 7 20:44:19 UTC 2005
Karanbir Singh <mail-lists at karan.org>

Alain Reguera wrote:
> agree with you about the need of connecting through ssh with no root
> user so with a normal user.
> 
> Restructuring setup
> ----------------------------------
> Hardware:
> Pentium III 1.4Ghz
> 256 RAM
> 40 GB HD-IDE
> 
> Soft:
> CentOS 4.2
> Postfix
> Cyrus-IMAPd
> 
> Partitioning(in MB):
> /                         1.000
> /boot/                  100
> /home/                50
> swap                   512
> /tmp/                   500
> /usr/                    5.000
> /var/                    10.000
> /var/spool/imap/    22.838

You dont need a /home partition - drop that and stick with a 1 Gig /
if and when you need it, its easy to later drop in another hard disk and 
use that for the purpose.

Cyrus will not store any user data in /home - everything, including mail 
filters, vacation messages etc are stored within the imap/ directories

- K