Age | Commit message (Expand) | Author |
2013-12-26 | bcopy -> memmove | Eric Faurot |
2013-12-13 | Give format specifiers their own subsection, so that we can reference it | Jeremie Courreges-Anglas |
2013-12-13 | Use \(dq instead of \&" to print a double quote on a macro line. | Jeremie Courreges-Anglas |
2013-12-06 | now at 5.4.1 | Eric Faurot |
2013-12-06 | fix smtpctl resume route | Eric Faurot |
2013-12-06 | "verify" is already documented with "tls-require verify". | Eric Faurot |
2013-12-05 | missing init | Eric Faurot |
2013-12-05 | bogus ';' | Eric Faurot |
2013-12-05 | minor tweaks; | Jason McIntyre |
2013-12-05 | move defines around | Eric Faurot |
2013-12-05 | warn when failing to parse a field | Eric Faurot |
2013-12-05 | document "verify" keyword and "authtable" option on "listen" rules | Eric Faurot |
2013-12-05 | When a relay fails, let the scheduler update all envelopes in the | Eric Faurot |
2013-12-03 | schedule in O(log n) | Eric Faurot |
2013-12-03 | Rework the envelope flushing loops in mta to avoid sending all delivery | Eric Faurot |
2013-12-03 | warn when failing to enqueue an internal bounce. | Eric Faurot |
2013-11-30 | do not send the holdq release message if no envelope were held for a relay. | Eric Faurot |
2013-11-30 | do not hardcode scheduler batch size, and reduce default limit to avoid | Eric Faurot |
2013-11-30 | mention smtpctl encrypt subcommand. | Eric Faurot |
2013-11-29 | fix missing space from line break | Ted Unangst |
2013-11-28 | limit the number of envelopes to recall in the hoststat cache. | Eric Faurot |
2013-11-28 | fix loading of passphrase-protected keys. | Eric Faurot |
2013-11-28 | better response | Eric Faurot |
2013-11-28 | allow subdomain matching in mailaddr tables | Eric Faurot |
2013-11-28 | unsigned char casts for ctype | Eric Faurot |
2013-11-26 | need errno, thx sthen | Henning Brauer |
2013-11-26 | deal with msgbuf_write EAGAIN, ok gilles benno | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls, as done in all other | Theo de Raadt |
2013-11-21 | correctly set verify flag on the listener | Eric Faurot |
2013-11-21 | fail if lka can't load cert file | Eric Faurot |
2013-11-21 | correctly handle EAGAIN and closed pipe in msgbuf_write() | Eric Faurot |
2013-11-20 | Rework the mda and scheduler to use the holdq mechanism instead of | Eric Faurot |
2013-11-19 | Allow '*' in the user part of mailaddresses. By default, potentially dangerous | Eric Faurot |
2013-11-19 | Add a limit on the number of inflight envelopes. The scheduler suspends | Eric Faurot |
2013-11-18 | Allow overriding the local ca | Eric Faurot |
2013-11-18 | When looking up a MX, parse the address if the domain is a "[ipaddr]" string. | Eric Faurot |
2013-11-18 | change dict_poproot() prototype: do not take key placeholder parameter as | Eric Faurot |
2013-11-13 | exit with 0 on admin shutdown | Eric Faurot |
2013-11-13 | document smtpctl "show hosts" and "show relays". | Eric Faurot |
2013-11-13 | disable .forward lookup if sticky bit is set on homedir | Eric Faurot |
2013-11-13 | Fix case-folding issue with pki names. They are case-insensitive. | Eric Faurot |
2013-11-07 | missing manpage, spotted by jmc@ | Eric Faurot |
2013-11-06 | fix format string | Eric Faurot |
2013-11-06 | fix assertion that could lead to orphaned messages left in the queue | Eric Faurot |
2013-11-06 | Much much improved config parser and related changes. | Eric Faurot |
2013-10-30 | add "smtpctl show relays" and "smtpctl show hosts" commands | Eric Faurot |
2013-10-29 | add missing heloname field for relayhost. | Eric Faurot |
2013-10-29 | use "/etc/mail/mailname" instead of "/etc/mailname" and make it a define. | Eric Faurot |
2013-10-29 | randomize counter part of generated uids | Eric Faurot |
2013-10-29 | Report mta sessions errors on the route rather than on the MX. | Eric Faurot |