CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/12 07:03:59
Modified files:
usr.sbin/smtpd : bounce.c client.c client.h enqueue.c mta.c
Log message:
When acting as a client do content reads from the disk progressively
as the remote accepts more data instead of doing one big read into
the memory in the beginning of session.
