summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/parser.h
AgeCommit message (Expand)Author
2014-02-04Allow the admin to pause relaying to a specific domain:Eric Faurot
2013-07-19New implementation for smtpctl and the command line parser. AllowsEric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-02-14- smtpctl trace expand, enables tracing of aliases expansionGilles Chehade
2013-01-28- introduce 'smtpctl trace lookup' to trace lookup processGilles Chehade
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-10-14introduce map_file.c which will deprecate map_stdio.cGilles Chehade
2012-10-10teach smtpctl how to display envelopes and messages using their id.Gilles Chehade
2012-08-30- rename show_envelope() to show_queue_envelope()Gilles Chehade
2012-01-12Remove dead code for config reloading for now. It is not functionnalEric Faurot
2011-10-23- smtpctl schedule no longer works, instead, use 'smtpctl schedule-id <id>'Gilles Chehade
2011-08-16smtpctl show sizes, displays the size of queue-related structures, usefulGilles Chehade
2011-07-21- update smtpctl.8 to reflect realityGilles Chehade
2011-04-13following an idea from jacekm@, smtpd now uses a ram-queue instead of doingGilles Chehade
2010-10-09backout the "new" queue code commited 4 months ago. it has many good ideas,Gilles Chehade
2010-09-04move some things around to make intentions clear. not really a functionalTed Unangst
2010-06-01new queue, again; gcc2 compile tested by deraadtJacek Masiulaniec
2010-06-01New queue doesn't compile on gcc2, back out. Spotted by deraadt@Jacek Masiulaniec
2010-05-31Rewrite entire queue code.Jacek Masiulaniec
2010-01-10- teach runner how to remove a message from queue given a message id/uidGilles Chehade
2010-01-03Implement "log verbose" and "log brief" to enable or disable verbose debugCharles Longeau
2009-08-08import some changes from portable smtpd to reduce the delta between both.Gilles Chehade
2009-02-24teach smtpctl's parser how to deal with parameters that are not necessarilyGilles Chehade
2009-01-29Implement "smtpctl show stats"; ok gilles@Jacek Masiulaniec
2009-01-04- smtp can now pause/resume the accepting of incoming messagesGilles Chehade
2009-01-04- runner is now capable of pausing/resuming the scheduling of deliveriesGilles Chehade
2008-12-27Break showqueue and showrunqueue into 2 words; ok gilles@Jacek Masiulaniec
2008-12-06- teach smtpctl how to inspect queue and runqueue, it supports two commandsGilles Chehade
2008-12-05- smtpctl utility to control the smtpd, don't expect too much yet as it isGilles Chehade