diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 15:22:08 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 15:22:08 +0200 |
commit | 578203db95c876f4fe6ec5d096525411dcbd8b42 (patch) | |
tree | b7fde86a7eeebd18e5d07a4ea6fffc588b06ea40 /README | |
parent | 1e0e6cb3faa75a80e63df5ef0d4b7274345d2391 (diff) | |
download | dovecot-antispam-578203db95c876f4fe6ec5d096525411dcbd8b42.tar.gz dovecot-antispam-578203db95c876f4fe6ec5d096525411dcbd8b42.tar.xz dovecot-antispam-578203db95c876f4fe6ec5d096525411dcbd8b42.zip |
rename, add install target
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -32,12 +32,14 @@ INSTALLATION First copy the 'defconfig' file to '.config' and edit it as necessary. You need to have the dovecot headers installed and possibly other things - depending on the backend you choose. Then simply run 'make'. - - Copy the plugin antispam.so to your dovecot imap plugin directory. - Depending on your installation it could be /usr/lib/dovecot/modules/imap/ - or wherever you have it configured (look for the mail_plugin_dir - configuration directive.) + depending on the backend you choose. Then, assuming you have configured + the INSTALLDIR correctly, simply run 'make install'. + + If you do not wish to use the install target, simply copy the plugin + (that is, the file lib90_antispam_plugin.so) to your dovecot imap plugin + directory; by default this is /usr/lib/dovecot/modules/imap/ or any dir + you have configured (look for the mail_plugin_dir configuration + directive.) Open your dovecot configuration file (usually /etc/dovecot/dovecot.conf) and add the antispam plugin to the imap protocol section: |