diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-14 22:58:05 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-14 22:58:05 +0200 |
commit | f5fc4e263ef1d688ef5ff9d7f57292da2c85273f (patch) | |
tree | 57274aa42673c8201b0116e1ab5720877f7c48be /defconfig | |
parent | 6e213a0602b667ee56a893d438962aacc809cadb (diff) | |
download | dovecot-antispam-f5fc4e263ef1d688ef5ff9d7f57292da2c85273f.tar.gz dovecot-antispam-f5fc4e263ef1d688ef5ff9d7f57292da2c85273f.tar.xz dovecot-antispam-f5fc4e263ef1d688ef5ff9d7f57292da2c85273f.zip |
allow setting plugin name from config, using CONFIG=conffile instead of .config
Diffstat (limited to 'defconfig')
-rw-r--r-- | defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -40,3 +40,8 @@ INSTALLDIR=/usr/lib/dovecot/modules/imap/ # enable debugging to syslog or stderr #DEBUG=stderr #DEBUG=syslog + +# plugin name, change only if you need to rename the plugin +# (because, for example, you need two instances for different +# spam filters installed) +PLUGINNAME=antispam |