Age | Commit message (Expand) | Author |
2009-09-12 | Simplify line len checking: use one limit for all SMTP exchanges. | Jacek Masiulaniec |
2009-09-12 | fix a wrong computation in session_readline() where the length of line was | Gilles Chehade |
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-12 | replace a fwrite || fwrite construct with a fprintf which achieves the same | Gilles Chehade |
2009-09-08 | Cope with remote host sending '452 Insufficient system storage'. | Landry Breuil |
2009-09-04 | Fix scheduling of bounces that could not be delivered. | Jacek Masiulaniec |
2009-09-04 | Fix scheduling of bounces that could not be delivered. | Jacek Masiulaniec |
2009-09-04 | Prepend Return-Path. | Jacek Masiulaniec |
2009-09-04 | Fix scheduling of bounce messages. | Jacek Masiulaniec |
2009-09-04 | merged with mda.c | Jacek Masiulaniec |
2009-09-04 | Major mda update: | Jacek Masiulaniec |
2009-09-04 | Fix a crash when messagep->batch_id is read from disk and used long | Jacek Masiulaniec |
2009-09-03 | imsg_get sets errno so use fatal instead of fatalx. | Jacek Masiulaniec |
2009-09-02 | Prepend Delivered-To, not append. Discussed with gilles@. | Jacek Masiulaniec |
2009-09-02 | Include mbox write errors in "show stats". Suggested by gilles. | Jacek Masiulaniec |
2009-09-02 | Do not lose mail when write(2) to mbox fails. | Jacek Masiulaniec |
2009-09-02 | remove dead code, gilles ok | Jacek Masiulaniec |
2009-09-01 | Log all 4yz/5yz responses we send when in debug mode; ok gilles@ | Jacek Masiulaniec |
2009-08-27 | $OpenBSD$ | Jacek Masiulaniec |
2009-08-27 | Implement client side of the SMTP protocol in a library-like module. | Jacek Masiulaniec |
2009-08-27 | s/relayd/smtpd/ | Jacek Masiulaniec |
2009-08-27 | Implement client side of the SMTP protocol in a library-like module. | Jacek Masiulaniec |
2009-08-27 | getpwnam failure that results in setting errno could confuse the | Jacek Masiulaniec |
2009-08-26 | fix previous | Jacek Masiulaniec |
2009-08-26 | Do not add Delivered-To to outgoing mail. It will result in premature | Jacek Masiulaniec |
2009-08-18 | The end of headers check that is used to determine where to insert our | Gilles Chehade |
2009-08-12 | Fix unwanted rejects by parsing (and ignoring) AUTH=<...> MAIL | Jacek Masiulaniec |
2009-08-11 | call reset_flags in bounce_session failure code path. | Jacek Masiulaniec |
2009-08-11 | do not repeat flag resetting code, introduce reset_flags(). | Jacek Masiulaniec |
2009-08-08 | - simplify a bit queue_message_update() | Gilles Chehade |
2009-08-08 | mailq is a common sendmail alias for showing the queue; make smtpctl | Ian Darwin |
2009-08-08 | Make imsg_clear close and free any fds in the received fd queue as well as | Nicholas Marriott |
2009-08-08 | fix a small typo with no consequence in the generation of message id when | Gilles Chehade |
2009-08-08 | missing cast | Gilles Chehade |
2009-08-08 | missing header | Gilles Chehade |
2009-08-08 | import some changes from portable smtpd to reduce the delta between both. | Gilles Chehade |
2009-08-07 | smtp_session: ssl/ssl.h -> openssl/ssl.h | Gilles Chehade |
2009-08-07 | in mta: ssl/ssl.h -> openssl/ssl.h, consistent with other files | Gilles Chehade |
2009-08-07 | we were linking to libkeynote to use kn_base64_encode/decode, but honestly | Gilles Chehade |
2009-08-07 | wrap auth_userokay in a new function authenticate_user() and make sure | Gilles Chehade |
2009-08-06 | fix a crash in mta when forwarding a bounce, caused by a null deref | Gilles Chehade |
2009-08-06 | in smtp_session, fix logging so that when we accepted an empty envelope for | Gilles Chehade |
2009-08-06 | - change all occurences of T_DAEMON_BATCH,MESSAGE to T_BOUNCE_BATCH/MESSAGE | Gilles Chehade |
2009-08-06 | replace X-OpenSMPTD-Loop with Delivered-To | Gilles Chehade |
2009-08-06 | when writing a bounce, follow the same rule as for mta sessions and prepend | Gilles Chehade |
2009-08-06 | when a message in queue expires, generate a bounce before we remove it | Gilles Chehade |
2009-08-06 | factorize file_copy_session() and file_copy() so file_copy() can handle | Gilles Chehade |
2009-08-06 | fix a typo in bounce message t -> to | Gilles Chehade |
2009-08-06 | - introduce message_set_errormsg() to set the error description that will | Gilles Chehade |