From owner-freebsd-questions@FreeBSD.ORG Fri Apr 23 08:38:34 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 A94B516A4CE for ; Fri, 23 Apr 2004 08:38:34 -0700 (PDT) Received: from nofx.eagleroaming.com (eagleroaming.com [209.167.58.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E09F43D53 for ; Fri, 23 Apr 2004 08:38:34 -0700 (PDT) (envelope-from bchadmin@eagleroaming.com) Received: from www.j24.ca (localhost [127.0.0.1]) by nofx.eagleroaming.com (Postfix) with ESMTP id C5F044A for ; Fri, 23 Apr 2004 11:43:03 -0400 (EDT) From: "Danny" To: questions@freebsd.org Date: Fri, 23 Apr 2004 11:43:03 -0500 Message-Id: <20040423145250.M47348@eagleroaming.com> X-Mailer: Open WebMail 2.30 20040103 X-OriginatingIP: 216.75.172.241 (bchadmin) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: 4.9R changing MTA to Postfix - no periodic.conf 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: Fri, 23 Apr 2004 15:38:34 -0000 Greetings, So I have installed Postfix from the ports, read the pkg-message, read the changing the MTA in the handbook, and did a bit of searching. So after the switch, I obviously get: Apr 23 03:01:00 mx1 postfix/sendmail[2175]: fatal: unsupported: -bh Apr 23 03:01:01 mx1 postfix/sendmail[2176]: fatal: unsupported: -bH Because I did not: "Also, you will want to disable some Sendmail-specific daily maintenance routines in your /etc/periodic.conf file: daily_clean_hoststat_enable="NO" daily_status_mail_rejects_enable="NO" daily_status_include_submit_mailq="NO" daily_submit_queuerun="NO"" However, I do not have a periodic.conf. How is the periodic running without a config file? Could someone please show me there periodic.conf file and why they chose the options they did, or maybe baseline. Thank you!