From owner-freebsd-ports@FreeBSD.ORG Wed Jun 6 23:41:22 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAE9F16A41F for ; Wed, 6 Jun 2007 23:41:22 +0000 (UTC) (envelope-from bri@sonicboom.org) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.freebsd.org (Postfix) with ESMTP id B64CC13C448 for ; Wed, 6 Jun 2007 23:41:22 +0000 (UTC) (envelope-from bri@sonicboom.org) Received: from [127.0.0.1] (entwistle.sonicboom.org [66.93.34.170]) by entwistle.sonicboom.org (8.14.1/8.14.1) with ESMTP id l56NfKS2018608; Wed, 6 Jun 2007 16:41:21 -0700 (PDT) (envelope-from bri@sonicboom.org) Message-ID: <46674620.3000607@sonicboom.org> Date: Wed, 06 Jun 2007 16:41:20 -0700 From: Brian User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: vivek@khera.org, ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: postfix port install 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: Wed, 06 Jun 2007 23:41:23 -0000 1-This flew by pretty quick, if it weren't followed by a series of questions I might not have seen it. Warning: you still need to edit myorigin/mydestination/mynetworks parameter settings in /usr/local/etc/postfix/main.cf. 2-The below /etc/periodic.conf file isnt correct, /etc/periodic.conf doesnt exist; should I be deleting the 4 files at the bottom or creating a file /etc/periodic.conf with the below contents? 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" Is this actually /etc/periodic/daily/ 150.clean-hoststat 460.status-mail-rejects 440.status-mailq 500.queuerun