From owner-freebsd-questions@FreeBSD.ORG Thu Jan 18 19:26:20 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8287016A407 for ; Thu, 18 Jan 2007 19:26:20 +0000 (UTC) (envelope-from david+dated+1169579653.7182be@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.freebsd.org (Postfix) with ESMTP id 3A75113C45B for ; Thu, 18 Jan 2007 19:26:19 +0000 (UTC) (envelope-from david+dated+1169579653.7182be@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.6/8.13.6) with ESMTP id l0IJEE3O038021 for ; Thu, 18 Jan 2007 14:14:14 -0500 (EST) (envelope-from david+dated+1169579653.7182be@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.13.6/8.13.8/Submit) id l0IJEEnc038004 for questions@freebsd.org; Thu, 18 Jan 2007 14:14:14 -0500 (EST) (envelope-from david+dated+1169579653.7182be@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1169579653.7182be@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Thu, 18 Jan 2007 14:14:13 -0500 Date: Thu, 18 Jan 2007 14:14:12 -0500 To: questions@freebsd.org Message-ID: <20070118191410.GA29818@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: David Banning X-Virus-Scanned: ClamAV 0.88.7/2462/Thu Jan 18 05:07:46 2007 on 3s1.com X-Virus-Status: Clean Cc: Subject: sendmail problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2007 19:26:20 -0000 My problem is not with receiving but seems to be only with sending to certain locations. I started by getting this error on startup. STARTTLS: ServerCertFile missing Jan 18 13:52:53 3s1 sm-mta[30650]: started as: /usr/sbin/sendmail -L sm-mta -bd -q30m I learned that someone's mail was not getting delivered I then installed from the ports sendmail-sasl, ran into -more- problems, deinsallled it, then went back to my original install by simply going to /usr/src/usr.sbin/sendmail and; make clean; make depend; make install It seems be running except emails to certain servers are not accepted. I still get the error; STARTTLS: ServerCertFile missing and now the following error messages, which indicate a refused connection on the target end. Jan 18 13:30:00 3s1 sendmail[22894]: STARTTLS: ClientCertFile missing Jan 18 13:30:00 3s1 sendmail[22894]: STARTTLS: ClientKeyFile missing Jan 18 13:30:00 3s1 sendmail[22894]: STARTTLS: CACertPath missing Jan 18 13:30:00 3s1 sendmail[22894]: STARTTLS: CACertFile missing Jan 18 13:30:00 3s1 sendmail[22894]: STARTTLS: CRLFile missing Jan 18 13:30:00 3s1 sendmail[22894]: STARTTLS=client, init=1 Jan 18 13:30:00 3s1 sendmail[22898]: k3OF0cpa014374: SYSERR(root): readqf: ./qfk3OF0cpa014374: incomplete queue file read Jan 18 13:30:00 3s1 sendmail[22898]: k3OF1vpa013996: SYSERR(root): readqf: ./qfk3OF1vpa013996: incomplete queue file read Jan 18 13:30:00 3s1 sendmail[22898]: l0IEkjc0043268: makeconnection (cluster3.eu.messagelabs.com. [194.106.220.35]) failed: Connection refused by cluster3.eu.messagelabs. com. Any pointers would be useful.