summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/report_smtp.c
AgeCommit message (Expand)Author
2020-01-07fix reporting of tx-mail and tx-rcpt for smtp-outGilles Chehade
2019-09-19in tx-mail / tx-rcpt reports, do not pass the brackets <> and remove anyGilles Chehade
2019-08-28Add a link-greeting report. This allows us to get the active domain nameMartijn van Duren
2019-07-26even though RSET can be issued outside a tx, RFC states it's noop outside aGilles Chehade
2019-07-11introduce link-auth to the smtp reporting stream so that filters may knowGilles Chehade
2019-07-11modify link-identify so it reports if HELO or EHLO was usedGilles Chehade
2019-07-11introduce link-reset to let smtpd report resets happening in a sessionGilles Chehade
2019-01-05introduce smtp 'timeout' reporting event to notify filters that a timeoutGilles Chehade
2018-12-13in event reports, use a struct timeval instead of time_t since we want moreGilles Chehade
2018-12-12add tx-data reporting eventGilles Chehade
2018-12-11factor smtp-in and smtp-out reporting codeGilles Chehade