Well, FreeBSD, actually.
I’m trying to move all the “server type stuff” on my home LAN from a windows XP box to a FreeBSD box for various reasons.
I’ve got everything moved over except this darn mail server.
On Windows, I use 602LAN Suite for the mail server. It has loads of dandy functions I’d like to replicate in *nix:
[ul]
[li]Checks email from multiple POP3 accounts around the web[/li][li]Merges them into local mailboxes based on rules I specify[/li][li]Scans for Viruses[/li][li]Blocks spam[/li][li]Includes a POP server so the client machines around the house just connect to the BSD box.[/li][li]Includes a web mail server so I can check from anywhere[/li][li]Routes outgoing SMTP through my ISP’s mail server[/li][/ul]
I understand that most people would use a separate program for each function, but my *nix skills aren’t quite there yet.
I found this howto but dang if it aint complicated.
Is there an all-in-one suite that’s easy to install (preferably a FreeBSD Port), that can handle this? I’m hoping for something that can also be configured through a web browser, though I can do it with conf files if need be. My server has no Xwindows installed, no traditional GUI needed.
Thanks!