Age | Commit message (Expand) | Author |
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-19 | fix retry delay calculation | Eric Faurot |
2011-07-13 | print more information in request state traces | Eric Faurot |
2011-07-13 | fix indentation in switch | Eric Faurot |
2011-07-13 | do not make these values look like they are flags. | Eric Faurot |
2011-07-06 | fix that fscking "fgetln(): bad file descriptor" bug experienced by many. | Gilles Chehade |
2011-07-04 | %u in format string is rcpt.user not rcpt.domain | Gilles Chehade |
2011-07-03 | imsg.h requires sys/queue.h and sys/uio.h. | Nicholas Marriott |
2011-06-23 | Use a common text explaining how the various configuration parsers using | Stuart Henderson |
2011-06-10 | tweak previous; | Jason McIntyre |
2011-06-09 | 'relay as' and 'relay via as' rules allow smtpd to rewrite the user part, | Gilles Chehade |
2011-06-09 | spacing | Theo de Raadt |
2011-05-22 | tweak previous; | Jason McIntyre |
2011-05-22 | teach smtpd how to listen on an interface group so that we can do: | Gilles Chehade |
2011-05-22 | fix examples so they stay do not use external utilities and do not refer | Gilles Chehade |
2011-05-21 | remove unused commented structure | Gilles Chehade |
2011-05-21 | until now the map_backend API was not really useful for backends that are | Gilles Chehade |
2011-05-21 | remove annoying log_debug() | Gilles Chehade |
2011-05-21 | these log_debug()s should not have been committed :) | Gilles Chehade |
2011-05-21 | when a user add himself to his own ~/.forward, the delivery method was not | Gilles Chehade |
2011-05-21 | make the "no DH parameters" warning a log_info() | Gilles Chehade |
2011-05-21 | "for all" does not necessary apply to relay rules, so do not forget to look | Gilles Chehade |
2011-05-17 | introduce new user_backend API for smtpd to lookup the users it wants to | Gilles Chehade |
2011-05-17 | smtpd now uses an auth_backend API to authenticate users that are allowed | Gilles Chehade |
2011-05-17 | somehow a previous sync with relayd missed one line... | Gilles Chehade |
2011-05-16 | remove useless assignation | Gilles Chehade |
2011-05-16 | when a C_VDOM recipient expands to a local user, envelope expansion will | Gilles Chehade |
2011-05-16 | plug leak in make_aliases() | Jasper Lievisse Adriaanse |
2011-05-16 | murder struct path and make sure smtpd uses simpler structures that do not | Gilles Chehade |
2011-05-16 | Print IPv6 addresses in hex, not decimal; from Tim van der Molen | Bret Lambert |
2011-05-14 | more clang warnings fixed | Gilles Chehade |
2011-05-14 | char -> u_char | Gilles Chehade |
2011-05-14 | int * -> socklen_t * in getsockopt() call | Gilles Chehade |
2011-05-10 | fix an off-by-one that made smtpd skip an "invalid" bucket that was | Gilles Chehade |
2011-05-09 | fix segfault in newaliases after global env move. | Eric Faurot |
2011-05-07 | there is already a function to set the portno. | Eric Faurot |
2011-05-06 | move dns session specific structs and prototypes out of smtpd.h. | Eric Faurot |
2011-05-04 | When enqueueing offline mail, use a wait list to keep the number of | Eric Faurot |
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 | remove unused IMSG_ defines | Gilles Chehade |
2011-04-17 | a structure describing an envelope should be called struct envelope, not | Gilles Chehade |
2011-04-17 | no functionnal change, getting rid of deprecated prototypes | Gilles Chehade |
2011-04-16 | I accidentally changed group ownership of fsqueue to _smtpd, it used to be | Gilles Chehade |
2011-04-15 | whenever an envelope is reinserted into the ramqueue after a trip to mda or | Gilles Chehade |
2011-04-15 | teach walk_queue() about the new disk-queue layout | Gilles Chehade |
2011-04-15 | valid_message_id() and valid_message_uid() are no longer needed | Gilles Chehade |
2011-04-15 | kill message_id and message_uid | Gilles Chehade |
2011-04-15 | temporarily add fsqueue_hash() prototype until runner is fully converted to | Gilles Chehade |