Age | Commit message (Expand) | Author |
2012-03-30 | increase timeout to 5m when connecting to a remote mail server, as required | Charles Longeau |
2012-03-27 | Do not try STARTTLS if the server does not advertise support | Eric Faurot |
2012-03-25 | Do not fatal() when failing to connect to a relay. | Eric Faurot |
2012-03-19 | when a mailer daemon loop is detected, do not insert new bounce in ramqueue | Gilles Chehade |
2012-03-17 | llu -> PRIu64 in enqueue() to avoid warning in portable | Gilles Chehade |
2012-03-13 | When moving back envelope from offload tree to msg tree ... remove the | Gilles Chehade |
2012-03-07 | - remove some map_find() calls that are no longer needed, they are followed | Gilles Chehade |
2012-03-07 | - db.h not needed here, already removed by chl@ but I fscked up previous | Gilles Chehade |
2012-03-07 | various reliability fixes: | Gilles Chehade |
2012-02-09 | correct argument names for "resume"; from Jan Stary | Jason McIntyre |
2012-02-04 | remove unused header | Charles Longeau |
2012-02-02 | Only use mime/line-split if the input message actually contains a very | Eric Faurot |
2012-02-01 | When updating an envelope status, the update is immediatly sent to the | Eric Faurot |
2012-02-01 | fix stupid mistake in buffer code | Eric Faurot |
2012-01-31 | fix an issue observed this week-end while flooding ajacoutot@ : | Gilles Chehade |
2012-01-30 | do not encode headers, it breaks the resulting message | Gilles Chehade |
2012-01-30 | Add missing header needed by PRI format string | Charles Longeau |
2012-01-29 | Remove message directories right away instead of moving them to purge/. | Eric Faurot |
2012-01-29 | For some reason, all recipients are rejected if the msg field is not | Eric Faurot |
2012-01-29 | disable connection filter hook for now. fixes smtps. | Eric Faurot |
2012-01-29 | Rewrite io code in smtp and mta using the iobuf/ioev interface to have | Eric Faurot |
2012-01-29 | fix warning | Eric Faurot |
2012-01-29 | Quick fix to prevent two processes from using the same temporary | Eric Faurot |
2012-01-29 | Import generic network IO code. The plan is to hide the boring | Eric Faurot |
2012-01-28 | ok, since we're already encoding =, let's just do full quoted printable | Gilles Chehade |
2012-01-28 | when enqueuing, check if a MUA did some MIME transfer encoding, otherwise | Gilles Chehade |
2012-01-28 | remove even more annoying debug logs | Gilles Chehade |
2012-01-28 | smtpd no longer needs to tell us that it forks a purge process ever few | Gilles Chehade |
2012-01-28 | add optional display handler to scheduler_backend, if not NULL the handler | Gilles Chehade |
2012-01-28 | remove useless state | Eric Faurot |
2012-01-28 | no longer needed | Gilles Chehade |
2012-01-28 | - introduce the scheduler_backend API | Gilles Chehade |
2012-01-27 | that log_debug is no longer needed | Gilles Chehade |
2012-01-26 | in session_read_data() do NOT enable back read event otherwise it will | Gilles Chehade |
2012-01-26 | Do not call session_respond() AND session_imsg() from the same handler as | Gilles Chehade |
2012-01-26 | Rewind the message fp before starting the SMTP dialog. | Eric Faurot |
2012-01-24 | Add a parameter to the queue backend init() call to specify wether the | Eric Faurot |
2012-01-21 | in session_error(), do not call session_destroy() when the F_WRITEONLY | Gilles Chehade |
2012-01-18 | Add new filters callbacks for: | Charles Longeau |
2012-01-15 | Add ascii_{load,dump}_time() to properly deal with time_t. | Charles Longeau |
2012-01-14 | When moving a message to the corrupt/ directory, give it an alternate name | Eric Faurot |
2012-01-14 | Add missing header needed by PRI format string | Charles Longeau |
2012-01-14 | Change fsqueue_*_path() to report success or failure instead of | Eric Faurot |
2012-01-14 | When creating a new message (in incoming/) make sure that the msgid does not | Eric Faurot |
2012-01-14 | Add a fsqueue_message_path() function to build path to message dir | Eric Faurot |
2012-01-13 | use a simpler way to get to the parent directory | Eric Faurot |
2012-01-13 | queue_message_purge() and queue_message_delete() are actually the same | Eric Faurot |
2012-01-13 | remove the status field from struct envelope, move it to the smtp | Eric Faurot |
2012-01-13 | Stop using envelope->status to report delivery outcome to the | Eric Faurot |
2012-01-13 | kill delivery_backend_lookup() proto as it is already in smtpd.h | Charles Longeau |