CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/10 00:49:59
Modified files:
usr.sbin/smtpd : queue.c smtpctl.c
Log message:
While listing envelopes using mailq(or smtpctl show queue), pass
the data between processes by dumping to and loading from a buffer
which is shorter compared to transferring a structure. Also fixes
mailq on platforms where PATH_MAX is way larger than on OpenBSD
thus exceeding max imsg.
Ok jung@ millert@
