CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/01/27 15:48:29
Modified files:
usr.sbin/smtpd : control.c mda.c mfa.c queue.c runner.c
sharedqueue.c smtpctl.c smtpd.h util.c
usr.sbin/smtpd/smtpctl: Makefile
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : enqueue.c
Log message:
first bricks of enqueue code which allows smtpctl to submit mail to queue
without "talking" smtp to listeners. currently, a big part of the server
side code is done (and requires a cleanup), next step is to get it usable
properly from a mail user agent.