From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: <479764CA.6080102@kix.es> References: <479764CA.6080102@kix.es> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Gary Wright Subject: Re: [9fans] SMTP problem Date: Wed, 23 Jan 2008 11:17:39 -0500 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: 34bff620-ead3-11e9-9d60-3106f5b1d025 On Jan 23, 2008, at 11:01 AM, Rodolfo kix Garci a wrote: > Hi, > > I am tired and I can't find the problem. I am changing my smtp > server to my new one. The problem is about the relay denied: > > cpu% upas/smtp -a -s -i -d -h kix.es net!mail.kix.es foo foo@bar.com I'm not sure if I'm telling you something you already know but... Most (sane) mail servers will not forward email to an arbitrary address (bar.com) unless you have authenticated your SMTP session. Based on that SMTP trace, it doesn't look like any SMTP authentication took place and so relaying to bar.com was denied. Gary Wright