Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> 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 <brian AT dessent DOT net> Organization: My own little world... X-Accept-Language: en,en-US MIME-Version: 1.0 To: Cygwin <cygwin AT cygwin DOT com> Subject: Re: Mail Server? References: <NDBBLLFMLFMANIDPNADCMEIAFEAA DOT wpmccormick AT covad DOT net> 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/