Age | Commit message (Expand) | Author |
2022-02-18 | Revert changes to use the new libtls signer api | Todd C. Miller |
2022-02-12 | use new libtls signer api | Eric Faurot |
2022-02-10 | Do not verify the cert or CA for a relay using opportunistic TLS. | Todd C. Miller |
2021-09-22 | bump version to 7.0.0 | Eric Faurot |
2021-07-28 | add format attribute to vaararg functions. | Sebastian Benoit |
2021-06-14 | add required headers for smtpd.h and remove unnecessary ones in other files. | Eric Faurot |
2021-04-21 | unplug unused certificate verification code, now that this is done by libtls. | Eric Faurot |
2021-04-11 | do not build unused code and remove uneeded dependency on libm. | Eric Faurot |
2021-04-10 | bump smtpd version | Eric Faurot |
2021-04-09 | allow to specify tls ciphers and protocols on listeners | Eric Faurot |
2021-03-31 | turn log_trace() into a macro to prevent evaluating the format string | Eric Faurot |
2021-03-31 | allow to specify tls protocols and ciphers on relay actions | Eric Faurot |
2021-03-05 | Start porting smtpd to libtls. | Eric Faurot |
2021-01-19 | Do the KAME embedded scope fixup in the two places where getifaddrs() is | Claudio Jeker |
2020-12-31 | Rename the pony process to dispatcher and klondike to crypto. | Martijn van Duren |
2020-09-23 | Revert agentx support for now, we're too close to release. | Martijn van Duren |
2020-09-23 | Add support for agentx to smtpd. | Martijn van Duren |
2020-09-16 | Add the admd keyword. This can be used by filters interested in the | Martijn van Duren |
2020-04-08 | bump smtpd version | Eric Faurot |
2020-02-24 | Bump version to 6.6.4 for errata and to match -portable. | Todd C. Miller |
2020-02-24 | Fix two security vulnerabilities discovered by Qualys. | Todd C. Miller |
2020-02-03 | now that mail.local(8) relies on lockspool(1) for mailbox locking, have the | Gilles Chehade |
2020-01-31 | introduce mda_mbox() to handle mbox delivery in its own code path, and make | Gilles Chehade |
2020-01-30 | Bump smtpd version after recent changes | solene |
2020-01-08 | allow using the session username in builtin filters when available | Gilles Chehade |
2019-12-21 | add FILTER_SUBSYSTEM_SMTP_OUT to filter_subsystem enum and add filter name | Gilles Chehade |
2019-12-21 | do not pass rdns, fcrdns, ss_src and ss_dest with IMSG_FILTER_SMTP_BEGIN, | Gilles Chehade |
2019-12-18 | give a better name to a couple functions and struct fields related to | Gilles Chehade |
2019-12-18 | teach relay action how to do domain-based relay host, this allows declaring | Gilles Chehade |
2019-12-14 | introduce a bypass keyword so that builtin filters can bypass processing of | Gilles Chehade |
2019-12-12 | filter protocol has an initial handshake within which smtpd tells filters | Gilles Chehade |
2019-11-25 | store smtp session username in envelope and allow ruleset to match specific | Gilles Chehade |
2019-11-03 | 6.6.0 -> 6.6.1 | Gilles Chehade |
2019-09-30 | Allow maildir and mbox MDAs to tempfail on situations that might be | Martijn van Duren |
2019-09-29 | SRS uses base64 encoding for the checksum, however while this is ok when we | Gilles Chehade |
2019-09-20 | teach smtpd how to do SRS so hosts that act as forwarders don't break SPF. | Gilles Chehade |
2019-09-19 | unescape / and ^ in the general delivery case, they only need to be for | Gilles Chehade |
2019-09-18 | Implement server certificate validation in smtp(1). | Eric Faurot |
2019-09-11 | Sprinkle around some __attribute__((__format__ (printf(...))). | Martijn van Duren |
2019-09-06 | Add support for filter-reports. These allow filters to send freetext | Martijn van Duren |
2019-09-04 | introduce the 'junk' builtin filter action which marks a session or | Gilles Chehade |
2019-08-28 | Add a link-greeting report. This allows us to get the active domain name | Martijn van Duren |
2019-08-23 | res_hnok() is too lenient wrt to acceptable domain name in mail addresses. | Eric Faurot |
2019-08-10 | this introduces experimental proxy v2 support which is fairly isolated to a | Gilles Chehade |
2019-08-10 | bump version | Gilles Chehade |
2019-07-26 | even though RSET can be issued outside a tx, RFC states it's noop outside a | Gilles Chehade |
2019-07-11 | introduce link-auth to the smtp reporting stream so that filters may know | Gilles Chehade |
2019-07-11 | modify link-identify so it reports if HELO or EHLO was used | Gilles Chehade |
2019-07-11 | introduce link-reset to let smtpd report resets happening in a session | Gilles Chehade |
2019-06-27 | Allow filters to log information through stderr. This simplifies and | Martijn van Duren |