CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2012/08/25 09:39:11

Modified files:
        usr.sbin/smtpd : smtpd.c smtpd.h user_pwd.c 

Log message:
- offline enqueue does not need to use the user_backend API, it relies on
system users ... use getpwuid() instead of ub->getbyuid()
- since that was the only caller, get rid of user_backend->getbyuid()

this is the first step towards removing the user_backend API and making
user lookups available through the maps API (yes, virtual user support ;)

ok eric@, ok chl@

Reply via email to