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 Date: Fri, 19 Jul 2002 14:09:11 -0400 From: Jason Tishler Subject: Re: is there a sendmail ? In-reply-to: <20020719174459.40312.qmail@web21005.mail.yahoo.com> To: cygwin AT cygwin DOT com Mail-followup-to: cygwin AT cygwin DOT com Message-id: <20020719180911.GE376@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4i References: <20020719165901 DOT GC376 AT tishler DOT net> <20020719174459 DOT 40312 DOT qmail AT web21005 DOT mail DOT yahoo DOT com> Nicholas, On Fri, Jul 19, 2002 at 10:44:59AM -0700, Nicholas Wourms wrote: > --- Jason Tishler wrote: > > The hard part is adding mkfifo() to Cygwin. Without it, qmail, > > postfix, and possibly sendmail (I haven't grep-ed the code) won't > > work. > > The last time I checked, mkfifo is in cygwin.din. Or is that just a > stub? It's just a stub: extern "C" int mkfifo (const char *_path, mode_t mode) { set_errno (ENOSYS); return -1; } > P.S. - Bind9 is turning out to be more of a challenge. It seems like > there are some missing socket stuff. I asked Conrad about it and he > said he'd look into it. Cool! May the porting go easy... Jason -- 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/