Age | Commit message (Expand) | Author |
2019-12-21 | upon connect to remote host extract hostname from banner when possible then | Gilles Chehade |
2019-12-21 | if a filter was attached to a relay action in config, notify instance that | Gilles Chehade |
2019-12-21 | start bringing smtp-out reporting code, lacks some events still | Gilles Chehade |
2019-12-21 | add FILTER_SUBSYSTEM_SMTP_OUT to filter_subsystem enum and add filter name | Gilles Chehade |
2019-12-21 | keep track of DATA length in mta_session, will be needed for smtp-out | Gilles Chehade |
2019-12-21 | keep track of the relay action in relays, will be used for smtp-out | Gilles Chehade |
2019-12-21 | do not pass rdns, fcrdns, ss_src and ss_dest with IMSG_FILTER_SMTP_BEGIN, | Gilles Chehade |
2019-12-21 | do not generate smtp reports for unfiltered sessions, the events will be | Gilles Chehade |
2019-12-19 | tweak previous; | Jason McIntyre |
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-17 | avoid line wrap in the dkimsign filter line; | Jason McIntyre |
2019-12-17 | tweak the rspamd bits a little. we really don;t need to repeat the | Jason McIntyre |
2019-12-14 | failing fsync() with EINVAL should not cause a TempFail in mboxfile, | Gilles Chehade |
2019-12-14 | introduce a bypass keyword so that builtin filters can bypass processing of | Gilles Chehade |
2019-12-13 | fix DKIM example | Gilles Chehade |
2019-12-13 | occuring -> occurring | Gilles Chehade |
2019-12-13 | trim previous; ok gilles | Jason McIntyre |
2019-12-13 | add support for CIDR in a: spf atoms | Gilles Chehade |
2019-12-13 | file no longer exists | Gilles Chehade |
2019-12-13 | lka_proc.c had common code to fork a proc filter for lka_filter.c and | Gilles Chehade |
2019-12-13 | add IMSG_REPORT_SMTP_LINK_GREETING, IMSG_REPORT_SMTP_LINK_IDENTIFY and | Gilles Chehade |
2019-12-13 | update examples, document that DKIM signing may be achieved through the | Gilles Chehade |
2019-12-12 | filter protocol has an initial handshake within which smtpd tells filters | Gilles Chehade |
2019-12-12 | remove file, code was moved to a different file | Gilles Chehade |
2019-12-12 | move the lka_report.c code into lka_filter.c, they were originally split as | Gilles Chehade |
2019-12-12 | start documenting the proc filter API, this is a work in progress, not | Gilles Chehade |
2019-12-09 | swap two fields in the filter response protocol to match order of fields in | Gilles Chehade |
2019-12-09 | rework the filtering text somewhat to condense it a little, avoid text | Jason McIntyre |
2019-12-09 | update the example default config to use "from local" too; from myportslist | Jason McIntyre |
2019-12-05 | revert previous; ingo said it | Jason McIntyre |
2019-12-05 | replace "Pf < ... Ns >" with Aq; tidy up lists a little; | Jason McIntyre |
2019-12-05 | tweak the FILTERING text a little; ok gilles | Jason McIntyre |
2019-11-26 | remove stray Oc; | Jason McIntyre |
2019-11-26 | document that listen on socket can have filters attached | Gilles Chehade |
2019-11-26 | in mail.lmtp.c, split LMTP connection fd into two FILE * streams | 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-25 | document that rules can match specific users or user lists now | Gilles Chehade |
2019-11-25 | store smtp session username in envelope and allow ruleset to match specific | Gilles Chehade |
2019-11-25 | use crlf line-ending during the internal smtp session | Eric Faurot |
2019-11-19 | fix typos in smtpd.conf.5 | Gilles Chehade |
2019-11-12 | a long long time ago, there was no such thing as "from socket" and the | Gilles Chehade |
2019-11-12 | fix a logic bug in ruleset matching that makes `from socket` rules possibly | Gilles Chehade |
2019-11-11 | fix 'mx:' mechanism in smtpd spf walk | Gilles Chehade |
2019-11-04 | fix a possible crash when combining "from rdns", nested virtual aliases and | Gilles Chehade |
2019-11-03 | 6.6.0 -> 6.6.1 | Gilles Chehade |
2019-11-02 | switch ASN1_STRING_data() with constified ASN1_STRING_get0_data() | Gilles Chehade |
2019-10-04 | remove strict \r check, the downside overweights the advantages, we'll | Gilles Chehade |