Age | Commit message (Expand) | Author |
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 |
2009-09-22 | When at MAIL FROM stage, handle the case when STARTTLS is required but not | Jacek Masiulaniec |
2009-09-22 | fix handling of certificates to unbreak DSA; allows starttls(8) instructions ... | Janne Johansson |
2009-09-21 | Expand "&" in the name part of gecos similarly to how sendmail and finger | Jacek Masiulaniec |
2009-09-21 | - some tweaks for the global section | Jason McIntyre |
2009-09-21 | merge EXPANSION into DESCRIPTION, since it is really part of | Jason McIntyre |
2009-09-20 | Fix typo, noticed by Nava Carson, thanks! | Jacek Masiulaniec |
2009-09-19 | some minor improvements for this page, as well as an expanded examples | Jason McIntyre |
2009-09-18 | Remove useless Received line added at the /usr/sbin/sendmail stage, it | Jacek Masiulaniec |
2009-09-17 | The client API is meant to require STARTTLS by default, a behaviour which | Jacek Masiulaniec |