Does anyone know if md5 support is broken in solaris 8 ? I'm migrating from a linux pentium II (vpopmail 5.2.1) box to a Sun e220R (vpopmail 5.3.6) with solaris 8. After creating some test accounts i've noticed that the password is not in md5 format but crypt. i.e.
In the linux box: +----------+-----------+---------------------------------+----------+ | pw_name | pw_domain | pw_passwd | pw_gecos | +----------+-----------+---------------------------------+----------+ | mmiranda | a158.com | $1$suFVo$hVFYrwq.X.wbIz6juqmh.. | mmiranda | +----------+-----------+---------------------------------+----------+ In the solaris box: +------------+------------------+---------------+----------------+ | pw_name | pw_domain | pw_passwd | pw_gecos | +------------+------------------+---------------+----------------+ | mmiranda | test123.com.sv | $1MIo2/euIS9k | Miguel Miranda | +------------+------------------+---------------+----------------+ thanks. -- Miguel