From owner-freebsd-questions Sun Jun 10 15:31: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 6594A37B401 for ; Sun, 10 Jun 2001 15:30:55 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.1/8.11.1) with ESMTP id f5AMUqU70585 for ; Mon, 11 Jun 2001 10:30:52 +1200 (NZST) (envelope-from dan@langille.org) Message-Id: <200106102230.f5AMUqU70585@lists.unixathome.org> From: "Dan Langille" Organization: novice in training To: freebsd-questions@freebsd.org Date: Sun, 10 Jun 2001 18:30:50 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: TLS MTA connections and /etc/mail/sendmail.cf Reply-To: dan@langille.org X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I suspect my configuration of sendmail is attempting to use TLS connections without a certificate. This is based upon a short discussion in -chat and an examination of what's in /etc/mail/sendmail.cf. Here's what I keep seeing in my /var/log/maillog as my MTA tries to send mail out: Jun 11 09:55:01 lists sendmail[70003]: f5ADTOU61162: TLS: error: SSL_connect failed=-1 (1) Jun 11 09:55:01 lists sendmail[70003]: f5ADTOU61162: ruleset=tls_server, arg1=SOFTWARE, relay=lists.unixathome.org [210.48.103.158], reject=403 4.7.0 ... TLS handshake failed. Connections to this host by hand give this: $ telnet mail.thedatasource.net 25 Trying 207.91.110.72... Connected to mail.thedatasource.net. Escape character is '^]'. 220 thedatasource.net ESMTP CommuniGate Pro 3.2.4 I suspect, but haven't been able to prove yet, that my MTA see the above and attempts a TLS connection. It then fails because my MTA has no certificate. Does this make sense? -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message