From owner-freebsd-stable@FreeBSD.ORG Wed Oct 15 01:25:07 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B29916A4B3 for ; Wed, 15 Oct 2003 01:25:07 -0700 (PDT) Received: from lists.frmug.org (frmug-gw.frmug.org [193.56.58.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52D1C43FCB for ; Wed, 15 Oct 2003 01:25:05 -0700 (PDT) (envelope-from olive@oban.frmug.org) Received: by lists.frmug.org (Postfix/TLS, from userid 66) id 72F0320F3E; Wed, 15 Oct 2003 10:25:04 +0200 (CEST) Received: by weirdos.oban.frmug.org (Postfix, from userid 1002) id 01EB08C12; Wed, 15 Oct 2003 10:20:48 +0200 (CEST) Date: Wed, 15 Oct 2003 10:20:48 +0200 From: Olivier Tharan To: freebsd-stable@freebsd.org Message-ID: <20031015082048.GH40773@weirdos.oban.frmug.org> Mail-Followup-To: freebsd-stable@freebsd.org References: <20031012123823.M25378@littlejack.nl> <200310121213.34769.wes@softweyr.com> <20031014115902.GA25582@rfc-networks.ie> <1066164638.6688.5.camel@hawk.gnome.co.uk> <20031014232435.L64920@defjam.cc.strath.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20031014232435.L64920@defjam.cc.strath.ac.uk> X-Attribution: Olive Subject: Re: Spamassasin X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 08:25:07 -0000 * Jethro R Binks (20031014 23:47): > Postfix support was only fairly recently added after repeated requests. > I've heard that the queue format is less clearly documented (I don't know; > I don't use postfix). I also understand that the Postfix developers > prefer other programs not to mess around with the Postfix queue directly. The internal format of Postfix queues are meant to be internal, and are subject to change between versions, so they are not documented on purpose. Moreover, messing with Postfix queues directly may have a (very small) probability of losing email. > Whether MS does so robustly or not I couldn't say: best ask someone who > runs Postfix+MS. If Postfix's developers are unhappy with the way that MS > does so, then I guess it isn't surprising that they would advise against > using MS. MS' developers strive for robustness, so if the information is > readily available on how to safely access the Postfix queue they will > probably have taken it into account. Postfix' author advises a simple filtering strategy: talking SMTP back and forth between Postfix. I guess that is why amavisd-new is sometimes preferred as an antivirus and antispam gateway on the postfix-users list. -- olive