From owner-freebsd-questions@FreeBSD.ORG Thu Dec 18 07:48:54 2003 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 0C8F616A4CF for ; Thu, 18 Dec 2003 07:48:54 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 349B643D31 for ; Thu, 18 Dec 2003 07:48:52 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 18 Dec 2003 09:51:59 -0600 Message-ID: <3FE1CC46.6060603@daleco.biz> Date: Thu, 18 Dec 2003 09:48:22 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: samy lancher References: <20031218153541.13664.qmail@web60306.mail.yahoo.com> In-Reply-To: <20031218153541.13664.qmail@web60306.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Dec 2003 15:51:59.0671 (UTC) FILETIME=[DF239C70:01C3C57E] cc: freebsd-questions@freebsd.org Subject: Re: Question about "daily run output" 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: Thu, 18 Dec 2003 15:48:54 -0000 samy lancher wrote: >Hello, >I have freeBSD 4.5 server. I check "daily run output" sent by server everyday. I notice some change in the output from past few days. >In "Checking for rejected mail hosts:" I see following output: > 14 miltnews.com > 1 ohhello.com > 1 OUTGOING25.myaccountemail.com > 1 OUTGOING121.asapemailaccount.com >This output changes everyday but there is always some thing or the other in this section. Till last week this section used be empty; but i starting getting these kind of messages from past few days. Is it some thing i need to worry about?,. > >thanks in advance, >Naveen. > > > You have logs of mail server activity in /var/log/maillog. Quite often (though *perhaps* not always) a look at the logs will tell you why the mail was rejected. Most likely, spammers with no reverse DNS are being rejected, which is a default Sendmail setting AFAIK. Kevin Kinsey