From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 3 Nov 2014 23:06:24 -0500 To: 9fans@9fans.net Message-ID: <96074c070ce484963af43da1461a3143@ladd.quanstro.net> In-Reply-To: References: <8dd4e651db2f5fe19ce37dd53ad473d2@hamnavoe.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Setting up Mail in Acme on the Raspberry Pi. Topicbox-Message-UUID: 22f88db6-ead9-11e9-9d60-3106f5b1d025 > Type the line: > ;upas/smtp -d -a -h localhost.localdomain net!smtp.spray.se plan9.meo@gmail xxx@spray.se > i haven't done this by hand for a while but i see a few problems 1. -h localhost.localdomain violates the rfc. the rfc demands that the (E)HELO line contain a name that's resolvable in public dns. 2. the proper arguments looks incorrect. from smtp(8) upas/smtp [ -aAdfipst ] [ -b busted-mx ] ... [ -g gateway ] [ -h host ] [ -u user ] [ .domain ] destaddr sender rcpt-list that would give .domain = net!smtp.spray.se (!) destaddr = plan9.meo@gmail sender = xxx@spray.se i'm pretty sure that the .domain argument is not as intended, from the man page: Finally if .domain is given, it is appended to the end of any unqualified system names in the envelope or header. > Mark this line and middleclick on it to execute. To this e-mail > address (substituted with xxx) I get an error messages in Acme but an empty mail > get through. If someone could point out what I'm doing wrong I'd be very > grateful. - erik