CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/10 16:54:16
Modified files:
usr.sbin/smtpd : smtpd.c
Log message:
- remove a comment that was no longer relevant
- when authenticating user, instead of doing a getpwnam() and checking the
passwd field, issue a call to auth_userokay(), this will allow the
use of login scripts to implement custom authentications without
bloating smtpd.
