From owner-freebsd-ports@FreeBSD.ORG Mon Jan 18 23:24:44 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEF711065672 for ; Mon, 18 Jan 2010 23:24:43 +0000 (UTC) (envelope-from mattjreimer@gmail.com) Received: from mail-gx0-f214.google.com (mail-gx0-f214.google.com [209.85.217.214]) by mx1.freebsd.org (Postfix) with ESMTP id A50AD8FC14 for ; Mon, 18 Jan 2010 23:24:43 +0000 (UTC) Received: by gxk6 with SMTP id 6so1895842gxk.13 for ; Mon, 18 Jan 2010 15:24:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=H673CiMjVtWlj9Bk/Ri9YaBlrm+cWYbb7qiLW8QGhLY=; b=DE/rLybKzY1AZvxar3NATsq3QJjwAZra5RlaWsOPSWO0IDPkFlKl5gbyN4OwdKvHrz kKd6oEoi1iBPqk2YzdvRLpPfUKOyElBIMndDvrzjv7Xm9NTlSnD+2rJnnDK4TgvocTQC i3chKMXSbn6fNJ8jFfjqWTD+CyF7bZBI6BTKA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=QL2iNg8BLRvxVD+ZK6YHz4gRw792n5HsykFq0cL1amysrsT+X8Wpjh4sPW9zaJMCqt rpZYFsFsg0cuS+YyPNGKn4h5WlWp9WLLTtLYeVHRc4iyxlUPoMMHfAQGOq1UQ+5ywitQ nqtZc2BizkKQ3bnaDnmyRSPX9EjGhg6gq8jk8= MIME-Version: 1.0 Received: by 10.150.174.19 with SMTP id w19mr2675143ybe.64.1263855345036; Mon, 18 Jan 2010 14:55:45 -0800 (PST) In-Reply-To: References: Date: Mon, 18 Jan 2010 14:55:45 -0800 Message-ID: From: Matt Reimer To: Lucas Reddinger Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: wlw-atlas@googlegroups.com, freebsd-ports@freebsd.org, sahil@tandon.net Subject: Re: postfix-2.6.5 on freebsd 8.0-release X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2010 23:24:44 -0000 On Mon, Jan 18, 2010 at 2:17 PM, Lucas Reddinger wrote: > Hello, > > Upon the installation (``pkg_add -r'') of postfix, I was asked, as > usual, to disable some daily routines. > > > And you can 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, on Freebsd 8.0 release, ``/etc/periodic.conf'' does not > exist. I believe that the contents of ``/etc/periodic/daily'' are > relevant here. > > What is the preferred method of performing these actions now? Create the file /etc/periodic.conf and add those assignments to it. Matt >