From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9ab217670704130734j7cad283ara8a51628d605be24@mail.gmail.com> Date: Fri, 13 Apr 2007 10:34:14 -0400 From: "Devon H. O'Dell" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] SMTP Woes Topicbox-Message-UUID: 469d30fc-ead2-11e9-9d60-3106f5b1d025 >>From what I can tell, I've done everything correctly to set up SMTP from my machine. I've set smtp=smtp.gmail.com in /lib/ndb/local. I've copied /mail/lib/rewrite.gateway to /mail/lib/rewrite. I've modified /mail/lib/remotemail to pass the -a flag to upas/smtp. Just to be sure, I'm passing -s too. However, not all is happy. Running the proper commands, fgb gets: g% /bin/upas/smtp -d -as -h yourdomain.dom net!smtp.gmail.com fgb benavento@gmail.com sending /net/dns 'smtp.gmail.com mx' dns: dns: resource does not exist mxdial trying /net/net!smtp.gmail.com!smtp 220 mx.google.com ESMTP 3sm2590210wrs EHLO 192.168.233.128 : : [ continues on working. ] When I run this command, I get: 9top% upas/smtp -d -as -h yourdomain.dom 'net!$smtp' dho devon.odell@gmail.com expanding /net!$smtp sending /net/dns 'smtp.gmail.com mx' dns: dns: resource does not exist mxdial trying /net/net!smtp.gmail.com!smtp smtp: connection timed out (net!smtp.gmail.com) Now, if I change the 'net!$smtp' to net!smtp.gmail.com, or even pass -g smtp.gmail.com, I get the same behavior. Any ideas what could be going wrong in my setup? --dho