From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 22 22:52:26 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06102106564A for ; Mon, 22 Nov 2010 22:52:26 +0000 (UTC) (envelope-from nick@van-laarhoven.org) Received: from cpsmtpb-ews10.kpnxchange.com (cpsmtpb-ews10.kpnxchange.com [213.75.39.15]) by mx1.freebsd.org (Postfix) with ESMTP id 86DB78FC15 for ; Mon, 22 Nov 2010 22:52:25 +0000 (UTC) Received: from cpbrm-ews15.kpnxchange.com ([10.94.84.146]) by cpsmtpb-ews10.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 22 Nov 2010 23:40:21 +0100 Received: from CPSMTPM-EML108.kpnxchange.com ([195.121.3.12]) by cpbrm-ews15.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 22 Nov 2010 23:40:20 +0100 Received: from uitsmijter.van-laarhoven.org ([81.207.207.222]) by CPSMTPM-EML108.kpnxchange.com with Microsoft SMTPSVC(7.0.6002.18222); Mon, 22 Nov 2010 23:40:20 +0100 Received: from hillary.van-laarhoven.org (Hillary.van-laarhoven.org [10.66.0.100]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by uitsmijter.van-laarhoven.org (Postfix) with ESMTPSA id 7A7414174 for ; Mon, 22 Nov 2010 23:40:19 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) From: Nick Hibma In-Reply-To: <201010111214.11698.jhb@freebsd.org> Date: Mon, 22 Nov 2010 23:40:19 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4CB22E79.2010202@freebsd.org> <201010111214.11698.jhb@freebsd.org> To: freebsd-hackers@freebsd.org X-Mailer: Apple Mail (2.1082) X-OriginalArrivalTime: 22 Nov 2010 22:40:20.0428 (UTC) FILETIME=[3E3FB0C0:01CB8A96] X-RcptDomain: freebsd.org Subject: Re: anyone got advice on sendmail and TLS on 8.1? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2010 22:52:26 -0000 Don't forget to add the following to /etc/make.conf SENDMAIL_CFLAGS+=3D -I/usr/local/include -DSASL=3D2 SENDMAIL_LDFLAGS+=3D -L/usr/local/lib SENDMAIL_LDADD+=3D -lsasl2 so it will be compiled correctly on the next buildworld. Nick On 11 Oct 2010, at 18:14, John Baldwin wrote: > On Sunday, October 10, 2010 5:22:01 pm Julian Elischer wrote: >> When I last did sendmail there wasn't any TLS/SSL stuff. >>=20 >> has anyone got an exact howto as to how to enable a simple sendmail=20= >> server? >>=20 >> all I want is: >>=20 >> TLS and authenticated email submission by me and my family >> able to forward the email anywhere (maybe just to my ISP but who=20 >> knows) (outgoing) >> non TLS submission from outside to reject all mail not to=20 >> elischer.{org,com} >> and deliver our mail to mailboxes or gmail (or where-ever = /etc/aliases=20 >> says.). >>=20 >> This is probably ALMOST a default configuration >> but I can't be sure what is needed.. there are several >> howtos on hte net but they are generally old and differ in details. >=20 > Your best bet is probably to look at the docs on sendmail.org. You = need to=20 > recompile the sendmail in base against SASL and need to install = cyrus-sasl2=20 > from ports to manage your authentication database. >=20 > --=20 > John Baldwin > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to = "freebsd-hackers-unsubscribe@freebsd.org"