From owner-freebsd-questions Mon Sep 24 12:59: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dell.dannyland.org (dsl092-007-150.sfo1.dsl.speakeasy.net [66.92.7.150]) by hub.freebsd.org (Postfix) with ESMTP id D215337B425 for ; Mon, 24 Sep 2001 12:58:57 -0700 (PDT) Received: by dell.dannyland.org (Postfix, from userid 1001) id 7A0535C80; Mon, 24 Sep 2001 13:00:32 -0700 (PDT) Date: Mon, 24 Sep 2001 13:00:32 -0700 From: dannyman To: Kory Hamzeh Cc: freebsd-questions@freebsd.org Subject: Re: Looking for a sendmail replacement Message-ID: <20010924130032.O15034@toldme.com> References: <002501c1447c$73293b40$14ce21c7@avatar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002501c1447c$73293b40$14ce21c7@avatar.com>; from kory@avatar.com on Sun, Sep 23, 2001 at 03:09:44PM -0700 X-Loop: djhoward@uiuc.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 23, 2001 at 03:09:44PM -0700, Kory Hamzeh wrote: > I'm looking for a MTA to replace sendmail. My requirements are: > > 1. Easy to understand and configure Postfix. > 2. Supports parallel delivery. Postfix. > 3. Easy to understand and configure Postfix. > 4. Supports virtual hosting Postfix. > 5. Easy to understand and configure Postfix. Others have pointed out the Postfix port. It's basically qmail, only written by someone sane, so it is easy to understand and configure. Basically: cd /usr/ports/mail/postfix make install replace killall sendmail $EDITOR /usr/local/etc/postfix/main.cf /usr/local/etc/rc.d/postfix.sh start The proof is in the pudding: /usr/local/etc/postfix/main.cf is a highly-commentd config file. For the basic stuff, you just read through it, read the comments, and make the appropriate changes. Trickier stuff you read the man pages and check out the Postfix web site. If you really get confused you post a question to the Postfix mailing list, and you will likely receive a timely, condescending reply from Vietse himself, pointing out the answer, and where in his documentation you would have read that. :) -danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message