We've got installs now with more than that. In general that is very low traffic (message wise) so assuming you'll only have a fraction of the users on at any one time you could probably handle the entire load on a couple servers. Depending on what you plan to use for storage; internal vs external you'll want to decide if you have a frontend (mta, spam, virus, logger, etc) and then store all the mail on a back end. Or build two identical hosts (except for LDAP) and load balance between the two. The 2nd option gives you two MTA's so if one is down you'll always have a backup. Similar for the mail stores where if one is down you can still server the other 50% of your user base. |