Age | Commit message (Expand) | Author |
2012-10-04 | spacing | Reyk Floeter |
2012-10-04 | default map source to S_PLAIN, this allows us to simplify smtpd.conf: | Gilles Chehade |
2012-10-04 | delay the call to log_debug() for displaying the backends used until | Eric Faurot |
2012-10-04 | change to from=<...>, to=<...> instead of to=<...> for logging | Todd T. Fries |
2012-10-03 | when requesting MX entries, the result can be appear in random orders. | Gilles Chehade |
2012-10-03 | we reintroduced a bug that was fixed 2 years ago with the aliases rewrite: | Gilles Chehade |
2012-10-03 | - add a EXPAND_DEPTH define for ... expansion depth | Gilles Chehade |
2012-10-03 | disallow root deliveries for "deliver to filename" and "deliver to mda" | Gilles Chehade |
2012-10-03 | don't try to cope with iobuf_init() failure, make it fatal() instead. | Charles Longeau |
2012-10-03 | Only show "inflight" debugging message if compiled with DEBUG > 1. | Reyk Floeter |
2012-10-03 | Inherit and pass the relay table flags correctly. | Reyk Floeter |
2012-10-03 | Support more than one relay backup table. Instead of duplicating the | Reyk Floeter |
2012-10-02 | while it's of little harm, it's also been 5.5 years (and 8 releases), | Okan Demirmen |
2012-10-02 | check iobuf_init() return value. | Charles Longeau |
2012-10-01 | Add some fairly random PEN (private enterprise numbers). | Reyk Floeter |
2012-10-01 | Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable. | Reyk Floeter |
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 | use xstrdup() helper | Charles Longeau |
2012-09-29 | some mfa_session cleanups. | Eric Faurot |
2012-09-29 | finally remove rule member from struct envelope. | Eric Faurot |
2012-09-29 | Remove support for "as user" for local deliveries. | Eric Faurot |
2012-09-28 | framed-ip-address and framed-ip-netmask were not working. | YASUOKA Masahiko |
2012-09-28 | some smtpd.{c,h} cleanups: | Eric Faurot |
2012-09-28 | use xmemdup() and xcalloc() helpers | Charles Longeau |
2012-09-28 | Move mda_session to mda.c, and make it use a tree instead of a list, | Eric Faurot |
2012-09-28 | smtpd.h/control.c cleanups: | Eric Faurot |
2012-09-28 | sync manpage with code | Camiel Dobbelaar |
2012-09-27 | use xstrdup() helper | Charles Longeau |
2012-09-27 | When merging messages from an update, decrement the message counter if the | Eric Faurot |
2012-09-27 | fatal -> fatalx | Eric Faurot |
2012-09-27 | clarify the alias expansion code. | Eric Faurot |
2012-09-27 | simplify calloc() + strlcpy()/memcpy() dance with xmemdup() | Charles Longeau |
2012-09-27 | use xmalloc()/xcalloc() helpers | Charles Longeau |
2012-09-27 | simplify malloc() + strlcpy() dance with xstrdup() | Charles Longeau |
2012-09-26 | fix memory leak in case of fdopen() failure | Charles Longeau |
2012-09-26 | Stop using the delivery_data union (field "to") in delivery_mda. | Eric Faurot |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-26 | maps must be numbered from 1 up, as 0 means "no map". | Eric Faurot |
2012-09-26 | fix double free() issue in error paths | Alexander Hall |
2012-09-26 | log final user and method used for local deliveries. | Eric Faurot |
2012-09-25 | make const arguments const, and static functions static. | Eric Faurot |
2012-09-25 | need inttypes.h | Eric Faurot |
2012-09-24 | spaces -> tabs | Eric Faurot |
2012-09-23 | Enable graceful restart by default. The only way to find out if it works for | Claudio Jeker |
2012-09-22 | gcc2 doesn't like unnamed fields. make this compile on vax again. | Marc Espie |
2012-09-22 | various fixes; ok yasuoka | Jason McIntyre |
2012-09-21 | Do not pass the username to forwards_get() which does not have to care about | Eric Faurot |
2012-09-21 | wrap expandtree into a "struct expand". | Eric Faurot |
2012-09-21 | move struct lka_session definition in lka_session.c | Eric Faurot |