From owner-freebsd-questions@FreeBSD.ORG Tue Jun 12 23:26:18 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85E91106566B for ; Tue, 12 Jun 2012 23:26:18 +0000 (UTC) (envelope-from jerrymc@jerrymc.net) Received: from jerrymc.net (jerrymc.net [75.75.214.34]) by mx1.freebsd.org (Postfix) with ESMTP id 51C438FC16 for ; Tue, 12 Jun 2012 23:26:18 +0000 (UTC) Received: from jerrymc.net (localhost [127.0.0.1]) by jerrymc.net (8.14.5/8.14.5) with ESMTP id q5CNQGFt068467; Tue, 12 Jun 2012 19:26:16 -0400 (EDT) (envelope-from jerrymc@jerrymc.net) Received: (from jerrymc@localhost) by jerrymc.net (8.14.5/8.14.5/Submit) id q5CNQG0Y068466; Tue, 12 Jun 2012 19:26:16 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 12 Jun 2012 19:26:16 -0400 From: Jerry McAllister To: Boris Samorodov Message-ID: <20120612232616.GA68438@jerrymc.net> References: <4FD7ACAC.2020705@passap.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FD7ACAC.2020705@passap.ru> User-Agent: Mutt/1.4.2.3i Cc: Bahaa Babekir , questions@freebsd.org Subject: Re: 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: Tue, 12 Jun 2012 23:26:18 -0000 On Wed, Jun 13, 2012 at 12:55:08AM +0400, Boris Samorodov wrote: > 11.06.2012 16:33, Bahaa Babekir ??????????: > > > I want to sent me configuration to build mail server step by step > > I'd suggest to begin with: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail.html Yes, read the handbook first and then ask specific questions. You need to do your homework. This shotgun style of question will not get much useful response. But, making a mail server with FreeBSD is so easy. Unless you want to do something weird or exotic, then FreeBSD already comes with a good mail server all installed. All you have to do it enable it. Put sendmail_enable="yes" in /etc/rc.conf and the next time you reboot you have the most common mail server running. It will receive and send Email just fine. Then you might want to install mutt from /usr/ports/mail/mutt or some other Email client to help you read your Email. Of course, you could just use the already installed 'mail' utility. If you must have a web-based Email reader, try installing squirrelmail. ////jerry > > -- > WBR, Boris Samorodov (bsam) > FreeBSD Committer, http://www.FreeBSD.org The Power To Serve > _______________________________________________ > 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" >