[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: zmailer getpw* routines



>   Linear ?
> Try   ypmatch  $USER passwd.byname

Unless you define GETPWNAM, zmailer will always use getpwent() instead
of getpwnam() to locate users, and that's a linear search, even if you
have YP.
--