Age | Commit message (Expand) | Author |
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 |
2009-01-28 | first steps towards better mta code. currently mta uses struct batch to | Gilles Chehade |
2009-01-28 | bring loop detection support. we handle this with a qmail-like approach which | Gilles Chehade |
2009-01-28 | add a struct path to struct message so that we can keep track of the RCPT | Gilles Chehade |
2009-01-12 | dot escaping, as required by rfc; ok gilles@ | Jacek Masiulaniec |
2009-01-01 | remove unnecessary includes; ok gilles@ | Jacek Masiulaniec |
2008-12-13 | IMSG_* namespace cleanup. | Jacek Masiulaniec |
2008-12-06 | evbuffer_readline already strips <CRLF> so that callers don't have to. | Jacek Masiulaniec |
2008-12-05 | - more err/errx -> fatal/fatalx, warn/warnx -> log_warn/log_warnx | Gilles Chehade |
2008-12-05 | - last part of the new queue code: the runner process (unprivileged and | Gilles Chehade |
2008-11-25 | - recent change in parse.y caused htons() to be called twice on the port | Gilles Chehade |
2008-11-24 | - not really a bug since we don't use other descriptor flags, but in | Gilles Chehade |
2008-11-11 | some small improvements. ok gilles | Ted Unangst |
2008-11-10 | - define MAX_LINE_SIZE which is the maximum length of a line we allow from | Gilles Chehade |
2008-11-10 | - plug a descriptor leak when session is aborted by a server error instead | Gilles Chehade |
2008-11-05 | add a few missing id tags; there are a bunch of files, and developers | Igor Sobrado |
2008-11-01 | smtpd is a smtp server implementation for OpenBSD. It is a work in progress | Gilles Chehade |