Adrian Phillips wrote: >>>>>>"Andrew" == Andrew DeFaria <[EMAIL PROTECTED]> writes: >>>>>> > > Andrew> I'm looking for a mail server a la sendmail. I've looked a > Andrew> little but apparently sendmail has not been ported to > Andrew> Cygwin. Are there any other mail servers that run under > Andrew> Cygwin? > > Search google for exim and cygwin - its not sendmail but its one of > the "known" Unix SMTP servers,
Downloaded exim and attempted to build it. There is support for a Cygwin build. However: gcc -c -g -Wall exim_dbmbuild.c In file included from exim_dbmbuild.c:30: exim.h:197: arpa/nameser.h: No such file or directory exim.h:238: resolv.h: No such file or directory make[1]: *** [exim_dbmbuild] Error 1 So where is arpa/nameser.h and resolv.h? -- 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/