From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0b5f95f38b8b6ffba246fb6fa407d636@proxima.alt.za> To: 9fans@cse.psu.edu Date: Wed, 22 Aug 2007 15:59:34 +0200 From: lucio@proxima.alt.za MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] auth/smtp - success Topicbox-Message-UUID: b001ab18-ead2-11e9-9d60-3106f5b1d025 It took a lot of digging to discover a very simple key concept: factotum needs a /lib/ndb entry to determine the authentication server associated with a particular authentication domain. I have just rebuilt my Plan 9 network after a serious disk failure and that turned out to be the missing piece I had overlooked. I have tested upas/smtpd against upas/smtp as well as a slightly dated version of Outlook Express. Takes some getting used to, but it does work. I do suspect that it does not override the "norelay" restrictions, so I'm not altogether done, but in the main I can thank the factotum/upas team(s) for a job well done. A small change to a failure() call in factotum/p9cr.c code would have made my quest shorter. I will submit it as a patch as soon as I have removed all the debugging code from the various modules. ++L