CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/04 10:10:42
Modified files:
usr.sbin/smtpd : bounce.c config.c control.c dns.c enqueue.c
lka.c lka_session.c mda.c mfa.c mfa_session.c
mta.c mta_session.c queue.c scheduler.c smtp.c
smtp_session.c smtpctl.c smtpd.c smtpd.h
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : pony.c
Log message:
Merge the mda, mta and smtp processes into a single unprivileged
process managing message reception, delivery and transfer. Mostly
mechanical, but very intrusive as it required to rewamp all IMSG to
fix ambiguities.
with and ok gilles@