From owner-freebsd-questions@FreeBSD.ORG Sun May 15 06:03:35 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 2270616A4CE for ; Sun, 15 May 2005 06:03:35 +0000 (GMT) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 021C843D8B for ; Sun, 15 May 2005 06:03:35 +0000 (GMT) (envelope-from parachute@optonline.net) Received: from [192.168.3.100] ([151.205.103.123])0.04 <0IGI009TOOTYIY82@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Sun, 15 May 2005 01:03:34 -0500 (CDT) Date: Sun, 15 May 2005 02:03:32 -0400 From: "parachute@optonline.net" To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 (Apple Message framework v728) X-Mailer: Apple Mail (2.728) Content-type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-transfer-encoding: 7bit Subject: daily log reports 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: Sun, 15 May 2005 06:03:35 -0000 On 5.3 everything was working fine, I would be emailed daily/weekly/ monthly log reports. But now after upgrading to 5.4 I am seeing all those log report emails being queued up in postfix. The problem is it is trying to connect to the wrong IP... the machines default IP is 1.1.1.1 (for simplicity) which is hot.domain.tld and ip alias on the machine is 1.1.1.2 which is my mail.domain.tld According to maillog it keeps trying to connect to 1.1.1.1 to deliver to root@host.domain.tld and it gets refused... Back on 5.3 it never did this... it sent mail properly, I think by using the localhost address... I don't think this is a postfix problem but probably something changed on how daily log reports are sent/handled? Anyone have any idea on where to start?