CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/20 11:46:05
Modified files:
usr.sbin/smtpd : config.c lka_session.c mta.c mta_session.c
parse.y smtpd.conf.5 smtpd.h
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : srs.c
Log message:
teach smtpd how to do SRS so hosts that act as forwarders don't break SPF.
this basic implementation does SRS0/SRS1 encoding/decoding, validating time
and checksums.
with insight from semarie@, ok eric@ and millert@
