Age | Commit message (Expand) | Author |
2019-09-04 | introduce the 'junk' builtin filter action which marks a session or | Gilles Chehade |
2019-09-03 | Exectute procs and filters from /usr/local/libexec/smtpd/ if no absolute | Martijn van Duren |
2019-09-02 | the rule_to_text() function which is used to display rules when debug | Gilles Chehade |
2019-09-02 | Request a new SSL structure for each TLS session. | Eric Faurot |
2019-09-02 | in standalone smtp client, smtps schema should use ... smtps port | Gilles Chehade |
2019-08-29 | the latest commit introduced a regression in DATA filters | Gilles Chehade |
2019-08-29 | the builtin filters matching used to be reversed, as in "function must not | Gilles Chehade |
2019-08-29 | Comment out the registration of smtp-out events. | Martijn van Duren |
2019-08-28 | change valid_domainname() to accept a trailing dot. | Eric Faurot |
2019-08-28 | Add a link-greeting report. This allows us to get the active domain name | Martijn van Duren |
2019-08-28 | Make filters more developer-friendly by giving more feedback on why a | Martijn van Duren |
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-23 | only process records of the expected type. | Eric Faurot |
2019-08-23 | martijn@ found a regression so revert to the old behavior for now | Eric Faurot |
2019-08-23 | res_hnok() is too lenient wrt to acceptable domain name in mail addresses. | Eric Faurot |
2019-08-19 | use a specific and more relevant status message for failed smarthost | Eric Faurot |
2019-08-18 | version field was reserved but not discussed, this is done now | Gilles Chehade |
2019-08-17 | no need to escape "-", generally speaking; instances remain in EXAMPLES; | Jason McIntyre |
2019-08-14 | revert the inet6 format diff, regression observed by florian@ | Gilles Chehade |
2019-08-13 | use proper format to display inet6 addresses in logs as well as to store in | Gilles Chehade |
2019-08-12 | Mark up no-verify with Cm; OK jmc@ gilles@ | Tim van der Molen |
2019-08-12 | Prepend a dot to every line that starts with a dot -- not merely the | Tim van der Molen |
2019-08-11 | Change all error exits to EX_TEMPFAIL so that mail rejected by the LMTP | Tim van der Molen |
2019-08-11 | the filtering protocol in OpenBSD 6.6 will be version 0, it has worked fine | Gilles Chehade |
2019-08-11 | add 'from rdns' to ruleset match criterias making it possible to match | Gilles Chehade |
2019-08-11 | teach builtin filter rdns how to match a session that has or lacks rdns | Gilles Chehade |
2019-08-11 | fix rewrite action on filtering of MAIL FROM phase | Gilles Chehade |
2019-08-11 | document proc and proc-based filters | Gilles Chehade |
2019-08-11 | document filter chains, which is essentially a way to declare a set of | Gilles Chehade |
2019-08-11 | start documenting the builtin filters | Gilles Chehade |
2019-08-11 | no longer document that username may be omitted if equal to label, this is | Gilles Chehade |
2019-08-11 | rework grammar for builtin filters so i can start documenting it | Gilles Chehade |
2019-08-11 | the mta "certificate check" log line was not in the same format as other | Gilles Chehade |
2019-08-11 | properly implement the "from socket" match criteria, so it is now possible | Gilles Chehade |
2019-08-10 | improve level of details when logging mda errors that happen while we're in | Gilles Chehade |
2019-08-10 | start documenting filters for next release | Gilles Chehade |
2019-08-10 | document proxy-v2 option to listener | Gilles Chehade |
2019-08-10 | this introduces experimental proxy v2 support which is fairly isolated to a | Gilles Chehade |
2019-08-10 | enforce domain length check in valid_domainpart(), checking it in caller is | Gilles Chehade |
2019-08-10 | let smtpd tell filters about configuration keys before they register hooks. | Gilles Chehade |
2019-08-10 | bump version | Gilles Chehade |
2019-08-10 | documentation was missing 'smtp limit' bits, document them. | Gilles Chehade |
2019-08-10 | valid_domainpart() uses res_hnok() internally which considers the hostnames | Gilles Chehade |
2019-08-01 | smtpd can crash on excessively large input, causing a denial of service. | Gilles Chehade |
2019-07-26 | add IMSG_REPORT_SMTP_TX_RESET to imsg_to_str | 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-24 | Make SMTPS default to port 465 in relay-host | kn |
2019-07-24 | Two problems: | Gilles Chehade |
2019-07-24 | Stop using reserved words in the smtpd.conf configuration examples | kmos |