pre5 is available for download.
One issue addressed and I think fixed is aliased domains.
You can now authenticate against an aliased domain with
the vchkpw pop auth program.
There is a vget_real_domain( char *domain, int buff_size)
function that looks up the domain in the assign cdb file.
Aliased domains have the same directory as the real domain
For example:
+test.com-:test.com:89:89:/home/vpopmail/domains/test.com:-::
+ken.com-:ken.com:89:89:/home/vpopmail/domains/test.com:-::
test.com is the real domain and ken.com is the aliased
domain. Notice that both have the same directory
/home/vpopmail/domains.test.com
the vget_real_domain parses the domain name out of
the directory path, and sets the "domain" buffer
to be what is found in the path.
Hence, pop authentication for [EMAIL PROTECTED] would have
the "ken.com" part changed to "test.com". Then the
vchkpw program proceeds are normal, doing a
vauth_getpw( "user", "test.com")
Ken Jones
"Only three more coding days to 5.0"