Age | Commit message (Expand) | Author |
2009-11-05 | Introduce a 6yz status code, used internally to report permanent errors. | Joel Sing |
2009-11-05 | - introduce lka_session_destroy() which replaces the splay tree removal and | Gilles Chehade |
2009-11-05 | - move a couple prototypes in smtpd.h | Gilles Chehade |
2009-11-04 | tweak previous; | Jason McIntyre |
2009-11-03 | document the new -t set mode of makemap, and add a paragraph describing | Gilles Chehade |
2009-11-03 | teach makemap how to build a set, which is a map containing only keys. | Gilles Chehade |
2009-11-03 | this commit removes the hardcoded special "aliases" map and brings support | Gilles Chehade |
2009-11-03 | - remove a useless member of struct cond | Gilles Chehade |
2009-11-03 | remove annoying log_debug | Gilles Chehade |
2009-11-03 | Improve error logging. | Jacek Masiulaniec |
2009-11-03 | Don't need regex.h and remove two declarations that are now in smtpd.h. | Nicholas Marriott |
2009-11-01 | fix a couple log_info()s, | Gilles Chehade |
2009-10-25 | fix aliases map name in man page | Gilles Chehade |
2009-10-25 | fix the aliases resolution path so that smtpd does not accidentally skip | Gilles Chehade |
2009-10-25 | tag should also be copied from listener to message when the message is | Gilles Chehade |
2009-10-25 | Fix potential null dereference. | Charles Longeau |
2009-10-25 | smtpctl reload is work in progress, do not expose it and make sure smtpd's | Gilles Chehade |
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-10-22 | pesky full stop, donated by tim van der molen; | Jason McIntyre |
2009-10-19 | update man pages | Gilles Chehade |
2009-10-19 | change virtual rule so that it reads: accept for virtual "mapname", instead | Gilles Chehade |
2009-10-19 | currently, smtpd is capable of having multiple listeners with different | Gilles Chehade |
2009-10-19 | users within virtual domains do not necessarily map to a real user account, | Gilles Chehade |
2009-10-19 | fix compile time warning due to missing cast | Gilles Chehade |
2009-10-18 | actually, we want to resolve C_ALL and C_NET, we just don't want to do it | Gilles Chehade |
2009-10-18 | fix a bug that was introduced by my changes in ruleset matching and which | Gilles Chehade |
2009-10-18 | do not attempt to resolve aliases for C_ALL and C_NET destinations | Gilles Chehade |
2009-10-17 | sort flags. | Igor Sobrado |
2009-10-16 | after recent change in virtual maps support smtpd.conf.5 was not fully | Gilles Chehade |
2009-10-16 | as of now, "accept for all deliver to mbox" is a valid syntax, sadly lka is | Gilles Chehade |
2009-10-13 | sort; | Jason McIntyre |
2009-10-12 | trim ending whitespaces in aliases files otherwhise makemap will fail to | Gilles Chehade |
2009-10-12 | document the new "for virtual map [...]" syntax | Gilles Chehade |
2009-10-12 | - fix a null deref which could happen after a couple iterations of the | Gilles Chehade |
2009-10-12 | to support virtual domains properly, smtpd needed to have the domain stored | Gilles Chehade |
2009-10-12 | fix a bug where matching a "for all" rule with multiple condition will not | Gilles Chehade |
2009-10-11 | implement proper virtual domains instead of faking them on top of primary | Gilles Chehade |
2009-10-07 | now that mfa no longer does ruleset matching, parent no longer needs to | Gilles Chehade |
2009-10-07 | currently both mfa and lka perform ruleset matching for their own purposes. | Gilles Chehade |
2009-10-07 | since the bounce code rewrite, we no longer need to perform ruleset match | Gilles Chehade |
2009-10-07 | remove noisy log_debug, requested by gilles@ | Jacek Masiulaniec |
2009-10-06 | disallow AUTH once a session is in progress, this prevents a fatal from | Gilles Chehade |
2009-10-03 | Avoid NULL dereference when the final RCPT TO is refused. | Jacek Masiulaniec |
2009-10-03 | dont dereference garbage pointer, from martynas@ | Jacek Masiulaniec |
2009-09-25 | move the smtpd.conf-specific map bits back from makemap to smtpd.conf, | Jason McIntyre |
2009-09-23 | minor tweaks for the filter section; ok jacekm | Jason McIntyre |
2009-09-23 | Plug memleak. | Jacek Masiulaniec |
2009-09-22 | Make the error messages for failures at EHLO more precise by | Jacek Masiulaniec |
2009-09-22 | - move the map stuff to makemap.8 | Jason McIntyre |