From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0848453ce4b9fba557830b787a75b06d@coraid.com> From: erik quanstrom Date: Fri, 13 Apr 2007 10:58:39 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] SMTP Woes In-Reply-To: <9ab217670704130734j7cad283ara8a51628d605be24@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 46b1303e-ead2-11e9-9d60-3106f5b1d025 i think you need to replace yourdomain.dom with your real domain in your rewrite file. - erik On Fri Apr 13 10:34:14 EDT 2007, devon.odell@gmail.com wrote: > 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