Autor: Pierre A. Humblet Data: A: Suresh Ramasubramanian CC: exim-users, Dickenson, Steven, 'Ian Cox' Assumpte: Re: [Exim] Operating systems
Suresh Ramasubramanian wrote: >
> On Tue, 2003-04-08 at 02:45, Pierre A. Humblet wrote:
> > The main limitation of the port is that it only supports a limited
> > number of lookups for now (no ldap, no mysql).
>
> It doesn't do AUTH, and Cygwin, last time I looked at it, has no concept
> of groups / GID. [Last time == 6 months ago]
Groups (and ACLs) are a very important concept in Windows and Cygwin has
fully supported them for years. Exim on Cygwin also does AUTH.
In fact the precompiled version is made with
# LOOKUP_CDB=yes
LOOKUP_DNSDB=yes
# LOOKUP_DSEARCH=yes
# LOOKUP_LDAP=yes
# LOOKUP_MYSQL=yes
# LOOKUP_NIS=yes
# LOOKUP_NISPLUS=yes
# LOOKUP_ORACLE=yes
LOOKUP_PASSWD=yes
# LOOKUP_PGSQL=yes
# LOOKUP_WHOSON=yes
> There's a much more stable / high performance "unix on windows" by the
> way - Interix (aka Microsoft Services For Unix), which has a rather
> heavily patched sendmail install.