From owner-freebsd-questions Thu May 31 8:43:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 9000837B422 for ; Thu, 31 May 2001 08:43:21 -0700 (PDT) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcC-240.sub-c.lee.net [208.205.126.240]) by trinity.lee.net (8.9.3/8.9.3) with ESMTP id KAA31950 for ; Thu, 31 May 2001 10:43:27 -0500 Message-ID: <3B16661C.A8366572@journalstar.com> Date: Thu, 31 May 2001 10:41:16 -0500 From: Tony Wells X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Compiling sendmail with SASL support problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I'm trying to compile sendmail with sasl support since I have several computers that I need to be able to send and receive email from. I have cyrus-imap running just fine, but right now I have to add domains with relay permission to be able to send mail.(Bad) I would much rather use a password based system that didn't care where you were coming from. So anyways, when I try and compile sendmail in the /usr/src/usr.sbin/sendmail directory with the command: make SENDMAIL_CFLAGS='-DSASL=1524 -I/usr/local/include/sasl' And I get a bunch of errors. I noticed in the /usr/src/contrib/sendmail/src directory that it suggests you use the 'Build' script, which of course doesn't exist. Has anyone successfully gotten sendmail compiled with sasl support? Will sasl free me from domain-dependent relaying rules? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message