Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!ucbvax!HTIKHT5.BITNET!S211KENO From: S211KENO@HTIKHT5.BITNET.UUCP Newsgroups: mod.computers.vax Subject: RE: MAIL and Clusters Message-ID: <8702040107.AA03857@ucbvax.Berkeley.EDU> Date: Tue, 3-Feb-87 10:47:00 EST Article-I.D.: ucbvax.8702040107.AA03857 Posted: Tue Feb 3 10:47:00 1987 Date-Received: Wed, 4-Feb-87 07:26:12 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 13 Approved: info-vax@sri-kl.arpa > We have an 8600 and 8650 clustered. When a user on one node sends VMS > MAIL to a user on the other node, the recipient is NOT notified... > (New mail on node NODE from USER). Anyone know why ? Because the user-specified address probably does not include a node-name. (address NODE::USER will have the desired effect but is expensive). However, defining MAIL$SYSTEM_FLAGS is much more efficient: $ DEFINE/SYSTEM/EXEC MAIL$SYSTEM_FLAGS 2 on both nodes See Mail Utility Reference Manual page 14 ----------- Kees.