[272] in Zephyr_Comments
re: operational examples
daemon@ATHENA.MIT.EDU (John T Kohl)
Thu May 18 15:49:34 1989
Date: Thu, 18 May 89 15:49:11 EDT
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: wdc@ATHENA.MIT.EDU, zephyr-comments@ATHENA.MIT.EDU
In-Reply-To: [0271]
The significant questions I am interested in knowing relate to the hand
off of personal messages between servers and clients as one changes
realms. Does the personal message go directly to the client in Realm B
after Realm A client learns from Realm A server that Realm B server says
Realm B client is accepting or are personal messages forwarded between
Realm A server and the Realm B server and then delivered by the Realm B
server?
testuser% zwrite foo@LCS.MIT.EDU
results in the notice hopping thus:
zwrite -> hostmanager -> local server (like usual so far) -> foreign
server -> foo's zwgc
John