From owner-freebsd-questions@FreeBSD.ORG Mon Sep 26 22:54:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4AEEB16A41F for ; Mon, 26 Sep 2005 22:54:45 +0000 (GMT) (envelope-from Mike.Jeays@rogers.com) Received: from smtp101.rog.mail.re2.yahoo.com (smtp101.rog.mail.re2.yahoo.com [206.190.36.79]) by mx1.FreeBSD.org (Postfix) with SMTP id 7429343D55 for ; Mon, 26 Sep 2005 22:54:42 +0000 (GMT) (envelope-from Mike.Jeays@rogers.com) Received: (qmail 32254 invoked from network); 26 Sep 2005 22:54:41 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Message-Id:Mime-Version:X-Mailer:Date:Content-Transfer-Encoding; b=lJ1ha4pTSmREF2EZZNZPVcgNarNeTb0MSsoDzdnFgwGZlAoJSFNOpSgCJWeZK2FVhM6sJwurWFySaIEidZlr0qO+IPWs/jne4HyI8tQsjZ7Svr3My7dfITzZXACcms0Ue4+xr8lt/SFcmVMRk+95YFNOtr3YKhwfQaV1ZU3FOoE= ; Received: from unknown (HELO ?192.168.2.150?) (mjeays2551@24.114.152.139 with plain) by smtp101.rog.mail.re2.yahoo.com with SMTP; 26 Sep 2005 22:54:41 -0000 From: Mike Jeays To: Efren Bravo In-Reply-To: References: Content-Type: text/plain Message-Id: <1127775280.655.8.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 26 Sep 2005 18:54:40 -0400 Content-Transfer-Encoding: 7bit Cc: freeBSD Subject: Re: sendmail or another mail server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 22:54:45 -0000 On Mon, 2005-09-26 at 19:01, Efren Bravo wrote: > Hi, > > I've installed a fBSD and now I'm tuning it 'cause I need to put it to > serve as mail server. > > My questions is if sendmail is able to serve as a serious mail server or I > should try with another software for this job. > > In case I choose sendmail or another mail server software, exists an web > interface for them? > > thanks... > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Sendmail can certainly be considered as a serious mail server; it is used for a large fraction of the internet, and handles uncounted millions of emails a day. Postfix is a good alternative, with the benefit that it is a good bit easier to configure. Both are reliable products and suitable for high volume professional use.