Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 2010 23:40:19 +0100
From:      Nick Hibma <nick@van-laarhoven.org>
To:        freebsd-hackers@freebsd.org
Subject:   Re: anyone got advice on sendmail and TLS on 8.1?
Message-ID:  <CCEE93CD-B30E-49BA-B7E8-A7CD43A27A93@van-laarhoven.org>
In-Reply-To: <201010111214.11698.jhb@freebsd.org>
References:  <4CB22E79.2010202@freebsd.org> <201010111214.11698.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CCEE93CD-B30E-49BA-B7E8-A7CD43A27A93>