From owner-freebsd-questions@FreeBSD.ORG Fri Jul 23 19:50:50 2010 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 6D4E71065678 for ; Fri, 23 Jul 2010 19:50:50 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (constellation.thenetnow.com [207.112.4.14]) by mx1.freebsd.org (Postfix) with ESMTP id 4383C8FC1A for ; Fri, 23 Jul 2010 19:50:50 +0000 (UTC) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANTPC) by constellation.thenetnow.com with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1OcOGe-000JoX-PI for freebsd-questions@freebsd.org; Fri, 23 Jul 2010 15:50:49 -0400 Message-ID: From: "Grant Peel" To: Date: Fri, 23 Jul 2010 15:50:43 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5843 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Mailman-Approved-At: Fri, 23 Jul 2010 20:15:18 +0000 Subject: periodic sending mail rejects. 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: Fri, 23 Jul 2010 19:50:50 -0000 Hi all, I have added this to /etc/periodic.conf: daily_status_mail_rejects_enable="NO" daily_status_mail_rejects_logs=0 daily_status_mail_rejects_shorten="NO" and changed /etc/defaults/periodic.conf to: daily_status_mail_rejects_enable="NO" daily_status_mail_rejects_logs=3 daily_status_mail_rejects_shorten="NO" any yet, I am still getting all email rejects in my daily periodic emails? Is there anything else I can do? -Grant