diff options
Diffstat (limited to 'mail/dspam-devel/files/UPDATING')
-rw-r--r-- | mail/dspam-devel/files/UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/dspam-devel/files/UPDATING b/mail/dspam-devel/files/UPDATING index 44a9324f8817..de6b37a172aa 100644 --- a/mail/dspam-devel/files/UPDATING +++ b/mail/dspam-devel/files/UPDATING @@ -13,6 +13,23 @@ in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` ########################################################################### +# dspam-devel-3.5.0.20050428.1100 +# + +This is the post-3.4 devel branch. A lot of things have changed and your +existing dspam.conf won't probably work anymore. Please compare it with the +dspam.conf.sample located in the same etc/ directory. + +Most notable addition is the SMTP delivery which together with "standard" +inbound LMTP make a very nice content and light (e.g. it's the fastest setup +I've had so far) filter. + +Database structure is roughly the same but you may wish to check your +existing database structure with the *.sql corresponding to you database +driver from EXAMPLESDIR (Mysql 4.1.x is now default as it's _much_ faster). +Please read carefully distributed docs like README, UPGRADING and CHANGES. + +########################################################################### # dspam-devel-3.4.r2.20050305.0930 (this is post RC2A) # |