From owner-freebsd-ports@FreeBSD.ORG Wed Jul 7 03:48:37 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E56116A4CE for ; Wed, 7 Jul 2004 03:48:37 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F95B43D39 for ; Wed, 7 Jul 2004 03:48:35 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-7.local ([172.16.0.7] helo=dhcp-14.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1Bi3Q7-0002Un-HV; Wed, 07 Jul 2004 05:48:34 +0200 Date: Wed, 7 Jul 2004 05:49:06 +0200 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Bill Milford From: Oliver Eikemeier In-Reply-To: Message-Id: <98BED7DC-CFC8-11D8-8006-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: quoted-printable User-Agent: KMail/1.5.9 cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: exim-ldap2-4.34+22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 03:48:37 -0000 Bill Milford wrote: > Hi, > > What is the proper way to modify the =93exim.sh=94 script to start a = second=20 > copy of exim to do TLS on connect on port 465?=A0 I know how to change=20= > the config file to have it tell the difference based on the traffic on=20= > the exim lists. Depending on the load you expect you could try the following line in=20 /etc/inetd.conf: smtps stream tcp nowait root /usr/local/sbin/exim exim -bs = -tls-on-connect other than this you have to write a second (custom) start/stop script to=20= accomplish the task. Since SMTPS (SSMTP) is deprecated you should=20 consider to use STARTTLS, which is natively support by exim and most=20 decent MUAs. -Oliver