aboutsummaryrefslogtreecommitdiffstats
path: root/defconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clarify backendJohannes Berg2007-10-291-1/+1
|
* allow setting plugin name from config, using CONFIG=conffile instead of .configJohannes Berg2007-10-141-0/+5
|
* add experimental crm114 backendJohannes Berg2007-10-011-0/+2
|
* don't configure a backend by default and make a nice error for that caseJohannes Berg2007-10-011-1/+1
|
* add mailtrain backend and docsJohannes Berg2007-10-011-0/+2
|
* revert default backend to dspam-execJohannes Berg2007-10-011-2/+2
|
* add non-working SQL logger backendJohannes Berg2007-10-011-2/+4
| | | | | | | | | | It doesn't work with sqlite for the following reasons: (1) sqlite is buggy and needs sql_connect() before starting a transaction although the API states that isn't the case (2) sqlite doesn't understand ON DUPLICATE (1) leads to a segfault when used with dict-proxy. Also see the comment in the source code for the broken transaction handling in this backend.
* rename, add install targetJohannes Berg2007-10-011-0/+3
|
* fix defconfigJohannes Berg2007-10-011-1/+1
|
* start box plugin experiment, seems not to workJohannes Berg2007-10-011-3/+3
|
* add note that you can use installed dovecot headersJohannes Berg2007-10-011-2/+5
|
* remove syslog debugging config againJohannes Berg2007-09-301-1/+1
| | | | I need to stop using a .config -> defconfig symlink :)
* Make it build against dovecot 1.1Johannes Berg2007-09-301-2/+7
| | | | | Untested, use at your own risk, mostly consisted of copying changes from the cmd-copy.c implementation into plugin.c.
* don't debug-log to syslog by defaultJohannes Berg2007-09-301-1/+1
|
* seems to workJohannes Berg2007-09-301-2/+2
|
* start of rewriteJohannes Berg2007-09-301-0/+25