From owner-freebsd-questions@FreeBSD.ORG Sun Jan 6 03:09:04 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A33012A0 for ; Sun, 6 Jan 2013 03:09:04 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 67E9AFBE for ; Sun, 6 Jan 2013 03:09:03 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 05 Jan 2013 22:09:04 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr16.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id CEC66071; Sat, 5 Jan 2013 22:09:03 -0500 Received-SPF: None identity=pra; client-ip=209.6.85.139; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: Neutral identity=mailfrom; client-ip=209.6.85.139; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None identity=helo; client-ip=209.6.85.139; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="postmaster@[192.168.1.101]"; x-conformance=sidf_compatible X-Auth-ID: roberthuff Received: from 209-6-85-139.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com (HELO [192.168.1.101]) ([209.6.85.139]) by smtp01.lnh.mail.rcn.net with ESMTP; 05 Jan 2013 22:09:04 -0500 Message-ID: <50E8EAD1.6030802@rcn.com> Date: Sat, 05 Jan 2013 22:09:05 -0500 From: Robert Huff User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Dan Nelson Subject: Re: update to SASL breaks sendmail References: <20712.51723.379002.572170@jerusalem.litteratus.org> <20130106013059.GJ39280@dan.emsphone.com> <50E8D6E9.9070608@rcn.com> <20130106015511.GK39280@dan.emsphone.com> In-Reply-To: <20130106015511.GK39280@dan.emsphone.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2013 03:09:04 -0000 On 1/5/2013 8:55 PM, Dan Nelson wrote: > Base sendmail doesn't link with sasl by default. If you had edited > Makefiles or make.conf to enable that, running "make clean all install > clean" in /usr/src/usr.sbin/sendmail/ should build and install just the new > sendmail. Or, if you had installed the mail/sendmail port with sasl > enabled, force-upgrade that port using your favorite method. Good news: Rebuilt sendmail per above, and it starts without complaining. Bad news: Mail is not flowing in or out. Looking at /var/log/maillog, I'm guessing this has to do with the line: sm-mta: smtpquit: mailer local exited with exit value 1 It also complains about my .forward being group-writable, when it is 750. Robert Huff