PDA

View Full Version : Qmail/Vpopmail/pop3/imap Cluster design


los
02-19-2004, 10:17 PM
have any of you guys ever brought up a cluster like in this website below

http://www.shupp.org/maps/ispcluster.html

talking to differnt people they all say nfs to slow some have pointed me to coda but really don't know about it to much what do you guys recomend or have used and know it works.... just looking for some advice

Bookworm
02-19-2004, 10:37 PM
Actually, NFS can work quite well. No, I haven't set up any system utilizing NFS for more than base Linux installs - not because it doesn't work, but because I don't need to scale up to anything that large.

No experience here with that system, to answer your original question.

Basically, what you're doing is synchronizing two servers to actually hold the data, then you have two mail servers that are accessing data through NFS - to internal machines. Benefit is that your data isn't actually on any machine directly connected to the Internet, and if any one machine drops, you don't lose much, if anything. Downside to this is that you've added at least two levels of complexity to the solution, and increased the points of failure by a large margin.

BW