Age | Commit message (Expand) | Author |
2013-07-19 | Many MTA improvements: | Eric Faurot |
2013-07-19 | scheduler improvements: | Eric Faurot |
2013-07-19 | Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization | Eric Faurot |
2013-07-19 | Remove useless sc_pid from struct smtpd. | Eric Faurot |
2013-06-04 | fix use-after-free in debug traces | Eric Faurot |
2013-06-03 | plug a couple of memleaks | Eric Faurot |
2013-05-24 | sync with OpenSMTPD 5.3.2 | Eric Faurot |
2013-04-12 | replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for | Eric Faurot |
2013-02-18 | missing comma in log message | Eric Faurot |
2013-02-08 | retain the MX address order as sent by the lka for MXs with the same | Eric Faurot |
2013-02-05 | - handle getaddrinfo() error as LKA_TEMPFAIL | Gilles Chehade |
2013-02-05 | Spelling fixes: retreive -> retrieve. ok gilles | Nicholas Marriott |
2013-01-28 | use a stripped-down mta_envelope structure in the mta process. | Eric Faurot |
2013-01-28 | - introduce 'smtpctl trace lookup' to trace lookup process | Gilles Chehade |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |
2012-11-12 | Cleanups and improvements: | Eric Faurot |
2012-10-11 | - no need to assign a separator to the last route flag since we're not | Gilles Chehade |
2012-10-10 | show the port number for a relay if specified. | Eric Faurot |
2012-10-07 | bump max number of connections to a route from 5 to 10, the limit is too | Gilles Chehade |
2012-09-28 | use xmemdup() and xcalloc() helpers | Charles Longeau |
2012-09-21 | Add a log_envelope() function that log envelope status in a uniform way. | Eric Faurot |
2012-09-18 | - add xmemdup() helper. | Eric Faurot |
2012-09-16 | Factorize log_imsg() in imsg_dispatch() instead of in each imsg_callback()'s | Charles Longeau |
2012-08-30 | - correctly free the task if all rcpt where rejected | Eric Faurot |
2012-08-29 | Introduce the crypto_backend API and provide support for... encrypted queue | Gilles Chehade |
2012-08-25 | - introduce struct stat_value | Gilles Chehade |
2012-08-22 | also need to compare backupname if set. | Eric Faurot |
2012-08-21 | Allow smtpd to work as a backup MX, relaying only to MXs with higher | Eric Faurot |
2012-08-21 | Re-enable loop detection, but in mta and mda this time. | Eric Faurot |
2012-08-18 | Major update of the mta internals. | Eric Faurot |
2012-07-29 | remove the session tree from the global env and move it to mta_session.c, | Eric Faurot |
2012-05-11 | split the session logic off mta.c into mta_session.c | Eric Faurot |
2012-05-11 | set the status line and log envelope change in mta_envelope_done(). | Eric Faurot |
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-02-01 | When updating an envelope status, the update is immediatly sent to the | Eric Faurot |
2012-01-29 | Rewrite io code in smtp and mta using the iobuf/ioev interface to have | Eric Faurot |
2012-01-28 | - introduce the scheduler_backend API | Gilles Chehade |
2012-01-26 | Rewind the message fp before starting the SMTP dialog. | Eric Faurot |
2012-01-13 | Stop using envelope->status to report delivery outcome to the | Eric Faurot |
2012-01-11 | remove bogus call | Eric Faurot |
2011-12-18 | - use envelope_set_errormsg() where possible. | Eric Faurot |
2011-12-11 | Make the mta code a bit more straightforward: | Eric Faurot |
2011-11-14 | when receiving an unexpected imsg, print its name. | Charles Longeau |
2011-10-27 | Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print {u_,}i... | Charles Longeau |
2011-10-23 | plug leak | Eric Faurot |
2011-10-23 | a few important fixes: | Eric Faurot |
2011-10-23 | fsqueue no longer stores envelopes by dumping the structure, instead use a | Gilles Chehade |
2011-10-09 | show messages sent between processes in debug mode | Eric Faurot |