Age | Commit message (Expand) | Author |
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 |
2011-08-29 | cast all printed time_t to long long int, and change format string accordingly. | Charles Longeau |
2011-08-29 | add missing header needed by signal() | Charles Longeau |
2011-08-26 | add missing header needed by time() | Charles Longeau |
2011-07-20 | Fix reporting of permanent/temporary failures for MX lookups. | Eric Faurot |
2011-07-19 | Re-add the test which is needed in the case where the session fails | Eric Faurot |
2011-07-06 | fix that fscking "fgetln(): bad file descriptor" bug experienced by many. | Gilles Chehade |
2011-05-21 | remove annoying log_debug() | Gilles Chehade |
2011-05-16 | murder struct path and make sure smtpd uses simpler structures that do not | Gilles Chehade |
2011-05-01 | the smtpd env is meant to be global, so do not pass it all around. | Eric Faurot |
2011-04-17 | cleanups, cosmethic changes, functions that should be static are now static | Gilles Chehade |
2011-04-17 | a structure describing an envelope should be called struct envelope, not | Gilles Chehade |
2011-04-15 | kill message_id and message_uid | Gilles Chehade |
2011-04-13 | following an idea from jacekm@, smtpd now uses a ram-queue instead of doing | Gilles Chehade |
2011-03-26 | check that we actually have a stdio stream opened for the message before | Gilles Chehade |
2011-03-26 | have the client API receive a stdio stream rather than a fd to the message | Gilles Chehade |