Age | Commit message (Expand) | Author |
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 |
2009-01-14 | live testing shows that some clients will not even send EHLO if banner does | Gilles Chehade |
2009-01-14 | slightly change "relay via" so that it can differentiate "ssmtp", "tls" and | Gilles Chehade |
2009-01-14 | - simplify file_copy() and teach it how to write in mboxrd format | Gilles Chehade |
2009-01-12 | dot escaping, as required by rfc; ok gilles@ | Jacek Masiulaniec |
2009-01-12 | more checks in queue_record_incoming_envelope; ok gilles@ | Jacek Masiulaniec |
2009-01-10 | - remove a comment that was no longer relevant | Gilles Chehade |
2009-01-08 | ensure getpwnam is always followed by endpwent; ok gilles@ henning@ | Jacek Masiulaniec |
2009-01-08 | clear processing flags early so that there's never doubt whether they | Jacek Masiulaniec |
2009-01-07 | - when performing aliases expansion, do not forget to set an action to each | Gilles Chehade |
2009-01-06 | - do not perform a local user lookup, that includes alias expansion, when a | Gilles Chehade |
2009-01-06 | rework /queue traversal; ok gilles@ | Jacek Masiulaniec |
2009-01-06 | make file update in queue_update_envelope atomic; ok gilles@ | Jacek Masiulaniec |
2009-01-04 | - smtp can now pause/resume the accepting of incoming messages | Gilles Chehade |