On Fri, Dec 01, 2000 at 10:12:12PM -0600, Matthew Hunter wrote:
> I'm in the process of trying to determine if the alias uid was   
> different when qmail was compiled vs the current alias
> uid.  Other than that, which I don't think is the problem,
> nothing immediately springs to mind.   

This is strange, as AFAICS the lookup ist done by name not uid.

auto_usera.c:
------------------------------------------------------------------------
char auto_usera[] = "\
\141\154\151\141\163\
";
------------------------------------------------------------------------

and the log message is triggerd by
qmail-getpw.c
------------------------------------------------------------------------
  if (!userext()) {
    extension = local;
    dash = "-";
    pw = getpwnam(auto_usera);
  }
  
  if (!pw) _exit(QLX_NOALIAS);
------------------------------------------------------------------------

Maybe your password file is messed up?

        \Maex

-- 
SpaceNet AG               |   http://www.Space.Net/   | Stress is when you wake
Research & Development    | mailto:[EMAIL PROTECTED] | up screaming and you
Joseph-Dollinger-Bogen 14 |  Tel: +49 (89) 32356-0    | realize you haven't
D-80807 Muenchen          |  Fax: +49 (89) 32356-299  | fallen asleep yet.

Reply via email to