Age | Commit message (Expand) | Author |
2010-06-01 | new queue, again; gcc2 compile tested by deraadt | Jacek Masiulaniec |
2010-06-01 | New queue doesn't compile on gcc2, back out. Spotted by deraadt@ | Jacek Masiulaniec |
2010-06-01 | Include birth time in smtpctl show queue raw. | Jacek Masiulaniec |
2010-05-31 | Rewrite entire queue code. | Jacek Masiulaniec |
2010-04-21 | Runner process is just a helper for queue, so tear down its imsg | Jacek Masiulaniec |
2010-01-10 | - teach runner how to remove a message from queue given a message id/uid | Gilles Chehade |
2010-01-03 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Charles Longeau |
2009-12-14 | Control maximum number of bounce sessions similarly to how the mta and mda | Jacek Masiulaniec |
2009-12-14 | Impose sessions limit on the delivery sessions (mta and mda). | Jacek Masiulaniec |
2009-12-13 | Use safe fd limits in smtp, lka, queue, and control. Removes a | Jacek Masiulaniec |
2009-12-13 | typo | Jacek Masiulaniec |
2009-11-13 | add missing headers needed by time() | Charles Longeau |
2009-10-25 | smtpctl reload is work in progress, do not expose it and make sure smtpd's | Gilles Chehade |
2009-09-12 | Simplify line len checking: use one limit for all SMTP exchanges. | Jacek Masiulaniec |
2009-09-12 | cmdlinetoolong stat was incremented at the wrong place, fix | Gilles Chehade |
2009-09-12 | - fix a compile time warning | Gilles Chehade |
2009-09-02 | Include mbox write errors in "show stats". Suggested by gilles. | Jacek Masiulaniec |
2009-08-27 | s/relayd/smtpd/ | Jacek Masiulaniec |
2009-08-08 | mailq is a common sendmail alias for showing the queue; make smtpctl | Ian Darwin |
2009-08-08 | missing header | Gilles Chehade |
2009-06-06 | Sync with relayd: | Pierre-Yves Ritschard |
2009-06-06 | if smtpctl is run in unsupported mode, exit with a warning instead of | Jacek Masiulaniec |
2009-05-30 | - increment stats.mta.sessions_active when session is allocated in mta | Gilles Chehade |
2009-05-27 | request flood mitigation: | Jacek Masiulaniec |
2009-05-24 | Instead of keeping stats private to each process, and querying every | Jacek Masiulaniec |
2009-05-20 | fix a pasto causing "smtpctl resume mta" to try to resume mda | Gilles Chehade |
2009-05-18 | Complete rework of bufferevent event masking allowing for more | Jacek Masiulaniec |
2009-04-23 | sort "show stats" output | Jacek Masiulaniec |
2009-04-21 | Make /usr/sbin/sendmail not fail due to smtpd being down. | Jacek Masiulaniec |
2009-04-20 | Rewrite smtp session timeouts; use evtimer_* from event(3) instead | Jacek Masiulaniec |
2009-04-16 | Total rewrite of the sendmail interface. Adds support for -t, -v, | Jacek Masiulaniec |
2009-04-15 | s/ssmtp/smtps/; ok gilles@ | Jacek Masiulaniec |
2009-03-23 | various minor improvements; ok jacekm gilles | Jason McIntyre |
2009-03-22 | trivial message repair, ok jacek@ | Ian Darwin |
2009-03-15 | since we are going to share code in smtp sessions and mta sessions, we need | Gilles Chehade |
2009-03-01 | In "smtpctl show stats", break queue.inserts into queue.inserts.remote | Jacek Masiulaniec |
2009-02-24 | teach smtpctl's parser how to deal with parameters that are not necessarily | Gilles Chehade |
2009-02-17 | imsg_init depends on ibuf being calloc'd. fix few places where malloc | Jacek Masiulaniec |
2009-02-13 | Make stats output more sysctl-like by killing spaces around '='; ok gilles@ | Jacek Masiulaniec |
2009-01-30 | when decreasing ssl related counters, make sure the session was flagged as | Gilles Chehade |
2009-01-30 | improve statistics for smtp process. not only collect the current sessions | Gilles Chehade |
2009-01-30 | clear the F_EVLOCK flag earlier to prevent the error event handler from | Gilles Chehade |
2009-01-29 | fix compiler warning | Jacek Masiulaniec |
2009-01-29 | Implement "smtpctl show stats"; ok gilles@ | Jacek Masiulaniec |
2009-01-29 | Common queue walking code for smtpd and smtpctl. Kills majority of showqueue.c, | Jacek Masiulaniec |
2009-01-27 | first bricks of enqueue code which allows smtpctl to submit mail to queue | Gilles Chehade |
2009-01-04 | - smtp can now pause/resume the accepting of incoming messages | Gilles Chehade |
2009-01-04 | - runner is now capable of pausing/resuming the scheduling of deliveries | Gilles Chehade |
2008-12-27 | Break showqueue and showrunqueue into 2 words; ok gilles@ | Jacek Masiulaniec |
2008-12-06 | - teach smtpctl how to inspect queue and runqueue, it supports two commands | Gilles Chehade |