Age | Commit message (Expand) | Author |
2009-02-05 | when calling ssl_session_destroy() from mta, our session will have a NULL | Gilles Chehade |
2009-01-30 | when decreasing ssl related counters, make sure the session was flagged as | Gilles Chehade |
2009-01-30 | improve statistics for smtp process. not only collect the current sessions | Gilles Chehade |
2009-01-30 | clear the F_EVLOCK flag earlier to prevent the error event handler from | Gilles Chehade |
2009-01-30 | Do not break header for messages received via smtp. | Oleg Safiullin |
2009-01-30 | bump descriptors limit to the max and set the maximum connections count to | Gilles Chehade |
2009-01-30 | fix a very annoying events masking issue which would cause a fatal() to be | Gilles Chehade |
2009-01-30 | more const -> sizeof() | Oleg Safiullin |
2009-01-30 | fix debug message | Oleg Safiullin |
2009-01-30 | o remove useless `if's | Oleg Safiullin |
2009-01-29 | fix compiler warning | Jacek Masiulaniec |
2009-01-29 | Implement "smtpctl show stats"; ok gilles@ | Jacek Masiulaniec |
2009-01-29 | better parsing of .forward files | Oleg Safiullin |
2009-01-29 | missing prototype for session_respond() in mta, move session_respond()'s | Gilles Chehade |
2009-01-29 | - remove debug message | 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-29 | Common queue walking code for smtpd and smtpctl. Kills majority of showqueue.c, | Jacek Masiulaniec |
2009-01-29 | - remove a very annoying debug printf() | 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 |
2009-01-28 | first steps towards better mta code. currently mta uses struct batch to | Gilles Chehade |
2009-01-28 | cleanup; ok gilles@ | Jacek Masiulaniec |
2009-01-28 | when pausing listeners, do not simply disable their events as new | Gilles Chehade |
2009-01-28 | reuse recipient_to_path; ok gilles@ | Jacek Masiulaniec |
2009-01-28 | relayhost flags were not properly copied to the relayhost array of the | Gilles Chehade |
2009-01-28 | Make races between queue and runner impossible by implementing the policy: | Jacek Masiulaniec |
2009-01-28 | if recipient was provided as a username, append the local hostname, this | Gilles Chehade |
2009-01-28 | bring loop detection support. we handle this with a qmail-like approach which | Gilles Chehade |
2009-01-28 | move some functions from queue.c to queue_shared.c as they are not only | Gilles Chehade |
2009-01-28 | in safe_fclose, ensure file is closed upon return, and additionally | Jacek Masiulaniec |
2009-01-28 | ">From" escaping and \n appending is not needed for maildir; ok gilles@ | Jacek Masiulaniec |
2009-01-28 | add a struct path to struct message so that we can keep track of the RCPT | Gilles Chehade |
2009-01-28 | a bit of enqueue cleanup, and while at it set the sender local address to | Gilles Chehade |
2009-01-28 | - remove debug messages | Gilles Chehade |
2009-01-27 | instead of relying on socket permissions to allow or disallow imsg's that | Gilles Chehade |
2009-01-27 | follow the naming convention of other files, discussed with jacekm@ | Gilles Chehade |
2009-01-27 | first bricks of enqueue code which allows smtpctl to submit mail to queue | Gilles Chehade |
2009-01-27 | err, actually session_set_path was moved to utils.c because it was used by | Gilles Chehade |
2009-01-27 | *** empty log message *** | Gilles Chehade |
2009-01-27 | the data member of ibuf was not set to the environment in control_accept() | Gilles Chehade |
2009-01-27 | temporarily drop privileges to the final user before each delivery attempt, | Gilles Chehade |
2009-01-26 | move some queue related functions that are needed outside of smtpd to the | Gilles Chehade |
2009-01-26 | we had a set of functions to deal specifically with incoming messages and | Gilles Chehade |
2009-01-21 | temporary quick fix to an issue that needs more thinking; ok gilles@ | Jacek Masiulaniec |