Age | Commit message (Expand) | Author |
2019-12-21 | start bringing smtp-out reporting code, lacks some events still | 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-26 | allow using 'auth' as an origin: | Gilles Chehade |
2019-11-26 | whitespaces | Gilles Chehade |
2019-11-26 | mail-from and rcpt-to already carry origin and destination, so we can make | Gilles Chehade |
2019-11-12 | a long long time ago, there was no such thing as "from socket" and the | Gilles Chehade |
2019-09-22 | few corrections on srs grammar | Sebastien Marie |
2019-09-20 | teach smtpd how to do SRS so hosts that act as forwarders don't break SPF. | Gilles Chehade |
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-25 | Allow for "port smtp" and "port smtps" on listen statement. | Martijn van Duren |
2019-08-23 | Assign the filter name to the proc name in the case of proc_exec. | Martijn van Duren |
2019-08-11 | add 'from rdns' to ruleset match criterias making it possible to match | Gilles Chehade |
2019-08-11 | fix rewrite action on filtering of MAIL FROM phase | Gilles Chehade |
2019-08-11 | rework grammar for builtin filters so i can start documenting it | Gilles Chehade |
2019-08-10 | this introduces experimental proxy v2 support which is fairly isolated to a | Gilles Chehade |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-20 | rev 1.219 of the file was a fix to an LMTP issue that was misunderstood. we | Gilles Chehade |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2018-12-28 | type static tables on the fly when the first element is added | Eric Faurot |
2018-12-28 | remove the tag workaround for table_create() and table_find(), | Eric Faurot |
2018-12-23 | when a filter chain is only used once, no need to create a named chain, it | Gilles Chehade |
2018-12-23 | revive filters tracing (-T filters) to make it easier understand what is | Gilles Chehade |
2018-12-22 | introduce 'rcpt-to' builtin filter, can only be used on 'rcpt-to' hook | Gilles Chehade |
2018-12-22 | introduce 'mail-from' builtin filter, can be applied on the 'mail-from', | Gilles Chehade |
2018-12-22 | introduce 'helo' builtin filter, can be used on any hook but 'connect' | Gilles Chehade |
2018-12-22 | reuse existing tokens for builtin filter names to avoid creating too many | Gilles Chehade |
2018-12-22 | introduce new matching criteria 'from rdns' to match sessions based on rDNS | Gilles Chehade |
2018-12-21 | since we already support regex lookups in tables for builtin filters, let's | Gilles Chehade |
2018-12-21 | - make the proc filter fd non-blocking | Gilles Chehade |
2018-12-21 | implement some additional builtin filters: | Gilles Chehade |
2018-12-21 | bring in new grammar for filters, allowing filter chains and plugging of | Gilles Chehade |
2018-12-13 | only allow builtin filters to declare which hook they listen to in the conf | Gilles Chehade |
2018-12-11 | remove filter action "rewrite" can only be done from a proc filter | Gilles Chehade |
2018-12-09 | allow check-rdns and check-fcrdns in connect, helo/ehlo, mail-from, rcpt-to | Gilles Chehade |
2018-12-09 | add check-fcrdns builtin filter | Gilles Chehade |
2018-12-06 | allow passing data lines to proc filters | Gilles Chehade |
2018-11-30 | prepare for smtp-out reporting and while at it, make a few changes to the | Gilles Chehade |
2018-11-29 | introduce FILTER_COMMIT which will allow taking a decision at DATA commit | Gilles Chehade |
2018-11-08 | introduce smtp-in keyword in grammar so we can report smtp-in and smtp-out | Gilles Chehade |
2018-11-03 | only apply filter rules to filtered interfaces | Gilles Chehade |
2018-11-03 | check-rdns builtin filter, to be improved | Gilles Chehade |
2018-11-03 | bring plumbing for proc filters | Gilles Chehade |
2018-11-03 | bring plumbing for builtin filters | Gilles Chehade |
2018-11-01 | teach smtp process how to report smtp events to lka and teach lka how to | Gilles Chehade |
2018-11-01 | allow smtpd to fork processes at startup and maintain a socketpair with | Gilles Chehade |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |