Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3F3EDFE8.4CC9AD2B@dessent.net> Date: Sat, 16 Aug 2003 18:52:40 -0700 From: Brian Dessent Organization: My own little world... X-Accept-Language: en,en-US MIME-Version: 1.0 To: Cygwin Subject: Re: Mail Server? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Bill McCormick wrote: > I don't have have a pop to get mail from. My DNS is going to send mail for > somedude AT mydomain DOT com to my machine/IP. > > I think I need to use exim ... but the man page for exim is friggen post war > novel. The /etc/eximconfig file is fairly well filled with useful > information. I was just curious if there is anyone here using exim on cygwin > to do a relay and if there are any caviats. I didn't find much on the list. (sigh) Why didn't you say that in the first place? Are we supposed to read your mind? And BTW "DNS" does not "send mail". I think what you meant to say is that you have an MX record that indicates that your machine is a relay for the 'mydomain.com' domain. Yes, exim will do that. You're better off editing the exim.conf file and reading its comments. The exim manual is large, because exim can be used to do a lot of things. You should also read the exim FAQ on exim.org, specifically Q0320, which suggests something like the following in your routers section: mydomain_forward: driver = redirect domains = mydomain.com data = me AT myisp DOT com That should forward any message destined for @mydomain.com to 'me AT myisp DOT com' You'll also have to add mydomain.com to the local domains list in order for exim to accept the mail. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/