Age | Commit message (Expand) | Author |
2013-02-05 | add missing free in config parser | Gilles Chehade |
2013-01-28 | allow lookups from backends in "accept for [...] virtual" context | Gilles Chehade |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |
2012-11-12 | Cleanups and improvements: | Eric Faurot |
2012-10-14 | introduce map_file.c which will deprecate map_stdio.c | Gilles Chehade |
2012-10-11 | - replace "from all" and "for all" with "from any" and "for any" | Gilles Chehade |
2012-10-09 | - allow a listen statement to impose tls on its clients; | Gilles Chehade |
2012-10-08 | disk space is cheap but we still want to limit the default size of a body | Gilles Chehade |
2012-10-04 | default map source to S_PLAIN, this allows us to simplify smtpd.conf: | Gilles Chehade |
2012-09-30 | use xmalloc(), xcalloc() and xmemdup() helpers | Charles Longeau |
2012-09-30 | - add decision to the rule so that we can actually perform a reject match | Gilles Chehade |
2012-09-29 | Remove support for "as user" for local deliveries. | Eric Faurot |
2012-09-26 | fix double free() issue in error paths | Alexander Hall |
2012-09-17 | Add map_create() and map_add() helpers. Simplify the config parser by a | Eric Faurot |
2012-09-15 | When enqueueing from the local socket, the input address is faked as "::1". | Eric Faurot |
2012-09-08 | remove unused header | Charles Longeau |
2012-09-01 | - remove crypto_backend | Gilles Chehade |
2012-08-30 | - import latest aldap.[ch] and ber.[ch] from ypldap | Gilles Chehade |
2012-08-29 | switch the default queue encryption to AES-128 | Christian Weisgerber |
2012-08-29 | Introduce the crypto_backend API and provide support for... encrypted queue | Gilles Chehade |
2012-08-26 | - use the same compression algorithm, gzip, for message file and envelopes | Gilles Chehade |
2012-08-25 | Add compress_backend, allowing compression of messages and envelopes in the q... | Charles Longeau |
2012-08-21 | Allow smtpd to work as a backup MX, relaying only to MXs with higher | Eric Faurot |
2012-08-19 | coding style: replace all occurences of u_int* with uint* | Charles Longeau |
2012-07-08 | - plug text_to_relayhost() in parse.y to support relay URLs. | Gilles Chehade |
2012-05-13 | - cleanup parse.y by removing lots of code that should not have been there, | Gilles Chehade |
2012-05-12 | - remove unused sources S_EXT, S_DYN and S_EXT from enum map_src | Gilles Chehade |
2012-05-12 | - simplify a bit maps by removing fields which are still unused years | Gilles Chehade |
2012-04-16 | add missing header needed by str* and mem* functions | Charles Longeau |
2011-12-13 | - introduce delivery backend API (delivery.c) | Gilles Chehade |
2011-12-08 | check for NULL ->ifa_addr, found the hard way by yours truly on his phone | Todd T. Fries |
2011-10-27 | Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print {u_,}i... | Charles Longeau |
2011-10-23 | a few important fixes: | Eric Faurot |
2011-09-01 | add missing header needed by bsearch() | Charles Longeau |
2011-09-01 | - if no filter is setup, do not overwrite the data line with filtmsg buffer | Charles Longeau |
2011-08-31 | add support for per-line DATA callbacks, this allows filters to take their | Gilles Chehade |
2011-08-27 | initial support for a session-time filtering API | Gilles Chehade |
2011-06-09 | 'relay as' and 'relay via as' rules allow smtpd to rewrite the user part, | Gilles Chehade |
2011-05-22 | teach smtpd how to listen on an interface group so that we can do: | Gilles Chehade |
2011-05-21 | "for all" does not necessary apply to relay rules, so do not forget to look | Gilles Chehade |
2011-05-01 | the smtpd env is meant to be global, so do not pass it all around. | Eric Faurot |
2010-11-28 | remove all unused headers | Gilles Chehade |
2010-11-28 | a bit of .h cleanups, no functionnal change | Gilles Chehade |
2010-10-29 | smtpd no longer knows a map called "secrets" which holds credentials for | Gilles Chehade |
2010-10-28 | teach smtpd how to handle per-rule delays for message expiry, this allows | Gilles Chehade |
2010-10-18 | Missing semicolons to appease yyextract, ok gilles@ | Stuart Henderson |
2010-10-09 | backout the "new" queue code commited 4 months ago. it has many good ideas, | Gilles Chehade |
2010-09-20 | - fix a regression caused by latest commit (long story made short: do not | Gilles Chehade |
2010-09-08 | when I fixed the ruleset matching on rules that had more than one condition | Gilles Chehade |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |