aboutsummaryrefslogtreecommitdiffstats
path: root/defconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove need for .config fileJohannes Berg2011-03-121-4/+7
|
* make debugging dynamicJohannes Berg2011-03-121-7/+0
|
* more no-plugin cleanupJohannes Berg2011-03-081-3/+0
|
* remove BACKEND from defconfigJohannes Berg2011-02-271-12/+0
|
* spool2dir backendSteffen Kaiser2009-05-301-0/+2
|
* auto-detect dovecot versionJohannes Berg2008-05-311-14/+7
|
* defconfig: default to /usr/include/dovecot/Johannes Berg2008-05-311-2/+2
|
* make plugin for 1.1 work more or lessJohannes Berg2008-05-301-1/+1
| | | | | It's not really tested, might leak memory, eat your mail, whatever... It no longer crashes though.
* allow .config to add cflagsJohannes Berg2008-05-301-0/+3
|
* allow configuring user/group for installed binaryDavid Reid2008-04-211-1/+5
| | | | | This patch essentially allows you to configure the user and group that are used for the installed binary :-)
* add verbose debuggingJohannes Berg2008-04-191-0/+3
|
* 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