As part of my occasional series of how I used my FreeNAS server as the heart of my home network, I decided to transfer my mail/IMAP server from a standalone Linux box to a FreeNAS jail.
Linux Configuration
This machine is only serving as the mail server, so it needs a minimal install with sufficient packages to support mail. It doesn’t need the overhead of running X sessions.
- Linux: OpenSUSE 12.3
- Postfix
- Dovecot
- Apache server
- postfixadmin
- eGroupware
- fetchmail
- PHP and perl support
- Some support tools such as the PostgresQL command-line client
The hardware running this is an old laptop (circa 2005) with a fairly modest specification (by today’s standards). An Intel Celeron processor, 700Mb memory and a 60MB HDD with a 100Mbit ethernet connection. However, looking at the load on this system, it is spending most of it’s time idle. The backend PostgresQL database used by postfix and the groupware product is already sitting in another FreeNAS jail. Continue reading Installing postfix in freenas jail