From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <4AA36158-32C5-4B9D-901B-C5EB8A2849F5@9grid.es> From: Gabriel Diaz Lopez de la Llave To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> In-Reply-To: <479764CA.6080102@kix.es> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (iPhone Mail 3B48b) Subject: Re: [9fans] SMTP problem Content-Transfer-Encoding: 7bit Date: Wed, 23 Jan 2008 17:37:05 +0100 References: <479764CA.6080102@kix.es> Topicbox-Message-UUID: 34cd1de6-ead3-11e9-9d60-3106f5b1d025 hello > > EHLO kix.es > 250-jankymail-mx2.g.dreamhost.com I think that name should be in factotum. you could try to put wilcards in the server option like *.dreamhost.com but I don't if that works or makes sense to factotum. You could send email choosing one server of the dreamhost.com pool and using it by its direct name instead mail.kix.es, I think this way upas/ smtp will find your key correctly, and you will speak allways with the same server instead of a 'random' one. slds. > > 250-PIPELINING > 250-SIZE 40960000 > 250-ETRN > 250-STARTTLS > 250 8BITMIME > STARTTLS > 220 Ready to start TLS > EHLO kix.es > 250-jankymail-mx2.g.dreamhost.com > 250-PIPELINING > 250-SIZE 40960000 > 250-ETRN > 250 8BITMIME > MAIL FROM: <--changed for the 9fans list > 250 Ok > RCPT TO: > 554 : Relay access denied > Wed Jan 23 16:53:12 CET 2008 connect to net!mail.kix.es: > 554 : Relay access denied > QUIT > 221 Bye > cpu% > > The problem is about the user/pass auth (I think it), but is correct > in factotum: > > cpu% cat /mnt/factotum/ctl > key proto=pass server=mail.kix.es service=imap user=foo !password? > key proto=pass service=smtp user=foo server=mail.kix.es !password? > key proto=pass server=mx1.balanced.janky.mail.dreamhost.com > service=smtp user=foo !password? > key proto=pass server=mx2.balanced.janky.mail.dreamhost.com > service=smtp user=foo !password? > > With my own mail address at the server, it runs ok. > > Heeeelp! > > slds, kix.