Age | Commit message (Expand) | Author |
2009-08-07 | in mta: ssl/ssl.h -> openssl/ssl.h, consistent with other files | Gilles Chehade |
2009-08-06 | fix a crash in mta when forwarding a bounce, caused by a null deref | Gilles Chehade |
2009-08-06 | replace X-OpenSMPTD-Loop with Delivered-To | Gilles Chehade |
2009-08-06 | - introduce message_set_errormsg() to set the error description that will | Gilles Chehade |
2009-08-06 | This commit reworks the entire mailer daemon support to actually make it | Gilles Chehade |
2009-06-20 | Allocate memory for env->sc_ssl like in smtp; ok gilles@ | Jacek Masiulaniec |
2009-06-07 | Change the way fds passed over a socket are retreived on the receiving side. | Eric Faurot |
2009-06-06 | Sync with relayd: | Pierre-Yves Ritschard |
2009-06-05 | make smtpd's imsg lib ready, just like relayd and ospfd. | Pierre-Yves Ritschard |
2009-06-03 | simplify struct batch; ok gilles@ | Jacek Masiulaniec |
2009-06-02 | make env->sc_listeners and env->sc_ssl pointers, one step further toward | Gilles Chehade |
2009-06-01 | Fix EV_READ/EV_WRITE testing inside IMSG handlers. Based on similar change | Jacek Masiulaniec |
2009-05-31 | when entering mta_connect() reset session fd to -1 | Gilles Chehade |
2009-05-30 | It is now possible to specify a certificate to use when relaying to another | Gilles Chehade |
2009-05-30 | increment mta.sessions in when we allocate a new session in mta | Gilles Chehade |
2009-05-30 | - increment stats.mta.sessions_active when session is allocated in mta | Gilles Chehade |
2009-05-27 | Insert Received: at receive time instead of delivery time; ok gilles@ | Jacek Masiulaniec |
2009-05-24 | Parent process forks 3 types of processes, track them all in a single tree | Jacek Masiulaniec |
2009-05-19 | Verify the amount of IMSG payload is exactly as expected; ok gilles@ | Jacek Masiulaniec |
2009-05-14 | use the nitems() macro where appropriate | Eric Faurot |
2009-05-13 | do MX lookups in both "relay" and "relay via" case; ok gilles@ | Jacek Masiulaniec |
2009-05-09 | - New API to handle all DNS query types (A, MX, PTR) asynchronously. | Jacek Masiulaniec |
2009-04-28 | in mta, change the batch status to S_BATCH_TEMPFAILURE by default so that | Gilles Chehade |
2009-04-28 | let mta, mda, and mfa become idle - no functional change; ok gilles@ | Jacek Masiulaniec |
2009-04-21 | correct some fatal(x) calls and error strings | Eric Faurot |
2009-04-15 | fix a bug where after all MX-es were found to be non-contactable, | Jacek Masiulaniec |
2009-04-09 | change syntax of the "listen on" and "relay via" directives: | Jacek Masiulaniec |
2009-03-29 | turn some log_debugs into log_warns or even fatals; "looks ok" gilles@ | Jacek Masiulaniec |
2009-03-19 | in the event of a timeout, mxhost is passed to TAILQ_REMOVE before it is | Gilles Chehade |
2009-03-18 | remove debug X-Cipher and turn it into a useful log_info() | Gilles Chehade |
2009-03-18 | in mta, when remote host advertises AUTH, do not attempt to authenticate | Gilles Chehade |
2009-03-15 | the mda process no longer uses struct batch as its central structure to | Gilles Chehade |
2009-03-12 | Add new function time_to_text to correctly display the date. | pea |
2009-03-10 | implement basic logging, needs more work; ok gilles@ | Jacek Masiulaniec |
2009-03-09 | add basic support for outgoing authentication (AUTH PLAIN over ssl) which | Gilles Chehade |
2009-02-22 | add missing headers | Charles Longeau |
2009-02-22 | put repeated inet_ntop calls into new func ss_to_text, which uses | Jacek Masiulaniec |
2009-02-22 | replace MAX* constants by sizeof where possible | Oleg Safiullin |
2009-02-20 | Fix "Received: from" headers | pea |
2009-02-15 | New config.c that allows for process cloning. Done by pyr@ for | Jacek Masiulaniec |
2009-01-29 | missing prototype for session_respond() in mta, move session_respond()'s | Gilles Chehade |
2009-01-29 | Received header line was incomplete for mail submitted through the enqueuer | Gilles Chehade |
2009-01-29 | fix a bug in mta's event masking | Gilles Chehade |
2009-01-29 | initial starttls support in mta, this allows: | Gilles Chehade |
2009-01-29 | bring initial support for SSL in the mta part of smtpd, allowing for: | Gilles Chehade |
2009-01-28 | fix missing prototype and format related warnings | Gilles Chehade |
2009-01-28 | now that mta uses a struct session, it can also use session_respond() just | Gilles Chehade |
2009-01-28 | mta session state belongs to struct session, not struct batch, remove the | Gilles Chehade |
2009-01-28 | everything we need for the event handling dance is in struct session, the | Gilles Chehade |
2009-01-28 | since we're expanding "relay via ssl foobar.org" into two mxhosts (one with | Gilles Chehade |