diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-05 21:05:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-05 21:05:12 +0000 |
commit | 950120851f5bd0ec098219fc0b52589c27ac1b49 (patch) | |
tree | bb5dd9922f8569833bb1556840baabd27f14835b /mail/dspam-devel/files/UPDATING | |
parent | - Update to 3.4.5 (diff) |
- Update to 3.5.0.20050428.1100
PR: ports/80443
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=134679
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) # |