From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <397e626b0e4f73f564f8f242c087b651@hamnavoe.com> To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Wed, 14 Sep 2011 13:39:33 +0100 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] mail client; general question web vs command Topicbox-Message-UUID: 1cd81a66-ead7-11e9-9d60-3106f5b1d025 > smtp: bad network /net/tcp!bluestar!12345 (tcp!bluestar!12345) This should have been corrected by the hg update. But update only changes the source code - you still have to rebuild the command with cd $PLAN9/src/cmd/upas/smtp mk smtp.install > so I tried > $PLAN9/bin/upas/smtp -ai 'tcp!128.141.146.215!12345' > ... The result is: > > Fri Sep 9 21:34:17 CES 2011 connect to tcp!128.141.146.215!12345: > 250-mx.google.com at your service, [128.141.146.215] > 250-SIZE 35882577 > 250-8BITMIME > 250-AUTH LOGIN PLAIN XOAUTH > 250 ENHANCEDSTATUSCODES > > but it does not seem like any email has been sent anywhere... If the login to gmail smtp server is not successful, smtp just exits quietly. Since you are using 128.141.146.215 as the server name, you have to use 'server=128.141.146.215' instead of 'server=bluestar' in the factotum entry.