From owner-freebsd-questions@FreeBSD.ORG Thu Feb 19 18:26:07 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FE581065672 for ; Thu, 19 Feb 2009 18:26:07 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id E79888FC12 for ; Thu, 19 Feb 2009 18:26:06 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 61DE529E860; Thu, 19 Feb 2009 13:10:00 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 19 Feb 2009 13:10:00 -0500 X-Sasl-enc: mbHlgPjdit5Lv0Fv0gwoiY8IVXkKGXxCg7i+RxovYSyp 1235067000 Received: from hagrid.ewd.goldmark.org (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTPSA id DF8421AC67; Thu, 19 Feb 2009 13:09:59 -0500 (EST) Message-Id: From: Jeffrey Goldberg To: Seur Bors In-Reply-To: <26b281ee0902171341w6c0b5512y57f5f4c00b99d462@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Thu, 19 Feb 2009 12:09:58 -0600 References: <26b281ee0902171230j4a522b7bu57bd87b061a4e46f@mail.gmail.com> <26b281ee0902171341w6c0b5512y57f5f4c00b99d462@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) Cc: questions@freebsd.org Subject: Re: sendmail not listening on port 465 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, 19 Feb 2009 18:26:07 -0000 On Feb 17, 2009, at 3:41 PM, Seur Bors wrote: > I'm having problems with Sendmail. Everything is working fine, > except that > the sendmail daemon is not listening on port 465. [...] > DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s')dnl You are aware that using port 465 was never fully a standard is, at best, deprecated. Your daemon options say to use port "smtps", check to see whether that is defined in /etc/services and see what happens if you replace Port=smtps with Port=465 But do reconsider whether you need to be listening on 465 in the first place. You can (and should) simply use TLS on the submission port, 587. -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/