Age | Commit message (Expand) | Author |
2011-12-27 | Q_BOUNCE is not used anymore | Eric Faurot |
2011-12-27 | Instead of using a separate "bounce" queue, create the bounce envelope | Eric Faurot |
2011-12-23 | On envelope creation, get the message id in a saner way than the | Eric Faurot |
2011-12-22 | Add fqueue_envelope_path() function to create path to envelopes. | Eric Faurot |
2011-12-21 | disable temporarily CA support, it prevents some remote hosts from | Charles Longeau |
2011-12-19 | fix/improve envelope_validate(): | Eric Faurot |
2011-12-18 | Sync comments with latest cleanup changes | Charles Longeau |
2011-12-18 | use #defined error() | Charles Longeau |
2011-12-18 | Add missing header needed by PRI format string | Charles Longeau |
2011-12-18 | remove unused header | Charles Longeau |
2011-12-18 | - use envelope_set_errormsg() where possible. | Eric Faurot |
2011-12-16 | simplify | Eric Faurot |
2011-12-15 | better size check | Eric Faurot |
2011-12-15 | all leading dots must be duplicated. | Eric Faurot |
2011-12-14 | finally kill queue_shared.c and move what is left to bounce.c | Eric Faurot |
2011-12-14 | split auth_backend.c for consistency | Eric Faurot |
2011-12-14 | move show_queue() and related functions from queue_shared.c | Eric Faurot |
2011-12-14 | make queue_fsqueue backend consistent with the backend scheme. | Eric Faurot |
2011-12-14 | add missing prototype | Eric Faurot |
2011-12-13 | *finally* make use of certificate authority file if available ! | Gilles Chehade |
2011-12-13 | rename files for consistency. | Eric Faurot |
2011-12-13 | merge map_backend.c into map.c | Eric Faurot |
2011-12-13 | split user_backend.c into user.c and user_pwd.c to be consistent with the | Eric Faurot |
2011-12-13 | - man page had an example wrong | Gilles Chehade |
2011-12-13 | - introduce delivery backend API (delivery.c) | Gilles Chehade |
2011-12-12 | add a session_enter_state() function to change the state of an smtp | Eric Faurot |
2011-12-12 | display proc name rather than function name in debug message | Eric Faurot |
2011-12-12 | remove comments about dead "struct delivery" | Charles Longeau |
2011-12-11 | utility function for parsing and validating SMTP response lines | Eric Faurot |
2011-12-11 | Make the mta code a bit more straightforward: | Eric Faurot |
2011-12-08 | check for NULL ->ifa_addr, found the hard way by yours truly on his phone | Todd T. Fries |
2011-12-08 | rename struct user to struct mta_user to avoid namespace conflict elsewhere | Todd T. Fries |
2011-11-28 | use STATUS_* filter codes, instead of -1/0/1 hard coded values | Charles Longeau |
2011-11-28 | fix STATE_COUNT count | Charles Longeau |
2011-11-23 | Fix Segmentation Fault when launching mailq(8) | Charles Longeau |
2011-11-21 | get rid of the "enqueue/" queue; use "incoming/" instead. | Eric Faurot |
2011-11-16 | remove unused functions | Eric Faurot |
2011-11-16 | Do not unlink an offline message until it has been correctly enqueued. | Eric Faurot |
2011-11-16 | fix obvious variable substitution mistake | Charles Longeau |
2011-11-15 | - change callback prototypes in filter.c to allow stricter checks | Gilles Chehade |
2011-11-15 | wooooops defines missing from previous commit | Gilles Chehade |
2011-11-15 | Qwalk, our API to linearly walk over the persistent queue, did not take the | Gilles Chehade |
2011-11-14 | when receiving an unexpected imsg, print its name. | Charles Longeau |
2011-11-14 | make sure that the offline directory has the right owner/perms | Eric Faurot |
2011-11-14 | The spool and offline directories are backend-independent, so they | Eric Faurot |
2011-11-10 | Use STDIN_FILENO instead of magic constant 0 | Charles Longeau |
2011-11-07 | Let the smtpd process handle the enqueueing of offline messages at | Eric Faurot |
2011-11-06 | No need to save/restore the batch_id since the envelope is not dumped | Eric Faurot |
2011-11-06 | Do not dump the envelope status. It's useless and not reloaded anyway. | Eric Faurot |
2011-11-03 | since smtpctl doesn't need to be build along with client.c, | Charles Longeau |