From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 13:33:47 2011 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 ECF6F1065739 for ; Tue, 6 Sep 2011 13:33:47 +0000 (UTC) (envelope-from xavierfreebsdquestions@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id AF7E78FC12 for ; Tue, 6 Sep 2011 13:33:47 +0000 (UTC) Received: by ywa17 with SMTP id 17so483737ywa.13 for ; Tue, 06 Sep 2011 06:33:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=L0liqX6Drtmf785mTEmZh0BdjH72exFbZk5PEiNWBrY=; b=s87m2cJ66zDX7TmdfkT16jSv8iS4H68vR7lQEDGy/giWufVnMbhi65qjGoLVoBsEOq cZ1QcoRxmedUMKWmo7JI6y1q0zUByaNup1AH4gzQze0F3IiXx/idbNQ9omlpI134d6sx trszO0WcWvYP3UI99+Xv0bOx6a9xPajYs70co= MIME-Version: 1.0 Received: by 10.42.168.135 with SMTP id w7mr4229315icy.288.1315314650632; Tue, 06 Sep 2011 06:10:50 -0700 (PDT) Received: by 10.42.223.65 with HTTP; Tue, 6 Sep 2011 06:10:50 -0700 (PDT) Date: Tue, 6 Sep 2011 15:10:50 +0200 Message-ID: From: Xavier FreeBSD questions To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: fetchmail in "system-wide mode" 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: Tue, 06 Sep 2011 13:33:48 -0000 Hello, On the Internet there are some sites where they say to start fetchmail(1) in "system-wide" should put these two options in rc.conf(5) : fetchmail_enable="YES" fetchmail_polling_interval="60" Although the second is optional and at first has little to do with this question because this question is addressed rather to the first option. I searched in /etc/defaults/rc.conf and rc.conf(5) manual and find no reference to these two options. I have them in my rc.conf(5) but fetchmail(1) does not start automatically. In /usr/src/UPDATING not found any reference to it. Which is the correct way to start fetchmail(1) in "system-wide"? Thanks.