Age | Commit message (Expand) | Author |
2013-01-31 | assorted fixes spotted by Coverity. | Eric Faurot |
2013-01-31 | do not need to tweak the socket sndbuf, now that the envelopes are passed | Eric Faurot |
2013-01-31 | update mda to use a smaller struct mda_envelope internally. | Eric Faurot |
2013-01-31 | do not overwrite default manpages | Eric Faurot |
2013-01-31 | give folks fair warning that the sendmail docs are still the ones | Jason McIntyre |
2013-01-28 | use a stripped-down mta_envelope structure in the mta process. | Eric Faurot |
2013-01-28 | log sender address as "<>" when delivering bounces | Eric Faurot |
2013-01-28 | allow lookups from backends in "accept for [...] virtual" context | Gilles Chehade |
2013-01-28 | fix possible descriptor leak in mta_session when reusing session for many | Gilles Chehade |
2013-01-28 | - introduce 'smtpctl trace lookup' to trace lookup process | Gilles Chehade |
2013-01-26 | pesky quote! | Jason McIntyre |
2013-01-26 | tweak previous; | Jason McIntyre |
2013-01-26 | no longer used | Gilles Chehade |
2013-01-26 | users can now be looked up in tables, the user_backend code is no longer | Gilles Chehade |
2013-01-26 | user credentials are now looked up using the table API, the auth_backend | Gilles Chehade |
2013-01-26 | these are no longer used, maps were replaced with something better | Gilles Chehade |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |
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 |