Age | Commit message (Expand) | Author |
2012-11-27 | missing initialization. | Eric Faurot |
2012-11-24 | fix after asr update | Eric Faurot |
2012-11-23 | knf | Eric Faurot |
2012-11-23 | knf | Eric Faurot |
2012-11-23 | send ack on update map. | Eric Faurot |
2012-11-23 | knf | Eric Faurot |
2012-11-23 | Replace the qwalk API (to retreive on disk envelopes at runtime) with | Eric Faurot |
2012-11-20 | - for lists, list type must come first | Jason McIntyre |
2012-11-20 | Allow "smtpctl show queue" to run in "online" mode if the smtpd server | Eric Faurot |
2012-11-18 | knock out a useless .Pp; | Jason McIntyre |
2012-11-18 | remove { } from example in PRIMARY DOMAIN section | Robert Peichaer |
2012-11-13 | do not miss the last envelope | Eric Faurot |
2012-11-13 | Simplify the smtpctl code: add a try_connect() function to test if | Eric Faurot |
2012-11-12 | Cleanups and improvements: | Eric Faurot |
2012-11-06 | Remove the "is_reading" hack and simplify the read/write logic: | Eric Faurot |
2012-11-02 | Add a "kick counter" that gets incremented on each command, to detect | Eric Faurot |
2012-11-02 | Consistency and robustness improvements in mda: | Eric Faurot |
2012-11-02 | Make counters more informative in the scheduler: | Eric Faurot |
2012-10-28 | Limit the number of messages that can be enqueued on a single SMTP | Eric Faurot |
2012-10-26 | add a new uptime.human entry in stats, derived from uptime, but displayed | Charles Longeau |
2012-10-25 | Handle the case where writev() fails with EAGAIN. In theory it cannot | Eric Faurot |
2012-10-25 | send the semantically correct msg when RCPT fails, even if the exact value | Eric Faurot |
2012-10-25 | Make the mda request the message fd from the queue when needed, instead of | Eric Faurot |
2012-10-22 | switch from {open,read,close}() to {fopen,fread,fclose}() in fsqueue_envelope... | Charles Longeau |
2012-10-17 | rename field msg -> evp. | Eric Faurot |
2012-10-17 | Document the -P option. While there, remove reference to -T, it's incomplete, | Eric Faurot |
2012-10-17 | consistency fix: we use "envelope-id" everywhere. | Eric Faurot |
2012-10-16 | consistent macros; Tim van der Molen | Jason McIntyre |
2012-10-16 | MAX_RULEBUFFER_LEN is too small, bump it. | Eric Faurot |
2012-10-16 | Prevent a possible buffer overflow in lka_expand_format() that can lead | Eric Faurot |
2012-10-15 | tweak previous; ok eric | Jason McIntyre |
2012-10-15 | implement and document "smtpctl stop" | Eric Faurot |
2012-10-15 | use shorter names for process titles. | Eric Faurot |
2012-10-14 | As discussed with gilles@, actually impose the per-user limit regardless | Eric Faurot |
2012-10-14 | Limit the number of per-user mda (external program) deliveries that can be | Eric Faurot |
2012-10-14 | When pushing too many envelopes to the mda at once, we can hit a filedesc | Eric Faurot |
2012-10-14 | enforce different permissions on different files in ssl_load_file() | Alexander Hall |
2012-10-14 | substitute wrong comas into semicolons | Charles Longeau |
2012-10-14 | mistakenly removed an ".Xr smtpd 8" | Gilles Chehade |
2012-10-14 | replace 'plain' with 'file' as the backend source name for map_file.c | Gilles Chehade |
2012-10-14 | missing from previous commit, byebye map_stdio.c | Gilles Chehade |
2012-10-14 | introduce map_file.c which will deprecate map_stdio.c | Gilles Chehade |
2012-10-14 | smtpctl show runqueue no longer exists, it's been that way for a while | Gilles Chehade |
2012-10-13 | missing header | Gilles Chehade |
2012-10-13 | in aliases expansion, we can avoid requesting parent for ~user/.forward, if | Gilles Chehade |
2012-10-13 | when makemap is executed in sendmail mode, check if ".db" is part of the | Gilles Chehade |
2012-10-13 | Make map_lookup() and make_compare() set errno on failure to distinguish | Eric Faurot |
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 |