| Commit message (Expand) | Author | Age | Files | Lines |
* | if cipher list is not specified for a relay action, use the global |  eric | 2021-04-02 | 1 | -3/+6 |
* | allow to specify tls protocols and ciphers on relay actions |  eric | 2021-03-31 | 1 | -5/+10 |
* | Start porting smtpd to libtls. |  eric | 2021-03-05 | 1 | -1/+74 |
* | keep track of the relay action in relays, will be used for smtp-out |  gilles | 2019-12-21 | 1 | -1/+2 |
* | teach relay action how to do domain-based relay host, this allows declaring |  gilles | 2019-12-18 | 1 | -1/+5 |
* | teach smtpd how to do SRS so hosts that act as forwarders don't break SPF. |  gilles | 2019-09-20 | 1 | -1/+8 |
* | Implement server certificate validation in smtp(1). |  eric | 2019-09-18 | 1 | -5/+10 |
* | in mta_relay_cmp() properly check that authlabel or backupname are not NULL |  gilles | 2019-09-14 | 1 | -1/+9 |
* | use a specific and more relevant status message for failed smarthost |  eric | 2019-08-19 | 1 | -2/+5 |
* | simplify the runq interface: |  eric | 2019-06-14 | 1 | -19/+17 |
* | remove dead code |  eric | 2018-12-23 | 1 | -9/+1 |
* | Allow to use the "tls" keyword on any relay action to force TLS, with |  eric | 2018-09-24 | 1 | -2/+19 |
* | rename the ill-named "flags" member to "as_host" in domain structure. |  eric | 2018-09-19 | 1 | -9/+8 |
* | simplify code path for backup relay and remove useless flag |  eric | 2018-09-17 | 1 | -9/+9 |
* | use symbolic integer values for the different tls options when relaying, |  eric | 2018-09-08 | 1 | -10/+27 |
* | Fix a crash when relaying with authentication but auth table is not set. |  eric | 2018-08-22 | 1 | -1/+12 |
* | Implement a generic interface to forward resolver queries to the lka |  eric | 2018-07-25 | 1 | -5/+1 |
* | remove 'event=' from logs it doesn't carry any information |  gilles | 2018-07-08 | 1 | -2/+2 |
* | use RELAY_* flags where appropriate |  eric | 2018-06-07 | 1 | -2/+2 |
* | simplify the codepath for backup relay setup |  eric | 2018-06-07 | 1 | -15/+7 |
* | code cleanup |  eric | 2018-06-06 | 1 | -4/+5 |
* | remove fields that are found in struct dispatcher from struct relayhost |  eric | 2018-06-06 | 1 | -37/+11 |
* | remove struct relayhost from struct envelope. |  eric | 2018-06-05 | 1 | -36/+37 |
* | Require a valid certificate by default when relaying through a smarthost. |  eric | 2018-06-01 | 1 | -1/+4 |
* | remove 'where' parameter from all x*() functions in utils.c, it doesn't |  gilles | 2018-05-31 | 1 | -32/+28 |
* | simplify |  eric | 2018-05-31 | 1 | -12/+9 |
* | no need to parse and dump the relayhost in the lookup process. |  eric | 2018-05-29 | 1 | -1/+5 |
* | fix mail-from in relay rules, was not propagated from grammar to mta |  gilles | 2018-05-28 | 1 | -1/+13 |
* | stop processing envelope if smarthost parsing failed |  eric | 2018-05-28 | 1 | -1/+2 |
* | missing m_close() |  eric | 2018-05-28 | 1 | -1/+2 |
* | switch smtpd to new grammar |  gilles | 2018-05-24 | 1 | -7/+114 |
* | no need to check the sending process in imsg handlers when there is no |  eric | 2017-11-21 | 1 | -241/+228 |
* | move the envelope handling code to its own function to clarify the |  eric | 2017-09-15 | 1 | -80/+89 |
* | remove dead code. |  eric | 2017-09-11 | 1 | -19/+1 |
* | smtpd joins the 7 other daemons that share the same log.c file. |  reyk | 2017-01-09 | 1 | -2/+2 |
* | log IP/hostname for all SMTP operations. |  giovanni | 2016-09-03 | 1 | -3/+3 |
* | start work on improving the log format, this is work in progress but it'll |  gilles | 2016-05-22 | 1 | -6/+6 |
* | Check whether a string from imsg is empty by dereferencing the char* |  mmcc | 2016-01-14 | 1 | -3/+3 |
* | remove spaces after '!' |  jung | 2015-12-28 | 1 | -5/+5 |
* | remove trailing whitespace |  jung | 2015-12-14 | 1 | -3/+3 |
* | remove CA from pki and no longer allow specifying a CA with 'pki' keyword. |  gilles | 2015-12-12 | 1 | -1/+13 |
* | whitespace |  gilles | 2015-12-01 | 1 | -2/+2 |
* | delay between retries when operating as a secondary MX increases too much, |  gilles | 2015-12-01 | 1 | -5/+6 |
* | mechanical rename of some IMSG constants |  gilles | 2015-11-30 | 1 | -3/+3 |
* | Don't dereference a route and then reference it again. In this particular case, |  tim | 2015-11-26 | 1 | -5/+5 |
* | whitespaces |  gilles | 2015-10-14 | 1 | -4/+4 |
* | use <limits.h> comprehensively. For now try to push <> includes to |  deraadt | 2015-01-20 | 1 | -8/+8 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -1/+2 |
* | make sure to clear the WAIT flag when cancelling the connector timeout. |  eric | 2014-07-08 | 1 | -1/+2 |
* | fix typos. |  sobrado | 2014-07-08 | 1 | -2/+2 |