Chris Tolley <[EMAIL PROTECTED]> wrote:
>I was wondering if anyone could point me in the right direction. I'm using
>RedHat 6.1 with MD5 and Shadow passwords on my systems and am using both an
>RPM install of qmail-1.03 with a few patches on one system and the source
>version on another system. When I attempt to run:
>
>/usr/bin/qmail/qmail-pw2u </etc/passwd >/etc/qmail/users/assign
>
>I get the error:
>qmail-pw2u: fatal: unable to find alias user
Try:
strace /usr/bin/qmail/qmail-getpw alias
Look at the output to see where it's failing. Post it here if you
can't figure it out.
-Dave