From owner-freebsd-questions@FreeBSD.ORG Fri Sep 17 22:02:50 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4DB71065697 for ; Fri, 17 Sep 2010 22:02:50 +0000 (UTC) (envelope-from aaflatooni@yahoo.com) Received: from web51801.mail.re2.yahoo.com (web51801.mail.re2.yahoo.com [206.190.38.232]) by mx1.freebsd.org (Postfix) with SMTP id 3D7008FC14 for ; Fri, 17 Sep 2010 22:02:49 +0000 (UTC) Received: (qmail 75306 invoked by uid 60001); 17 Sep 2010 21:36:08 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1284759368; bh=zRh+LIEEfV6+ifwewUBg7/yvk86pMJxwb96jAUgVoSs=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=EyQWuw3pJ0SN4G6isdm7ORCUusHNABKq2WuEmbTeyqzDMwExhrk7Upon7GVuXqpPdeL/GS+1Cgk4pS83UN2bXHreZvoYqkWGtn8ysreHroHQq5sKwCwp06cHzt5mtFi9Ky77rV5V5UgAvJZ4i2tdc5ldUK0icphMNF02XgdQ9AU= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=Lwnr9Dkn/q33r8H+Q1PFdtmPcppwqHG/EcSMWQgOYudUovrQZtMLf/BXMK7Dv/CJiS9mGo1U10/TXkm9a1B1ztBCc9jFN9v8saNQ1w96IcJjlqCxR2AbKz7y697YbmkaghQmax1JJZJIKZJvkUquhW/rHpHnnlY+BgWPW3u648A=; Message-ID: <26988.74794.qm@web51801.mail.re2.yahoo.com> X-YMail-OSG: PAIQGp8VM1n8QlTgtIZQnnecHkyklu7VSoETVWphYbIbOGC 6RU3SVRr_osfv9qV8NHEL247G_QZBqqGy3.WdgEE_GU2d8DSmDCxCTY5rNF5 Z0yv2C1PpvuDJWGhM.oO8PGt5tBV1p21kUl5yZdzqepQVXc7tEAW0ONs84Cl CiP.69xwlGQkMjkYw.GJnod2ItnLDpL_S1GQuStBhFMwKTl.MUk64u98qhV0 WUVlVCijfcXI3ojW0SjqBDGJarvVG9_Gha6dJAcLSGaHcw1NWkR6FmYrF65U xADF6ii2VCUI9xREX5YqnaBMCSYFXF1NILVkGONRnxC.sLNRqFvo5gtthzQ1 ytsMO4x40ZcNwZI._I2iLtO5b2rKa Received: from [24.114.255.99] by web51801.mail.re2.yahoo.com via HTTP; Fri, 17 Sep 2010 14:36:07 PDT X-Mailer: YahooMailRC/497 YahooMailWebService/0.8.105.279950 Date: Fri, 17 Sep 2010 14:36:07 -0700 (PDT) From: Aflatoon Aflatooni To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Can I compile sendmail simply through the ports collection? 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: Fri, 17 Sep 2010 22:02:50 -0000 Hi, I was wondering if I can simply recompile sendmail from the ports collection for FreeBSD 7.1 server. I need to recompile the sendmail on the server to add Cyrus SASL2 support. The instructions on FreeBSD point to src /usr/src/usr.sbin/sendmail which doesn't exist and I was wondering if I could simply recompile using the ports collection. Here is the instructions about compiling the Cyrus sasl2 support: http://www.freebsd.org/doc/handbook/smtp-auth.html Thanks