From owner-freebsd-questions@FreeBSD.ORG Mon Mar 5 20:36:18 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A56A16A400 for ; Mon, 5 Mar 2007 20:36:18 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 2347B13C4A3 for ; Mon, 5 Mar 2007 20:36:18 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay6.apple.com (a17-128-113-36.apple.com [17.128.113.36]) by mail-out4.apple.com (8.13.8/8.13.8) with ESMTP id l25KaIlS016883; Mon, 5 Mar 2007 12:36:18 -0800 (PST) Received: from relay6.apple.com (unknown [127.0.0.1]) by relay6.apple.com (Symantec Mail Security) with ESMTP id E63E810BBD; Mon, 5 Mar 2007 12:36:17 -0800 (PST) X-AuditID: 11807124-9c41ebb0000007df-cf-45ec7f4161ea Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay6.apple.com (Apple SCV relay) with ESMTP id DB75B10B57; Mon, 5 Mar 2007 12:36:17 -0800 (PST) In-Reply-To: <004d01c75f5d$8e3d2e80$0200a8c0@satellite> References: <004d01c75f5d$8e3d2e80$0200a8c0@satellite> Mime-Version: 1.0 (Apple Message framework v752.2) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Mon, 5 Mar 2007 12:36:14 -0800 To: Dave X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: postfix and greylisting 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: Mon, 05 Mar 2007 20:36:18 -0000 On Mar 5, 2007, at 11:36 AM, Dave wrote: > I've set up greylisting with postgrey on postfix 2.3, on a 6.1 > machine. All seems to be working well, except my bank can't get > through, and i'm wondering how to let them through, what file to > edit the user or the recipient file? Here's the output, > confidential information x-d out. You want to whitelist the bank's mailserver by name and/or IP. The file you'd change is: /usr/local/etc/postfix/postgrey_whitelist_clients.local ...I believe. -- -Chuck