From owner-freebsd-questions@FreeBSD.ORG Wed Sep 28 12:18:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58B1D16A41F for ; Wed, 28 Sep 2005 12:18:28 +0000 (GMT) (envelope-from sasa.stupar@gmail.com) Received: from avs2.arnes.si (avs2.arnes.si [193.2.1.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id C013943D48 for ; Wed, 28 Sep 2005 12:18:27 +0000 (GMT) (envelope-from sasa.stupar@gmail.com) Received: from localhost (avs2.arnes.si [193.2.1.75]) by avs2.arnes.si (Postfix) with ESMTP id A230126D4EA for ; Wed, 28 Sep 2005 14:18:26 +0200 (CEST) Received: from avs2.arnes.si ([193.2.1.75]) by localhost (avs2.arnes.si [193.2.1.75]) (amavisd-new, port 10024) with ESMTP id 30495-03 for ; Wed, 28 Sep 2005 14:18:26 +0200 (CEST) Received: from MASTER (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs2.arnes.si (Postfix) with ESMTP id 399CD26D495 for ; Wed, 28 Sep 2005 14:18:26 +0200 (CEST) From: "Sasa Stupar" To: Date: Wed, 28 Sep 2005 14:18:27 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcXEJrq+3RiVGeNXRiG7ZqeML8dp1w== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-Id: <20050928121826.399CD26D495@avs2.arnes.si> X-Virus-Scanned: by amavisd-new at arnes.si Subject: Problem with compiling sendmail+sasl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 12:18:28 -0000 Hi! I am new to FreeBSD just migrated from linux. I have installed version = 5.4 and ports collection via cvsup. Then I have used ports for cyrus22 = to build Cyrus and also sasl2. Now I am trying to build sendmail 8.13.5 = but it doesn't build with sasl support. In my make.conf I have added: ------------ SENDMAIL_CFLAGS+=3D -I/usr/local/include -DSASL=3D2 SENDMAIL_LDFLAGS+=3D -L/usr/local/lib SENDMAIL_LDADD+=3D -lsasl2 ------------ And then run make and make install under /usr/ports/mail/sendmail. But when I check with : ---------- mig29# telnet localhost 25 Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost.workgroup. Escape character is '^]'. 220 xmail.homelinux.net ESMTP Sendmail 8.13.3/8.13.5; Wed, 28 Sep 2005 = 14:15:32 +0200 (CEST) ehlo localhost 250-xmail.homelinux.net Hello localhost.workgroup [127.0.0.1], pleased = to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 10480760 250-DSN 250-DELIVERBY 250 HELP ---------- I don't have smtp auth. Moreover, I found out that it didn't built with SASL with: -------------- mig29# sendmail -bt -d0.1 Version 8.13.3 Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS PIPELINING = SCANF STARTTLS TCPWRAPPERS USERDB XDEBUG Warning: Option: AuthMechanisms requires SASL support (-DSASL) Warning: Option: AuthOptions requires SASL support (-DSASL) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D SYSTEM IDENTITY (after readcf) = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (short domain name) $w =3D mig29 (canonical domain name) $j =3D xmail.homelinux.net (subdomain name) $m =3D workgroup (node name) $k =3D mig29.workgroup =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D ADDRESS TEST MODE (ruleset 3 NOT automatically invoked) ------------------ What am I doing wrong here? Regards, Sasa