Age | Commit message (Expand) | Author |
2018-11-29 | introduce FILTER_COMMIT which will allow taking a decision at DATA commit | Gilles Chehade |
2018-11-29 | simplify | Eric Faurot |
2018-11-25 | fix mail.mda so it handles system() exit value correctly | Gilles Chehade |
2018-11-25 | fix examples there were still using old grammar | Gilles Chehade |
2018-11-25 | flock was needed by delivery_filename which was moved to the standalone MDA | Gilles Chehade |
2018-11-25 | teach mail.maildir how to junk SpamAssassin flagged spam | Gilles Chehade |
2018-11-16 | add missing imsg names | Eric Faurot |
2018-11-16 | when using smtps, tls initialisation must occur after FILTER_CONNECTED | Eric Faurot |
2018-11-12 | simplify code for resolver_getnaimeinfo() | Eric Faurot |
2018-11-11 | Fix resolver_getaddrinfo(): use NULL strings in underlying messages | Eric Faurot |
2018-11-11 | accept NULL as a valid string in the proc message formating api. | Eric Faurot |
2018-11-08 | introduce smtp-in keyword in grammar so we can report smtp-in and smtp-out | Gilles Chehade |
2018-11-08 | when reporting tx events, report tx id | Gilles Chehade |
2018-11-08 | add protocol version to report lines and reorder timestamp | Gilles Chehade |
2018-11-07 | report "." as a protocol-client event, it is the commit command, not really | Gilles Chehade |
2018-11-03 | hostnames are case-sensitive of course... | Gilles Chehade |
2018-11-03 | we no longer need smtpf_session.c | Gilles Chehade |
2018-11-03 | s->filter_phase and s->filter_param must be assigned earlier | 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-03 | remove log_debug | Gilles Chehade |
2018-11-02 | report rDNS in link connect event | Gilles Chehade |
2018-11-02 | smtp_report_link_connect() should be called from smtp_connected() | Gilles Chehade |
2018-11-02 | when reporting smtp-in link-connect event, report src and dest port too | Gilles Chehade |
2018-11-02 | pass struct sockaddr_storage instead of ss_to_text() in reporting | Gilles Chehade |
2018-11-02 | report connection event earlier | Gilles Chehade |
2018-11-02 | in-smtp -> smtp-in in reporting protocol | Gilles Chehade |
2018-11-02 | add REG_NOSUB to flags in regcompile | Gilles Chehade |
2018-11-01 | log_warn() -> log_warnx() and only display warning that running commands | 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 | introduce K_REGEX table type and table_regex_match(), unused for now | 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 |
2018-10-31 | smtp_tx_mail_from() and smtp_tx_rcpt_to() should take a const char *line | Gilles Chehade |
2018-10-31 | set a banner_sent flag in a session when banner was sent, this is noop as | Gilles Chehade |
2018-10-31 | add helper valid_smtp_response() to be used in upcoming commits | Gilles Chehade |
2018-10-31 | in rule_to_text(), use "tls" not "starttls" | Gilles Chehade |
2018-10-31 | log tls events as "tls" not "starttls" it has confused people | Gilles Chehade |
2018-10-30 | in mda.c, when reading the last line of an mda, we should never have a \n | Gilles Chehade |
2018-10-24 | missing header | Gilles Chehade |
2018-10-24 | replace EFTYPE with EINVAL which is a both a better errno AND more portable | Gilles Chehade |
2018-10-21 | do not consider connect() errors as permfail in the lmtp mda | Gilles Chehade |
2018-10-15 | in spfwalk, search both A and AAAA records when "a" is used in an spf txt | Gilles Chehade |
2018-10-08 | typo; ok jmc@ deraadt@ | miko |
2018-10-03 | remove unused files | Eric Faurot |
2018-10-03 | correctly handle "+a:..." entries | Eric Faurot |
2018-09-26 | treat NOTIMP as NO_DATA in response to MX query: fallback to hostname lookup | Eric Faurot |
2018-09-24 | Allow to use the "tls" keyword on any relay action to force TLS, with | Eric Faurot |