From owner-freebsd-questions@FreeBSD.ORG Tue Jan 8 14:15:16 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 7093A6F5 for ; Tue, 8 Jan 2013 14:15:16 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 3866E303 for ; Tue, 8 Jan 2013 14:15:15 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id r08EIGS2022423; Tue, 8 Jan 2013 08:18:16 -0600 (CST) Date: Tue, 8 Jan 2013 08:18:16 -0600 (CST) From: Robert Bonomi Message-Id: <201301081418.r08EIGS2022423@mail.r-bonomi.com> To: freebsd-questions@freebsd.org, roberthuff@rcn.com Subject: Re: sendmail not working In-Reply-To: <50EC219B.9010402@rcn.com> 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: Tue, 08 Jan 2013 14:15:16 -0000 > From owner-freebsd-questions@freebsd.org Tue Jan 8 07:43:00 2013 > Date: Tue, 08 Jan 2013 08:39:39 -0500 > From: Robert Huff > To: freebsd-questions@freebsd.org, freebsd@dreamchaser.org, > Robert Huff > Subject: Re: sendmail not working > > On 1/7/2013 11:48 PM, Gary Aitken wrote: > > On 01/07/13 19:45, Robert Huff wrote: > > >> I have compiled sendmail following the instructions in the > >> cyrus-sasl port. Sendmail starts, but no mail is processed either > >> way. /var/log/maillog has this: > > > > No clue, except the first message might be saying it's not going to > > honor anything from .forward because it's in a group writable directory > > which would be considered a security issue. Try making /home/huff > > group read only? > > Done. Restarted sendmail (all parts). Still no mail processed. "It is a well-known fact that one horse can run faster than another. But _which_ horse? Details are IMPORTANT!" WHAT HAPPENS when you -try- to send an email _out_? Do you get an error email? Does it show in the outbound mail queue? (if it's in the queue, look at the qf* file, to see why it is deferred.) What do the sendmail log messages say? WHAT HAPPENS when somebody -tries- to send an email _in_ from somewhere else? Do they get an error email? Does it show in their outbound mail queue? What do your sendmail log messages say? WHAT HAPPENS when you 'telnet' to your mailserver port(s) and try doing smtp transaction(s) manually?