CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/09/23 12:01:27
Modified files:
usr.sbin/smtpd : control.c parse.y smtpd.c smtpd.conf.5 smtpd.h
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : control_agentx.c
Log message:
Add support for agentx to smtpd.
This is based around NETWORK-SERVICES-MIB from RFC2788 and MTA-MIB from
RFC2789, but does not export the full spec. Hopefully this will expand in
the future.
People who want to use this against net-snmp (currently the only option
known to me at the time of writing) may want to add -I -mta_sendmail to the
flags, so net-snmp doesn't throw garbage into the mib-2.28 subtree.