Age | Commit message (Expand) | Author |
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 |
2018-09-20 | properly handle credentials and fix auth in smtp(1) | Eric Faurot |
2018-09-20 | fix indentation | Eric Faurot |
2018-09-19 | rename the ill-named "flags" member to "as_host" in domain structure. | Eric Faurot |
2018-09-18 | ellapsed -> elapsed; ok jmc@ | miko |
2018-09-17 | simplify code path for backup relay and remove useless flag | Eric Faurot |
2018-09-10 | tweak the table commands somewhat; ok gilles | Jason McIntyre |
2018-09-08 | use symbolic integer values for the different tls options when relaying, | Eric Faurot |
2018-09-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko |
2018-09-05 | rename flag | Eric Faurot |
2018-09-05 | rename token to match naming convention | Gilles Chehade |
2018-09-05 | some text improvements from matt schwartz; ok gilles | Jason McIntyre |
2018-09-05 | do not use the literal string "label" as our example label; ok gilles | Jason McIntyre |
2018-09-05 | rework the text about "label" somewhat for clarity; ok eric | Jason McIntyre |
2018-09-04 | remove useless session flag | Eric Faurot |
2018-09-04 | upon mda failure, smtpd would assume tempfail and retry. this is at odds | Gilles Chehade |
2018-09-04 | remove unused flags | Eric Faurot |
2018-09-03 | simplify the smtp_command() function by splitting cmd handlers into | Gilles Chehade |
2018-09-03 | bump max line size | Gilles Chehade |
2018-09-03 | document "wrapper" in the local section; from matt schwartz | Jason McIntyre |
2018-09-03 | use new smarthost syntax in log message | Eric Faurot |
2018-09-03 | Update and document syntax for smarthost string in smtpd.conf: | Eric Faurot |
2018-09-02 | mailaddr matching was working for the exact and domain match, but not when | Gilles Chehade |
2018-09-01 | properly deal with MAILER-DAEMON sender in LMTP | Gilles Chehade |
2018-09-01 | clarify the forward-only delivery action | Gilles Chehade |