From owner-freebsd-questions@FreeBSD.ORG Tue Oct 7 23:45:21 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEC6216A4B3 for ; Tue, 7 Oct 2003 23:45:21 -0700 (PDT) Received: from aurora-borealis.dyndns.org (12-234-17-239.client.attbi.com [12.234.17.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2568E44047 for ; Tue, 7 Oct 2003 23:45:20 -0700 (PDT) (envelope-from tonytung@csua.berkeley.edu) Received: from csua.berkeley.edu ([192.168.1.100]) (authenticated bits=0)h986j8SF055389 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Tue, 7 Oct 2003 23:45:12 -0700 (PDT) (envelope-from tonytung@csua.berkeley.edu) Date: Tue, 7 Oct 2003 23:46:50 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Tony Tung To: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit In-Reply-To: <1C07B618-F953-11D7-ADA4-000393CEDB76@csua.berkeley.edu> Message-Id: <31F5921F-F95B-11D7-ADA4-000393CEDB76@csua.berkeley.edu> X-Mailer: Apple Mail (2.552) Subject: Re: sendmail with ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 06:45:22 -0000 On Tuesday, October 7, 2003, at 10:48 PM, Tony Tung wrote: > Hi, > > I'm trying to set up sendmail with ssl. I followed the directions on > http://www.puresimplicity.net/~hemi/freebsd/sendmail.html, and > everything appears to work for port 25. However, I want to make it > accessible on port 465 as well. When I connect to the server on port > 465, it does not work. If I disable SSL on my client, both ports 25 > and 465 work. > > Does anyone have any suggestions? > > Thanks, > Tony Hi, I forgot to mention that I did make one change to the .mc file: DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl DAEMON_OPTIONS(`Port=smtps, Name=MTA')dnl Thanks, Tony