Xref: utzoo comp.mail.mh:1177 comp.mail.sendmail:2293 Path: utzoo!attcan!uunet!wuarchive!cs.utexas.edu!ut-emx!jones From: jones@ut-emx.uucp (William L. Jones) Newsgroups: comp.mail.mh,comp.mail.sendmail Subject: Re: decnet mail addressing and MH Keywords: decnet addresses MH Message-ID: <38564@ut-emx.uucp> Date: 22 Oct 90 22:55:27 GMT References: <329@puma.ge.com> <1990Oct18.220124.7784@cs.utk.edu> <1990Oct22.011036.3679@cs.utk.edu> Followup-To: comp.mail.mh Organization: The University of Texas at Austin; Austin, Texas Lines: 16 I modefied the mail-11 mailer daemon to translate decnet mail address as follows: node::"hast@domain" -> host@domain node::"user" -> user@node.thenet node::user -> user@node.thenet This simplifies the sendmail configuration file a greate deal. It also make it possible for user to reply to mail messages sent form decent. The "thenet" is used only on the localhost. If the localhost is used as a mail fowarder for say internet mail by decnet then user@node.thenet gets rewritten as user%node.thenet@localhost. Bill Jones