Date: Sun, 28 Jan 2001 07:14:00 +0100 From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: freebsd-stable@FreeBSD.ORG Subject: Re: LAME domains, sendmail BIND and FreeBSD- its FreeBSD specific it seems (was more strange DNS issues in BIND and STABLE.)- Message-ID: <T6vYbJveQt@dmeyer.dinoex.sub.org> References: <034601c08827$b8e08d80$1385f1d8@kconline.com> <4.2.2.20010127001841.03015358@marble.sentex.net> <4.2.2.20010127204048.013addb0@marble.sentex.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Mike Tancsa wrote:, > OK, after trying out a few things, I think sendmail on FreeBSD is the > actual culprit here. I downloaded sendmail 8.11.2 from sendmail.org, built > and installed it, used the stock freebsd.mc file to generate a new .cf... > Lo and behold, this version will deliver to LAME domains. could you try and build Sendmail from ports? > Comments ? What is different about sendmail on FreeBSD that would account > for this behaviour ? There are no functiuonla patches to sendmail in the Release, but the Build enviroment is diffrent. The port keeps the original enviroment of the build. So this might show a diffrence here. build from STABLE/RELEASE: cc -O -pipe -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/include -DNEWDB -DNIS -DNETINET6 -DTCPWRAPPERS -DMAP_REGEX -DSTARTTLS -D_FFR_TLS_O_T -D_FFR_TLS_1 -D_FFR_TLS_TOREK -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.sbin/sendmail/../../contrib/sendmail/src/main.c build from ports: (SENDMAIL_WITH_TSL=yes) cc -O -I. -I../../include -DNEWDB -DNIS -DMAP_REGEX -DTCPWRAPPERS -DNETINET6 -DSTARTTLS -D_FFR_TLS_O_T -D_FFR_TLS_1 -D_FFR_TLS_TOREK -c main.c If you build sendmail from scratch it does behave diffrent: - you won't have TSL support - it won't uses the TCPWRAPPERS - you don't have support for NETINET6 I would guess one of the 3 functions cause the problem. Please tweak the lines in the sendmail port: files/site.config.m4 to build without NETINET6 or without TCPWRAPPERS. I would like to know the results. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - Tel. +49-5606-6512 - Tel. +49-177-6923813 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?T6vYbJveQt>