Age | Commit message (Expand) | Author |
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 |
2018-05-24 | switch smtpd to new grammar | Gilles Chehade |
2018-05-14 | kill corrupt / uncorrupt queue mechanism as it has never been usable and it | Gilles Chehade |
2018-04-26 | sync log.h with other daemons | Eric Faurot |
2018-03-14 | bump minor version just to be sure it makes release :-) | Gilles Chehade |
2018-01-02 | we haven't updated the version in a while despite many commits which is | Gilles Chehade |
2017-09-08 | remove more filter-related cruft | Eric Faurot |
2017-08-13 | bypass the filter code for incoming smtp sessions. | Eric Faurot |
2017-08-04 | the PURGE_EVERYTHING flag used to purge config bits was inaccurate | Gilles Chehade |
2017-07-27 | smtpctl(8): Use an int to determine mode instead of __progname. | Sunil Nimmagadda |
2017-05-26 | move variables expansion out of lka_session into their own file, this is a | Gilles Chehade |
2017-05-22 | - filters are currently broken, do not allow using them until we're done | Gilles Chehade |
2017-02-13 | allow negation of authenticated keyword: | Gilles Chehade |
2017-02-03 | Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and | Philip Guenther |
2017-01-09 | smtpd joins the 7 other daemons that share the same log.c file. | Reyk Floeter |
2016-11-30 | remove unused iobuf helpers | Eric Faurot |
2016-11-30 | make struct io opaque: | Eric Faurot |
2016-11-25 | assign an id to each rule in the ruleset, first step towards an MTA layer | Gilles Chehade |
2016-11-17 | Add io api functions for dealing with buffered data, as wrapper around | Eric Faurot |
2016-09-04 | Remove the "smtpctl stop" command. | Eric Faurot |
2016-09-03 | get rid of the type-checking system on internal messages. | Eric Faurot |
2016-09-01 | remove noop function | Eric Faurot |
2016-09-01 | get rid of the imsg buffer usage profiling code. | Eric Faurot |
2016-08-31 | Remove dead code. queue_flow_control() has never been used and is | Eric Faurot |
2016-08-31 | introduce "authenticated" parameter so rules may apply to authenticated | Gilles Chehade |
2016-08-31 | allow overriding the subaddressing delimiter with subaddressing-delimiter | Gilles Chehade |
2016-07-24 | bump version | Gilles Chehade |
2016-05-28 | Implement the fork+exec pattern in smtpd. | Eric Faurot |
2016-03-25 | Nuke session_socket_blockmode() and session_socket_linger(). Use | Kenneth R Westerback |
2016-02-21 | bump version | Gilles Chehade |
2016-02-13 | handle enqueuer socket as a regular listener that can be configured with | Gilles Chehade |