From owner-freebsd-isp Wed Jan 15 10:28:32 2003 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D851C37B401 for ; Wed, 15 Jan 2003 10:28:30 -0800 (PST) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6CB343F3F for ; Wed, 15 Jan 2003 10:28:29 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from ADMIN00 (admin00.westbend.net [216.47.253.17]) by mail.westbend.net (8.12.6/8.12.6) with SMTP id h0FISHMW035431; Wed, 15 Jan 2003 12:28:18 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <01a801c2bcc3$93ac6a70$11fd2fd8@ADMIN00> From: "Scot Hetzel" To: "Forrest W. Christian" , References: <20030114024848.M85658-100000@workhorse.imach.com> Subject: Re: Sendmail - makeconnection: cannot bind socket Date: Wed, 15 Jan 2003 12:26:09 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.3 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT_OE version=2.43 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: "Forrest W. Christian" > I've got a bizzare one. > > I'm running stock sendmail on a stock FreeBSD-STABLE box (just updated to > try to solve this problem) and am getting some bizzare errors. > > Specifically, for certain recipients I am getting entries like: > > ----------------------- > relay# sendmail -v -qRmtha.org > > Running /var/spool/mqueue/h0E9KMnX000089 (sequence 1 of 108) > ... Connecting to mail.mtha.org. via esmtp... > makeconnection: cannot bind socket [209.181.34.149]: Can't assign > requested address > ... Connecting to mail.mt.net. via esmtp... > makeconnection: cannot bind socket [209.181.34.149]: Can't assign > requested address > ... Deferred: Can't assign requested address > > Running /var/spool/mqueue/h0E9KMnV000089 (sequence 2 of 108) > ... Deferred: Can't assign requested address > ------------------------- > > This appears to only be related to certain destinations. > > 209.181.34.149 is *NOT* any of our IP addresses, is *NOT* related to the > mtha domain, and is *NOT* listed anywhere in the mtha.org DNS or anywhere > else I can find. > > Does anyone else have any ideas what is going on here? > Have you checked the /etc/hosts file? I did find the error message in /usr/src/contrib/sendmail/src/daemon.c. The problem seems to be a failure when calling the bind(2) function. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message