From owner-freebsd-questions@FreeBSD.ORG Tue Jul 15 12:02:35 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C0E837B401 for ; Tue, 15 Jul 2003 12:02:35 -0700 (PDT) Received: from smtp.prodigy.net.mx (dfproxy02.prodigy.net.mx [148.235.168.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E47843F85 for ; Tue, 15 Jul 2003 12:02:34 -0700 (PDT) (envelope-from ibac@prodigy.net.mx) Received: from pc1 (du-200-67-41-106.prodigy.net.mx [200.67.41.106]) sims.4.0.2001.07.26.11.50.p9) with SMTP id <0HI2000D5Y73H0@SMTP.Prodigy.Net.mx>; Tue, 15 Jul 2003 14:01:53 -0500 (CDT) Date: Tue, 15 Jul 2003 14:02:25 -0500 From: Alfonso Romero To: freebsd-questions , Simon Barner Message-id: <00e301c34b03$a17cc680$0100a8c0@ibacsoft.dynu.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal References: <006501c3499a$8ac71540$0100a8c0@ibacsoft.dynu.com> <20030714004401.GB537@zi025.glhnet.mhn.de> Subject: Re: postfix freebsd port with vda patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 19:02:35 -0000 Thanks for your advice, it worked without any problems. I tested it on a spare FreeBSD server. Now I want to update and patch postfix on my production server. Is there a way I could do that without having to shut off my production server for too much time? Regards, Alfonso ----- Original Message ----- From: "Simon Barner" To: "Alfonso Romero" Cc: "freebsd-questions" Sent: Sunday, July 13, 2003 7:44 PM Subject: Re: postfix freebsd port with vda patch > Is there a postfix port for freebsd that includes the vda > patch from www.oavnet/vda? You can easyly do it yourself. CVSup your ports collection to get the latest postfix port, then run 'make patch' and select the desired options (sasl, ...). Now download the patch to the ports work directory, gunzip and apply it (patch < patch-file). All you have to do now, is to resume the build (cd ..; make build). Regards, Simon