From owner-freebsd-questions@FreeBSD.ORG Thu Jan 8 07:17:31 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 2C44616A4CE for ; Thu, 8 Jan 2004 07:17:31 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2754F43D45 for ; Thu, 8 Jan 2004 07:17:29 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i08FFUBn027489; Thu, 8 Jan 2004 15:15:51 GMT (envelope-from peter@circlesquared.com) Message-ID: <3FFD7412.5040900@circlesquared.com> Date: Thu, 08 Jan 2004 15:15:30 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Xpression References: <000501c3d562$d8c77f10$0901a8c0@bloodlust> <20040108130144.GA9595@rtl.org> In-Reply-To: <20040108130144.GA9595@rtl.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD-questions Subject: Re: sending mail question... 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: Thu, 08 Jan 2004 15:17:31 -0000 On 07/01/04 16:11 -0500, Xpression wrote: >> Hi list, I've a little bit confused, I have a mail server running >>Exim as MTA, now what about if I want to send mail with another server to >>some mailboxes on the server running the MTA...I think I've to install a >>client or something like that ??? Thanks... >> >> >> I'm not completely sure what you're asking, so might be barking up the wrong tree or telling you stuff you know, but to make a FreeBSD machine running Exim be the mailserver for your domain(s) you need to: 1. Edit the Exim config file to identify the domain(s) you want it to handle as local, and to ensure that delivery rules are as you would wish. 2. Make sure there is a valid mx record in the dns entry for the domain(s) identifying your Exim-running server as the message exchanger. And it should work. To test the Exim setup (before updating the DNS records), you can telnet to the smtp port on the FreeBSD/Exim machine and compose an e-mail to a valid recipient on that box using the command line. If it's delivered successfully, update the DNS. Then, after a propagation interval of a day or two, you will be able to send mails to that machine from anywhere. If you simply want to send a mail to your Exim server using another FreeBSD machine, you've been answered already by others though, regardless of the mail client you choose, your Exim machine will still need to be the mx for your domain in the DNS records if you want to address the mails to a user@domain in the normal way. PWR