> 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.


Reply via email to