Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!tut.cis.ohio-state.edu!cis.ohio-state.edu!karl_kleinpaste From: karl_kleinpaste@cis.ohio-state.edu Newsgroups: comp.mail.sendmail Subject: Re: NFS-mounted /usr/spool/mail Message-ID: Date: 19 Jul 90 13:20:33 GMT References: <5271@darkstar.ucsc.edu> Sender: news@tut.cis.ohio-state.edu Distribution: usa Organization: Ohio State Computer Science Lines: 23 haynes@ucscc.ucsc.edu writes: > In order to provide our users with a more transparent view of > our network, we plan to centralize our /usr/spool/mail files on one > machine, using NFS and symbolic links to access them on the others. Seems to me one thing you need to worry about is whether it scales. I think it scales fine. We use a single /usr/spool/mail mounted on ~400 machines and have no trouble. The one thing you'll really need to worry about is having an rpc.mountd which can cope with the abuse inflicted by the booting of one's entire network; cf. discussion in comp.protocols.nfs about 2 months ago regarding rpc.mountd thrashing when too many machines are asking for filesystems. Oh, you'll also want to modify /bin/mail to be resilient to NFS timeouts. We soft-mount /usr/spool/mail on most systems, but /bin/mail must not be allowed to kick out on an NFS error. Add a pile of error-return checking and retries when errors occur. --karl -- I think that everyone's brains get scrambled one way or another. --Killashandra Ree