Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!convex!datri From: datri@convex.com (Anthony A. Datri) Newsgroups: comp.soft-sys.andrew Subject: Re: Why isn't ATK more widely used? Message-ID: <104405@convex.convex.com> Date: 27 Jul 90 20:16:00 GMT References: <104319@convex.convex.com> Sender: usenet@convex.com Organization: Convex Computer Corporation; Richardson, TX Lines: 14 >AMS won't hurt you with having /var/spool/mail NFS-mounted, but >sendmail/binmail will/might. You're living very dangerously if you're >letting normal sendmail/binmail deliver mail into spool files on NFS. I >recommend against it. What I've got is /var/spool/mail mounted from the server, which is where mail is also directed via an alias. My concern is that AMS/Messages might read /var/spool/mail/datri (for example) and truncate it at the same time that binmail on the server is trying to deliver new mail into that mailbox. The client machine's sendmail.cf has Sun's "OR" flag set so that local mail is sent to the server's sendmail instead of the local one. Thus, local binmail and sendmail never write. --