From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2d917f6e8e4b6ea9d3497711e254b999@voidness.de> To: 9fans@cse.psu.edu Subject: Re: [9fans] mail questions From: Heiko Dudzus Date: Sun, 13 Feb 2005 14:20:56 +0100 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 08143012-ead0-11e9-9d60-3106f5b1d025 > Yes, that line is from the wiki. Looks like "smtp" is what > they meant. Looks like upas/smtp doesnt like getting 'net!$smtp' > as an address. I hardwired my smtp gateway into /mail/bin/remotemail > and got passed the x509 certificate bits (added -a so that it > knows to use ssl, and added the cert to the proper file). > > Now it seems like it should be succeeding, but that the smtp > program is confused: > > p9term Feb 11 19:02:01 delivery to smtp.gmail.com failed: > 250-smtp.gmail.com at your service > 250-SIZE 20971520 > 250-8BITMIME > 250-AUTH LOGIN PLAIN > 250 ENHANCEDSTATUSCODES > > The smtp host is saying "everything's good" and upas is saying > "failed." When I try to post a message with upas/smtp -a I can't get around the following error that shows up in /sys/log/smtp: | talisker Feb 13 13:20:36 remote cert. has bad thumbprint: x509 sha1=08F63C39700EA3F2DCD47B9DE70358123BE09DB6 server=smtp.web.de although I added | x509 sha1=08F63C39700EA3F2DCD47B9DE70358123BE09DB6 server=smtp.web.de to /sys/lib/tls/mail. In the SMTP dialog, the client therefore keeps silence after it requested STARTTLS and the server the server said "go ahead". The session quits through timeout, then. Is that also what you get? BTW: The man page of smtp(8) explains the meaning of '-a' two times (slightly differing, slightly confusing) > Is anyone currently using gmail's smtp service? I gave up trying to send mail via authenticated SMTP at this point last year. Heiko