From owner-freebsd-questions@FreeBSD.ORG Wed Oct 17 23:16:07 2007 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 2DEBF16A41B for ; Wed, 17 Oct 2007 23:16:07 +0000 (UTC) (envelope-from dwinner@dwinner.net) Received: from outbound-mail-36.bluehost.com (outbound-mail-36.bluehost.com [69.89.20.190]) by mx1.freebsd.org (Postfix) with SMTP id CCDFA13C46A for ; Wed, 17 Oct 2007 23:16:01 +0000 (UTC) (envelope-from dwinner@dwinner.net) Received: (qmail 32581 invoked by uid 0); 17 Oct 2007 23:15:38 -0000 Received: from unknown (HELO box122.bluehost.com) (69.89.22.122) by mailproxy2.bluehost.com with SMTP; 17 Oct 2007 23:15:38 -0000 Received: from [71.242.18.238] (helo=duane-winners-computer.local) by box122.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1IiI6g-00074o-9u; Wed, 17 Oct 2007 17:15:18 -0600 Message-ID: <4716977A.3080106@dwinner.net> Date: Wed, 17 Oct 2007 19:15:06 -0400 From: Duane Winner User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Derek Ragona References: <4716799B.5010502@dwinner.net> <6.0.0.22.2.20071017164928.0246f280@mail.computinginnovations.com> In-Reply-To: <6.0.0.22.2.20071017164928.0246f280@mail.computinginnovations.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Identified-User: {731:box122.bluehost.com:dwinnern:dwinner.net} {sentby:smtp auth 71.242.18.238 authed with dwinner+dwinner.net} Cc: freebsd-questions@freebsd.org Subject: Re: sendmail problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwinner@dwinner.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2007 23:16:07 -0000 Derek Ragona wrote: > At 04:07 PM 10/17/2007, Duane Winner wrote: >> Hello, >> >> I need help to resolve a problem with my sendmail server. >> >> In my /var/log/maillog, I've been seeing: >> >> sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com >> [69.89.17.210] did not issue MAIL/EXPN/VRFY/ETRN during connection to >> IPv4 >> >> I use this server to manage mailman lists, so I knew something was wrong >> when I started notice that my own list posts (using a bluehost.com >> account) were not showing up. >> So I looked in the logs and noticed the above. >> >> At first I thought it might be bluehost.com acting up again, but then >> tried to send mail from a gmail.com account. Same thing: >> >> sm-mta[1785]: l9H4OdFq001785: py-out-1112.google.com [64.233.166.176] >> did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4 >> >> >> It accepts fine from my company's external email server (different >> domain, different network), and also accepts from my att.net email >> account, and many others who post to my lists. >> >> I'm not sure where to even begin looking. Any help appreciated! >> >> -DW > > Are you running only IPv4? or are you running IPv6? Or both? IPv4 only. When I restart sendmail, I get the following output, which if I'm interpreting correctly, means that sendmail isn't going to try to use IPv6 when it's running: Oct 17 19:13:23 mymailserver sm-mta[33703]: starting daemon (8.13.6): SMTP+queueing@00:30:00 Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon IPv6: can't create server SMTP socket: Protocol not supported Oct 17 19:13:23 mymailserver sm-mta[33703]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon IPv6: optional socket disabled Oct 17 19:13:23 mymailserver sm-msp-queue[33707]: starting daemon (8.13.6): queueing@00:30:00 > > -Derek >