Date: Wed, 7 Jul 2004 05:49:06 +0200 From: Oliver Eikemeier <eikemeier@fillmore-labs.com> To: Bill Milford <bill@themilfords.com> Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: exim-ldap2-4.34+22 Message-ID: <98BED7DC-CFC8-11D8-8006-00039312D914@fillmore-labs.com> In-Reply-To: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAATT37/lCAFkG%2BBuKB%2B202zMKAAAAQAAAAJso%2Blp8xgUSqsgm1qoROQAEAAAAA@themilfords.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?98BED7DC-CFC8-11D8-8006-00039312D914>