Age | Commit message (Expand) | Author |
2018-12-11 | do some imsg renaming to make them more clear | Gilles Chehade |
2018-12-11 | remove unused imsg names | Gilles Chehade |
2018-12-11 | factor smtp-in and smtp-out reporting code | Gilles Chehade |
2018-12-11 | report filter responses to smtp | Gilles Chehade |
2018-12-11 | generate an event when a helo name identifies a link | Gilles Chehade |
2018-12-11 | Improve the cert_*() interface. Use the return value to tell whether | Eric Faurot |
2018-12-09 | add check-fcrdns builtin filter | Gilles Chehade |
2018-12-09 | no longer pass rdns in all filtering requests, they can be retrieved from | Gilles Chehade |
2018-12-09 | add client and listener address, as well as client rDNS and FCrDNS lookup | Gilles Chehade |
2018-12-08 | Use correct RFC 3464 specified values for Action field in a DSN. | Sunil Nimmagadda |
2018-12-07 | Refactor certificate initialization and verification. | Eric Faurot |
2018-12-06 | link-connect event report had an empty fcrdns field, but now that eric@ has | Gilles Chehade |
2018-12-06 | introduce tx-mail and tx-rcpt report events | Gilles Chehade |
2018-12-06 | allow passing data lines to proc filters | Gilles Chehade |
2018-12-06 | in mda variables expansions, do not consider empty strings as errors since | Gilles Chehade |
2018-12-06 | bring the first bits of DATA filtering plumbing but bypass it for now | 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 | when reporting tx events, report tx id | 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-02 | report rDNS in link connect event | Gilles Chehade |
2018-11-02 | pass struct sockaddr_storage instead of ss_to_text() in reporting | 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-10-31 | add helper valid_smtp_response() to be used in upcoming commits | Gilles Chehade |
2018-09-24 | Allow to use the "tls" keyword on any relay action to force TLS, with | Eric Faurot |
2018-09-19 | rename the ill-named "flags" member to "as_host" in domain structure. | Eric Faurot |
2018-09-17 | simplify code path for backup relay and remove useless flag | Eric Faurot |
2018-09-08 | use symbolic integer values for the different tls options when relaying, | Eric Faurot |
2018-09-04 | upon mda failure, smtpd would assume tempfail and retry. this is at odds | Gilles Chehade |
2018-08-31 | switch to improved incoming message parser: | Eric Faurot |
2018-07-25 | Implement a generic interface to forward resolver queries to the lka | Eric Faurot |
2018-06-18 | simplify parse_config() further so it no longer has any side effect outside | Gilles Chehade |
2018-06-18 | split smtp_accept() in two parts: the accept part, the session init part, | Gilles Chehade |
2018-06-16 | rework the table API so that it takes a struct smtpd * context in parameter | Gilles Chehade |
2018-06-07 | remove unused flags and obsolete comments | Eric Faurot |
2018-06-06 | remove fields that are found in struct dispatcher from struct relayhost | Eric Faurot |
2018-06-05 | remove struct relayhost from struct envelope. | Eric Faurot |
2018-06-04 | add support for mda wrappers allowing postmaster to define command wrappers | Gilles Chehade |
2018-06-03 | split forkmda() in two: | Gilles Chehade |
2018-06-01 | Require a valid certificate by default when relaying through a smarthost. | Eric Faurot |
2018-05-31 | remove 'where' parameter from all x*() functions in utils.c, it doesn't | Gilles Chehade |
2018-05-29 | remove unused function | Eric Faurot |
2018-05-29 | no need to parse and dump the relayhost in the lookup process. | Eric Faurot |
2018-05-29 | provide mail user agents with the same environments as Postfix | Gilles Chehade |
2018-05-24 | bump version, this will be a big release when OpenBSD 6.4 is released :-) | Gilles Chehade |