From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 23:49:19 2008 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 8C4C91065671 for ; Wed, 2 Jul 2008 23:49:19 +0000 (UTC) (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 0886C8FC0A for ; Wed, 2 Jul 2008 23:49:18 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl64-209.kln.forthnet.gr [77.49.191.209]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m62Nmsnj017735 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 3 Jul 2008 02:49:01 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m62Nmr5d003241; Thu, 3 Jul 2008 02:48:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m62NmpRD003240; Thu, 3 Jul 2008 02:48:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: "D W" References: <97351faa0807020856o102f1a0cwd4fb334d5d708f46@mail.gmail.com> Date: Thu, 03 Jul 2008 02:48:51 +0300 In-Reply-To: <97351faa0807020856o102f1a0cwd4fb334d5d708f46@mail.gmail.com> (D. W.'s message of "Wed, 2 Jul 2008 11:56:58 -0400") Message-ID: <87od5fetjw.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m62Nmsnj017735 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.752, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.65, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: sendmail on server with ip aliases 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: Wed, 02 Jul 2008 23:49:19 -0000 On Wed, 2 Jul 2008 11:56:58 -0400, "D W" wrote: > Hello, > > Having a problem with sendmail on some of my servers supporting several > virtual apache hosts. Because these servers have 5-10 ip aliases bound, it > sometimes trips up sendmail when sending outbound mail to my smarthost. All > servers are configured to use the same smarthost. But on one of the hosts, > sendmail will send out as the one of the virtual hosts instead of the main > host, which is what I need. > > Example: webhost01.webdomain.com is the host. > Five ip aliases for apache virtual servers: Something is probably missing below the last quoted line. Are you using jails for the virtual hosts? If not, then you are probably using *one* Sendmail instance for all the domains, which still sends emails as the primary hostname but should work fine...