From owner-freebsd-questions@FreeBSD.ORG Tue Jan 6 22:08:51 2004 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 DF0C716A4F9 for ; Tue, 6 Jan 2004 22:08:51 -0800 (PST) Received: from mail.romat.com (mail.romat.com [212.143.245.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B43E43D1F for ; Tue, 6 Jan 2004 22:08:50 -0800 (PST) (envelope-from gilad_bsd@romat.com) Received: from localhost (localhost.lan [127.0.0.1]) by mail.romat.com (Postfix) with ESMTP id 15F9FEB2B2; Wed, 7 Jan 2004 08:08:48 +0200 (IST) Received: from mail.romat.com ([192.168.1.10]) by localhost (ladon.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66166-05; Wed, 7 Jan 2004 08:08:46 +0200 (IST) Received: from romat.com (unknown [192.168.1.199]) by mail.romat.com (Postfix) with ESMTP id DB4B2EB29D; Wed, 7 Jan 2004 08:08:46 +0200 (IST) Message-ID: <3FFBA1B9.2070901@romat.com> Date: Wed, 07 Jan 2004 08:05:45 +0200 From: Gilad Rom Organization: Romat Telecom User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Markus Espenhain References: <20040106222424.GB9052@intranet.etes.de> In-Reply-To: <20040106222424.GB9052@intranet.etes.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at romat.com cc: freebsd-questions@freebsd.org Subject: Re: switching from sendmail to postfix 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: Wed, 07 Jan 2004 06:08:52 -0000 Markus Espenhain wrote: > Hello all, > > IŽm running an FreeBSD 4.9 System and from scratch is an sendmail MTA installed and active. > > I would use postfix as my MTA. > How should I switch to postfix at best? > > Has someone a suggestion? > > Thank you! > > Greetings from Stuttgart, Germany > > Markus > Check out www.postfix.org, and http://www.freebsddiary.org/postfix.php. Also, make sure you read through http://www.securitysage.com/guides/postfix_uce.html, as it contains valueable information about spam and virus filtering. What I'm using here is 4.9-STABLE, Running Postfix+amavisd+clamav. All installed through the ports collection, Rock solid. Gilad.