Age | Commit message (Expand) | Author |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-06-10 | allow configure queue expiry | Charles Longeau |
2010-06-01 | new queue, again; gcc2 compile tested by deraadt | Jacek Masiulaniec |
2010-06-01 | New queue doesn't compile on gcc2, back out. Spotted by deraadt@ | Jacek Masiulaniec |
2010-05-31 | Rewrite entire queue code. | Jacek Masiulaniec |
2010-05-27 | when a rule has two conditions (ie: accept for { domain foo, domain bar } ) | Gilles Chehade |
2010-05-27 | kill struct opt from struct rule, we don't use it, we don't need it | Gilles Chehade |
2010-05-19 | cleanup-only commit, removes unrequired includes, no functionnal change | Gilles Chehade |
2010-04-27 | this commit enables "plain" as a backend for maps (that means aliases, | Gilles Chehade |
2010-04-20 | Support "accept from local ..." as documented in the man page. | Jacek Masiulaniec |
2010-04-20 | when a size is declared with a quantifier in smtpd.conf, have parse.y use | Gilles Chehade |
2010-04-19 | two lines were missing from previous commit | Gilles Chehade |
2010-04-19 | basic support for SIZE extension, has been sitting in my tree for a month | Gilles Chehade |
2010-02-26 | - fix netmask matching for AF_INET, it was broken in many ways, problem | Gilles Chehade |
2009-12-10 | Fix few read overruns found by parfait. | Jacek Masiulaniec |
2009-12-06 | fix previous | Jacek Masiulaniec |
2009-12-05 | fix interface tagging listeners in the ipv6 case | Charles Longeau |
2009-11-12 | Fix a memleak in parse_config(). Correct return code in few error paths. | Jacek Masiulaniec |
2009-11-05 | some structures reference the maps they use by their id, if we allow 0 as a | 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-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-11 | implement proper virtual domains instead of faking them on top of primary | Gilles Chehade |
2009-09-16 | Do not print "could not load cert" warning at startup if certificate is not | Jacek Masiulaniec |
2009-06-05 | if path in "deliver to maildir path" is omitted, use ~/Maildir by | Jacek Masiulaniec |
2009-06-02 | make env->sc_listeners and env->sc_ssl pointers, one step further toward | Gilles Chehade |
2009-05-30 | It is now possible to specify a certificate to use when relaying to another | Gilles Chehade |
2009-05-27 | temporary fix to a ruleset processing bug that stems from the fact | Jacek Masiulaniec |
2009-05-21 | no longer create a dynamic map with 127.0.0.1 and ::1 for every single rule | Gilles Chehade |
2009-05-20 | first step towards configuration reload in smtpd, smtpctl reload will parse | Gilles Chehade |
2009-04-12 | Code assumed the certificate name to always match the interface name, even | Gilles Chehade |
2009-04-09 | change syntax of the "listen on" and "relay via" directives: | Jacek Masiulaniec |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-03-19 | when listen was declared without a port parameter, it would get it wrong | Gilles Chehade |
2009-03-16 | in accept rules, support "for local" as a destination which is an alias to | Gilles Chehade |
2009-03-09 | add basic support for outgoing authentication (AUTH PLAIN over ssl) which | Gilles Chehade |
2009-03-08 | supporting delivery to a mbox that's not in _PATH_MAILDIR is not supported, | Gilles Chehade |
2009-02-22 | replace MAX* constants by sizeof where possible | Oleg Safiullin |
2009-01-30 | more const -> sizeof() | Oleg Safiullin |
2009-01-28 | first steps towards better mta code. currently mta uses struct batch to | Gilles Chehade |
2009-01-14 | slightly change "relay via" so that it can differentiate "ssmtp", "tls" and | Gilles Chehade |
2009-01-04 | - change name of "masked" member in struct netaddr, it was misleading | Gilles Chehade |
2008-12-20 | - import first bricks of SMTP AUTH support. currently only AUTH PLAIN is | Gilles Chehade |
2008-12-18 | - condition lists is wrongly described, unbreak the following syntax: | Gilles Chehade |
2008-12-11 | - last snprintf -> bsnprintf | Gilles Chehade |
2008-12-11 | - snprintf -> bsnprintf | Gilles Chehade |
2008-12-10 | That the "aliases" and "virtual" maps satisfy m_src == S_DB is checked | Jacek Masiulaniec |
2008-12-06 | Unbreak -Werror. | Jacek Masiulaniec |