Age | Commit message (Expand) | Author |
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 |
2011-11-02 | simpler implementation of smtpctl local enqueuer that does not need libevent. | Eric Faurot |
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-27 | Don't offer or negotiate SSLv2 and, since we don't do SSL session | Philip Guenthe |
2011-10-26 | retain alphabetical order; | Jason McIntyre |
2011-10-26 | - fix smtpctl pause/resume so the ramqueue scheduling is done correctly | Gilles Chehade |
2011-10-25 | rewrite the sender user/domain as specified in the manpage when matching | Eric Faurot |
2011-10-23 | retain alphabetical order; | Jason McIntyre |
2011-10-23 | - smtpctl schedule no longer works, instead, use 'smtpctl schedule-id <id>' | Gilles Chehade |
2011-10-23 | plug leak | Eric Faurot |
2011-10-23 | a few important fixes: | Eric Faurot |
2011-10-23 | relay_as is not used anuwhere | Eric Faurot |
2011-10-23 | introduce Q_CORRUPT and queue_backend operation to move a message from | Gilles Chehade |
2011-10-23 | add missing format string | Charles Longeau |
2011-10-23 | add a missing DH_free() after ssl_set_ephemeral_key_exchange(). | Charles Longeau |
2011-10-23 | fsqueue no longer stores envelopes by dumping the structure, instead use a | Gilles Chehade |
2011-10-22 | correctly set relay when expanding envelopes | Eric Faurot |
2011-10-22 | tweak previous; | Jason McIntyre |
2011-10-22 | Add a log_trace() call to toggle logging of specific debugging info in | Eric Faurot |
2011-10-13 | Drop a reference to the client SSL_CTX after SSL_new(), so that it is | Eric Faurot |
2011-10-11 | fix parsing of :include: aliases | Gilles Chehade |
2011-10-10 | document that virtual maps require a domain key | Gilles Chehade |
2011-10-09 | show messages sent between processes in debug mode | Eric Faurot |
2011-10-03 | - fix a segv caused by a deep recursion introduced with a recent quick-fix | Gilles Chehade |
2011-10-03 | clarify that network sources are to be specified in CIDR notation | Gilles Chehade |
2011-09-28 | removing annoying debug log | Gilles Chehade |
2011-09-27 | check closefrom() return value | Charles Longeau |
2011-09-19 | Quick fix to avoid fatal() when we receive a line which have a length of exac... | Charles Longeau |
2011-09-18 | a single ramqueue message may be shared by many ramqueue envelopes to be | Gilles Chehade |
2011-09-12 | - introduce filtermask in struct smtpd | Gilles Chehade |
2011-09-11 | remove unused header | Charles Longeau |
2011-09-01 | move a log_debug() call to a less annoying spot so that it does not get | Gilles Chehade |
2011-09-01 | Introduce a small set of functions to manage stat counters in a | 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 |