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 To: cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ Path: not-for-mail From: Andrew DeFaria Newsgroups: gmane.os.cygwin Subject: Re: is there a sendmail ? Date: Fri, 19 Jul 2002 11:15:05 -0700 Lines: 22 Message-ID: <3D385729.1010801@Salira.com> References: <20020718151125 DOT 81549 DOT qmail AT web21004 DOT mail DOT yahoo DOT com> <002301c22e75$7ebd4620$0100a8c0 AT wdg DOT uk DOT ibm DOT com> Reply-To: cygwin AT cygwin DOT com NNTP-Posting-Host: 206.184.204.2 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1027102492 25054 206.184.204.2 (19 Jul 2002 18:14:52 GMT) X-Complaints-To: usenet AT main DOT gmane DOT org NNTP-Posting-Date: Fri, 19 Jul 2002 18:14:52 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1 X-Accept-Language: en-us, en Posted and mailed Daniel Adams wrote: > Since you have exim setup, and I imagine it is working nicely for you, > is it run as part of inetd? or is there a different service I have to > add to windows to make it run? I also use exim and it is started via a service that I added via something close to: $ cygrunsrv -I -p /usr/local/bin/exim -a "-bd -q15m" \ > -e CYGWIN=ntsec -d "CYGWIN exim" You can then start the service via the Services applet in Control Panel or do a cygrunsrv -S exim. Windows complains because exim doesn't go into "Daemon mode" they way Windows services likes - it complains that "the service started then stopped but some services are like that" or some such error message, however exim runs and works OK. exim then listens on the SMTP port for requests. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/