Age | Commit message (Expand) | Author |
2012-05-29 | - introduce map_static.c as a backend to static maps in parse.y, this has | Gilles Chehade |
2012-05-29 | - introduce text_to_relayhost() which converts an url into a relayhost. | Gilles Chehade |
2012-05-25 | remove unused variable | Charles Longeau |
2012-05-25 | add missing header needed by time() | Charles Longeau |
2012-05-23 | - introduce temp_inet_net_pton_ipv6() temporarily until we have AF_INET6 | Gilles Chehade |
2012-05-13 | tweak previous; ok gilles | Jason McIntyre |
2012-05-13 | replace tabs with spaces, to avoid markup problems; ok gilles | Jason McIntyre |
2012-05-13 | Remove sizes entry so it doesn't appear as a valid command in the | Nicholas Marriott |
2012-05-13 | - cleanup parse.y by removing lots of code that should not have been there, | Gilles Chehade |
2012-05-12 | - remove unused sources S_EXT, S_DYN and S_EXT from enum map_src | Gilles Chehade |
2012-05-12 | - simplify a bit maps by removing fields which are still unused years | Gilles Chehade |
2012-05-12 | Update the internal mta implementation so that a session now has a | Eric Faurot |
2012-05-12 | - 'secret' -> 'credentials' in some logs | Gilles Chehade |
2012-05-12 | - rename all occurences of K_SECRET to K_CREDENTIALS | Gilles Chehade |
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-05-08 | fix and re-enable connect notification to the mfa. | Eric Faurot |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2012-04-21 | i got the previous fix wrong, /etc/mail/aliases should use SMTPD_USER | Gilles Chehade |
2012-04-16 | add missing header needed by str* and mem* functions | Charles Longeau |
2012-04-15 | when using aliases, the *real* delivery user is not set on expand nodes | Gilles Chehade |
2012-04-15 | Remove dead assignments and newly created unused variables. | Charles Longeau |
2012-04-14 | improve readability | Eric Faurot |
2012-04-13 | clarify "hostname"; from robert peichaer org | Jason McIntyre |
2012-04-07 | grammar fix; | Jason McIntyre |
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-03-19 | when a mailer daemon loop is detected, do not insert new bounce in ramqueue | Gilles Chehade |
2012-03-17 | llu -> PRIu64 in enqueue() to avoid warning in portable | Gilles Chehade |
2012-03-13 | When moving back envelope from offload tree to msg tree ... remove the | Gilles Chehade |
2012-03-07 | - remove some map_find() calls that are no longer needed, they are followed | Gilles Chehade |
2012-03-07 | - db.h not needed here, already removed by chl@ but I fscked up previous | Gilles Chehade |
2012-03-07 | various reliability fixes: | Gilles Chehade |
2012-02-09 | correct argument names for "resume"; from Jan Stary | Jason McIntyre |
2012-02-04 | remove unused header | Charles Longeau |
2012-02-02 | Only use mime/line-split if the input message actually contains a very | Eric Faurot |
2012-02-01 | When updating an envelope status, the update is immediatly sent to the | Eric Faurot |
2012-02-01 | fix stupid mistake in buffer code | Eric Faurot |
2012-01-31 | fix an issue observed this week-end while flooding ajacoutot@ : | Gilles Chehade |
2012-01-30 | do not encode headers, it breaks the resulting message | Gilles Chehade |
2012-01-30 | Add missing header needed by PRI format string | Charles Longeau |
2012-01-29 | Remove message directories right away instead of moving them to purge/. | Eric Faurot |
2012-01-29 | For some reason, all recipients are rejected if the msg field is not | Eric Faurot |
2012-01-29 | disable connection filter hook for now. fixes smtps. | Eric Faurot |
2012-01-29 | Rewrite io code in smtp and mta using the iobuf/ioev interface to have | Eric Faurot |
2012-01-29 | fix warning | Eric Faurot |
2012-01-29 | Quick fix to prevent two processes from using the same temporary | Eric Faurot |
2012-01-29 | Import generic network IO code. The plan is to hide the boring | Eric Faurot |
2012-01-28 | ok, since we're already encoding =, let's just do full quoted printable | Gilles Chehade |