From owner-freebsd-questions@FreeBSD.ORG Sun Feb 26 03:45:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6A29A16A420 for ; Sun, 26 Feb 2006 03:45:42 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA7C43D48 for ; Sun, 26 Feb 2006 03:45:40 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a116.otenet.gr [212.205.215.116]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1Q3jOjZ013035 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 26 Feb 2006 05:45:30 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1Q3j18s000290; Sun, 26 Feb 2006 05:45:01 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1Q3j0lk000208; Sun, 26 Feb 2006 05:45:00 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 26 Feb 2006 05:45:00 +0200 From: Giorgos Keramidas To: Curtis Hart Message-ID: <20060226034500.GA78092@flame.pc> References: <20060226033553.44346.qmail@web33114.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060226033553.44346.qmail@web33114.mail.mud.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.327, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.87, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: changing Sendmail server's IP address, nightmare! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 03:45:42 -0000 On 2006-02-25 19:35, Curtis Hart wrote: > > Does anyone have any specific information on making IP address changes > to Sendmail servers since I have found that this situation is a lot > more difficult/tedious than I had thought. The Sendmail server in > question is also providing DNS for a web server, but I would like to > use our new ISP's DNS info for our web domains and for the mail > server. In a nutshell, I recently started working for a small > business that has a mail server and web server, this occurred just > after they had already begun switching to a new ISP (Mpower). I > thought I knew enough UNIX/sys admin info to make this happen but this > has turned into a minor nightmare for me, since Sendmail has so many > files that may contain the old IP info. Not necessarily. The Sendmail configuration in all the systems I use doesn't have hardcoded IP addresses _anywhere_. Sendmail can rely and usually *does* rely heavily on DNS for providing information about the IP addresses. The default FreeBSD setup uses the file /etc/mail/local-host-names as a list of hostnames or domain names for which delivery will be done 'locally', but that's pretty much all of it. Can you provide more information about the particular email & DNS setup? If yes, then after you give us all the details of the setup you currently have, what you are trying to achieve, whaty you have tried so far and what has failed (including any interesting logs, configuration files, etc.) we will certainly be able to give you more substantial, to the point and correct help :) - Giorgos