From owner-freebsd-questions@FreeBSD.ORG Wed Feb 23 17:25:25 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3BAA16A4CE for ; Wed, 23 Feb 2005 17:25:25 +0000 (GMT) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEC1643D49 for ; Wed, 23 Feb 2005 17:25:24 +0000 (GMT) (envelope-from gmeijer@palmweb.nl) Received: from guus (simoon.xs4all.nl [213.84.111.205]) by smtp-vbr4.xs4all.nl (8.12.11/8.12.11) with SMTP id j1NHPNVc062968 for ; Wed, 23 Feb 2005 18:25:23 +0100 (CET) (envelope-from gmeijer@palmweb.nl) Message-ID: <0d6501c519cd$01466d70$9600000a@guus> From: "Gerard Meijer" To: Date: Wed, 23 Feb 2005 18:27:52 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: by XS4ALL Virus Scanner Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: get local sendmail to use MX records X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 17:25:25 -0000 Hi, I have the following situation: I have moved my mail services from my dedicated server to another = server. The MX records were updated at the DNS host to point to the = other server. Email from the outside is being routed correctly to the = new server, but now the local scripts on the dedicated server are still = being routed to the local accounts and not actually sent to the other = server. So sendmail on the first server tries to use localhost as a relay, = instead of looking up the MX records for the domain. Anybody knows how to solve this? Thanks! Gerard