CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2011/05/17 12:54:32

Modified files:
        usr.sbin/smtpd : lka_session.c smtpd.c smtpd.h util.c 
        usr.sbin/smtpd/smtpd: Makefile 
Added files:
        usr.sbin/smtpd : user_backend.c 

Log message:
introduce new user_backend API for smtpd to lookup the users it wants to
deliver mail to. the only backend supported for now is USER_GETPWNAM and
it is not yet possible to switch to an alternate backend.

yes this means that we're very close from smtpd being able to handle fully
virtual accounts for both incoming and outgoing messages.

Reply via email to