From owner-freebsd-questions@FreeBSD.ORG Tue Jul 6 03:20:29 2004 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 2AE6C16A4CE for ; Tue, 6 Jul 2004 03:20:29 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 95F9343D49 for ; Tue, 6 Jul 2004 03:20:28 +0000 (GMT) (envelope-from thatha@gmail.com) Received: by mproxy.gmail.com with SMTP id 55so107591rni for ; Mon, 05 Jul 2004 20:19:54 -0700 (PDT) Received: by 10.38.207.65 with SMTP id e65mr2676rng; Mon, 05 Jul 2004 20:19:54 -0700 (PDT) Message-ID: Date: Tue, 6 Jul 2004 13:19:54 +1000 From: Gautam Gopalakrishnan To: RYAN vAN GINNEKEN In-Reply-To: <40E9C8D1.4060202@computerking.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <40E9C8D1.4060202@computerking.ca> cc: freebsd-questions@freebsd.org Subject: Re: emails bouced to bulkmail folder 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: Tue, 06 Jul 2004 03:20:29 -0000 On Mon, 05 Jul 2004 15:32:01 -0600, RYAN vAN GINNEKEN wrote: > Need some info on the what the large email severs ie Yahoo and Hotmail > use to determine if email is spam. I run a small email server with > about 30 clients and when i send email to yahoo it gets bounced to the > bulk mail folder like in my maillog below. I'm no expert, maybe you can try relaying all your email through your isp's smtp servers instead of talking to yahoo yourself. Just adding a value for relayhost in postfix should do it. Gautam