Age | Commit message (Expand) | Author |
2012-10-12 | Extend the "retry" field to 16 bits. The new quadratic retry formula | Eric Faurot |
2012-10-11 | - if argc / argv not empty after getopt() loop, display usage | Gilles Chehade |
2012-10-11 | - no need to assign a separator to the last route flag since we're not | Gilles Chehade |
2012-10-11 | - no need to set imsg_type to IMSG_MFA_CLOSE when we're not going to answer | Gilles Chehade |
2012-10-11 | - remove dead store | Gilles Chehade |
2012-10-11 | - remove dead store | Gilles Chehade |
2012-10-11 | - map_create() takes a map_src not a map_kind | Gilles Chehade |
2012-10-11 | - char * -> unsigned char * | Gilles Chehade |
2012-10-11 | - ssize_t -> size_t | Gilles Chehade |
2012-10-11 | - replace "from all" and "for all" with "from any" and "for any" | Gilles Chehade |
2012-10-11 | package checksums are no longer MD5, from Dawe on tech@. | Stuart Henderson |
2012-10-10 | F_BACKUP and ROUTE_BACKUP must be sync-ed for now, otherwise smtpd won't | Gilles Chehade |
2012-10-10 | teach smtpctl how to display envelopes and messages using their id. | Gilles Chehade |
2012-10-10 | io_connect() can take an optional address to bind() before connecting. | Eric Faurot |
2012-10-10 | For each alias node, mark if it has been expanded from an alias map or | Eric Faurot |
2012-10-10 | show the port number for a relay if specified. | Eric Faurot |
2012-10-10 | Fix the hash http filter action to initialize the hash key correctly after | Reyk Floeter |
2012-10-10 | a SMTP -> an SMTP; | Jason McIntyre |
2012-10-09 | make "relay ... as ..." work again. It's been zapped by mistake. | Eric Faurot |
2012-10-09 | - allow a listen statement to impose tls on its clients; | Gilles Chehade |
2012-10-09 | Reject ssl key/certs/CA/DH files if their ownership/permissions are not | Eric Faurot |
2012-10-09 | fix listen examples to not use an interface | Gilles Chehade |
2012-10-09 | fix a FILE* leak when using compression. | Eric Faurot |
2012-10-08 | disk space is cheap but we still want to limit the default size of a body | Gilles Chehade |
2012-10-08 | when building a db map, always lowercase the key before a lookup in makemap | Gilles Chehade |
2012-10-08 | update to 1.2.4 | Robert Nagy |
2012-10-08 | skip RR if type is not MX. Use hostname if the list of MX is empty | Eric Faurot |
2012-10-07 | Implement a simple wait queue API. The idea is to allow multiple "waiters" | Eric Faurot |
2012-10-07 | We need to provide a sendmail-like interface to makemap so that some tools | Gilles Chehade |
2012-10-07 | convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@) | Charles Longeau |
2012-10-07 | bump max number of connections to a route from 5 to 10, the limit is too | Gilles Chehade |
2012-10-06 | fix usage(); ok dlg | Jason McIntyre |
2012-10-06 | inetd Xr no longer relevant; ok dlg | Jason McIntyre |
2012-10-05 | further tweak the maps description; ok gilles | Jason McIntyre |
2012-10-05 | tweak previous; ok gilles | Jason McIntyre |
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 |