Age | Commit message (Expand) | Author |
2015-12-01 | cleanup Makefile | Gilles Chehade |
2015-12-01 | cleanup Makefile | Gilles Chehade |
2015-12-01 | cleanup Makefile | Gilles Chehade |
2015-12-01 | add IMSG_SMTP_CHECK_SENDER in list of smtp IMSG | 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 | remove table-passwd, table-sqlite, and table-ldap | Joerg Jung |
2015-11-30 | change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a | Jason McIntyre |
2015-11-30 | fix prototype | Gilles Chehade |
2015-11-30 | smtpd-api.h update, missing prototypes, no functional change | Gilles Chehade |
2015-11-30 | add a couple smtpd-specific defines we want to expose to filters | Gilles Chehade |
2015-11-30 | if a ca_name is set, dump it to on-disk envelope so we recall it on reload. | 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 | bring lka_mailaddrmap(), currently unused, required by sendermap/masquerade | Gilles Chehade |
2015-11-30 | handle "mda command too long" as a tempfail | Gilles Chehade |
2015-11-30 | replace a fatalx() with a graceful failure | Gilles Chehade |
2015-11-30 | update to.c to fix IPv6 address parsing in smtpd.conf, while at it allow | 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-30 | remove mailaddr_to_username(), no longer needed | Gilles Chehade |
2015-11-30 | teach aliases expansion how to deal with user+tag | Gilles Chehade |
2015-11-26 | Don't dereference a route and then reference it again. In this particular case, | Tim van der Molen |
2015-11-24 | add filter.c plumbing, not linked to the build, not used yet | Gilles Chehade |
2015-11-24 | teach table_db and table_static about mailaddr maps (unused yet) | Gilles Chehade |
2015-11-23 | allow table API to lookup for mailaddr mappings | Gilles Chehade |
2015-11-23 | strings.h -> string.h | Gilles Chehade |
2015-11-23 | cleanup | Gilles Chehade |
2015-11-23 | Restructure bounce content as a multi-part MIME message. | Sunil Nimmagadda |
2015-11-05 | replace u_char and u_int* with standard stdint.h types to ease portable version | Joerg Jung |
2015-11-05 | Implement smtpctl uncorrupt <msgid> | Sunil Nimmagadda |
2015-11-05 | Do not terminate message walk on a corrupt envelope. | Sunil Nimmagadda |
2015-11-05 | when a message consists solely of headers and does not end them with an | Gilles Chehade |
2015-11-03 | Blank line after pledge call. | mmcc |
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 | various macro fixes; | Jason McIntyre |
2015-10-28 | remove old check on username length that simply makes no sense nowadays | Gilles Chehade |
2015-10-28 | dns_lookup_host() needs to remove brackets and IPv6: prefix when receiving | Gilles Chehade |
2015-10-28 | aliases support resolving to maildir:/path | Gilles Chehade |
2015-10-28 | Remove dead code. | Sunil Nimmagadda |
2015-10-27 | add a rcpt-to parameter to be able to use the original (probably expanded) | Joerg Jung |
2015-10-27 | delivery lmtp gets fed with a message file as input which is guaranted to have | Joerg Jung |
2015-10-27 | enqueue pledge: getmailname() needs dns, ~/dead.letter needs cpath/wpath | Gilles Chehade |
2015-10-27 | aliases_virtual_check() has been unneeded for a while | Gilles Chehade |
2015-10-26 | Fix makemap(8) for values containing a '#'. | Sunil Nimmagadda |
2015-10-26 | remove unneeded pidfile() from smtpd | Joerg Jung |
2015-10-26 | avoid a potential double free | Jonathan Gray |
2015-10-24 | add -h flag to SYNOPSIS as well | Joerg Jung |
2015-10-23 | document -h flag and add a .Xr | Joerg Jung |