Age | Commit message (Expand) | Author |
2015-12-01 | add received-auth parameter to listener to identify authenticated sessions | Gilles Chehade |
2015-12-01 | add IMSG_SMTP_CHECK_SENDER in preparation for another diff | Gilles Chehade |
2015-12-01 | prepare the ground for the CA certificate handling refactor, this commit | Gilles Chehade |
2015-11-30 | add ca_name field to some structures in preparation for a larger | Gilles Chehade |
2015-11-30 | when looking up tables, start in /usr/local/libexec before /usr/libexec, so | Gilles Chehade |
2015-11-30 | mechanical rename of some IMSG constants | Gilles Chehade |
2015-11-30 | While delivering to lmtp or mda, accept optional "as user" parameter | Sunil Nimmagadda |
2015-11-23 | allow table API to lookup for mailaddr mappings | Gilles Chehade |
2015-11-05 | Implement smtpctl uncorrupt <msgid> | Sunil Nimmagadda |
2015-10-29 | Implement smtpctl discover <evpid|msgid>. | Sunil Nimmagadda |
2015-10-28 | masquerade and senders map require being able to lookup mailaddr structures | Gilles Chehade |
2015-10-28 | aliases support resolving to maildir:/path | Gilles Chehade |
2015-10-27 | aliases_virtual_check() has been unneeded for a while | Gilles Chehade |
2015-10-21 | Only enable SSL_VERIFY_PEER when the verify option is set on a listener. | Joel Sing |
2015-10-17 | mailaddr_match() allows comparing two struct mailaddr taking into account | Gilles Chehade |
2015-10-14 | smtpd in tree is no longer neither 5.4.4, nor 5.4.5, bump SMTPD_VERSION | Gilles Chehade |
2015-10-09 | turn our local enqueuer setgid _smtpq and restrict access to offline queue, | Gilles Chehade |
2015-09-07 | when bypassing the enqueuer, insert Message-Id header if none was found and | Gilles Chehade |
2015-04-19 | Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalid | Gilles Chehade |
2015-01-20 | use <limits.h> comprehensively. For now try to push <> includes to | Theo de Raadt |
2014-12-24 | bump version | Eric Faurot |
2014-12-14 | these are no longer used, remove | Gilles Chehade |
2014-11-16 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-10-15 | when From, To and Cc headers present users without domains, append the | Gilles Chehade |
2014-07-10 | Improve the scheduler, better and simpler. | Eric Faurot |
2014-07-09 | add a "no-dsn" listener option to disable DSN extension. | Eric Faurot |
2014-07-09 | config parser improvements: | Eric Faurot |
2014-07-08 | update filter configuration parsing (not plugged yet) | Eric Faurot |
2014-07-08 | get rid of mfa leftovers | Eric Faurot |
2014-07-08 | various queue improvements: | Eric Faurot |
2014-07-08 | Update the table API: lookup functions can take an optional parameters | Eric Faurot |
2014-05-04 | Create a new default RSA engine instead of patching the existing one | Reyk Floeter |
2014-05-01 | Move RSA keys from "lka" to a new dedicated "ca" process because lka | Reyk Floeter |
2014-04-30 | when using maildir, do not create automatically create folders to match tag | Gilles Chehade |
2014-04-30 | The RSA engine (used by pony) has to wait for a response from the | Reyk Floeter |
2014-04-29 | Implement RSA privilege separation for OpenSMTPD, based on my previous | Reyk Floeter |
2014-04-29 | Remove unused arguments from ssl_smtp_init() | Reyk Floeter |
2014-04-19 | certs are looked up by hostname, the size of the buffer should use the | Gilles Chehade |
2014-04-09 | Zap the mfa process. It is not currently doing anything, and content filtering | Eric Faurot |
2014-04-09 | remove useless define for banner | Eric Faurot |
2014-04-04 | Merge the mda, mta and smtp processes into a single unprivileged | Eric Faurot |
2014-03-22 | disable the imsg buffers profiling code unless requested, this will prevent | Gilles Chehade |
2014-02-17 | new "smtpctl show status" command to show if mta/mda/smtp are currently runni... | Eric Faurot |
2014-02-10 | tweak usage() and bump version. | Eric Faurot |
2014-02-04 | Add support for DSN and Enhanced Status Code | Eric Faurot |
2014-02-04 | Allow the admin to pause relaying to a specific domain: | Eric Faurot |
2014-02-04 | internal improvements and cleanups | Eric Faurot |
2014-02-04 | pki code cleanup | Eric Faurot |
2014-02-04 | extend allowed charset for email address, escape all potentially dangerous ones. | Eric Faurot |
2014-02-04 | add base64_encode/base64_decode helpers | Eric Faurot |