CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/21 06:42:22
Modified files:
usr.sbin/smtpd : control.c mproc.c queue_proc.c scheduler_proc.c
smtpctl.c
Log message:
In smtpd enable fdpassing on all imsgbufs apart from the one in mproc.c
that was specially handled before. On the control socket fdpassing needs
to be enabled when a IMSG_CTL_SMTP_SESSION message is received.
OK tb@
