From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 19:36:18 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C7DA5A7; Tue, 10 Feb 2015 19:36:18 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7652C0A; Tue, 10 Feb 2015 19:36:17 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id hm9so16820978wib.5; Tue, 10 Feb 2015 11:36:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=q1t49HsNL+hcKU2wK6cPoeGwvfTwJIiDxON3GxhLmjs=; b=TPBMYjO+Ua9RLiDLW6Zt2lZOdeTP1R+prYEUwE0RJsV0vOg63EUZaITPJINwEkpWSJ TIAv7P32xUyRPC9MNGPeln3aCyYsUyMJQUrfd8ZRlRP9KQ08/5gFLe6jZjdwjZV6OdW8 6leanQlc5mVzg5sUdMQXDrB9nwUbACjev99bbfIOUwGj0Qj7LjM3T1zYBJSi1CNzV0rb DzZCXzfoJIW5wcD7UXdTUL+Qo8QVGWdKH7Qire8wnbBPRf6AIM7isUXN0Xw7bpj6UM6K xaroJnKDUlxvRxVeyDznJf3ENjLq3ZN3qloVEkpNJIyVwWcQZNg70A7i3A0usjSMjuLj oTfQ== MIME-Version: 1.0 X-Received: by 10.194.10.68 with SMTP id g4mr56149283wjb.5.1423596976080; Tue, 10 Feb 2015 11:36:16 -0800 (PST) Received: by 10.217.157.69 with HTTP; Tue, 10 Feb 2015 11:36:16 -0800 (PST) In-Reply-To: <54D92EED.8060001@FreeBSD.org> References: <54D92EED.8060001@FreeBSD.org> Date: Tue, 10 Feb 2015 11:36:16 -0800 Message-ID: Subject: Re: obspamd_enable, obspamd_flags From: Chris Stankevitz To: Matthew Seaman Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 19:36:18 -0000 On Mon, Feb 9, 2015 at 2:04 PM, Matthew Seaman wrote: > It's 'OpenBSD spamd' to distinguish it from 'sa-spamd' which is part of > SpamAssassin. Got it, thank you. > The answers to your third and fourth questions are to be found in the > spamd(8) man page -- meaning you should type: I used trial and error to determine that obspamd_flags is the name of the rc.conf variable used to pass flags to spamd. I found no indication in 'man 8 spamd' that obspamd_flags is a valid variable name within rc.conf. I also could find no reference in 'man rc.conf'. It's probably no surprise that I guessed obspamd_flags: after all I knew obspamd_enable was a valid variable from pkg-message.in. I guess I was just looking for something more authoritative than "guess and check". Thank you for your help, Chris