Updated install script to deal with new spam filter, updated README, etc.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10365 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -133,7 +133,7 @@ Note that if you have a large number of archived e-mail messages on your system,
|
|||||||
|
|
||||||
HISTORY:
|
HISTORY:
|
||||||
|
|
||||||
October 30 2004 - v3.0.0
|
December 6 2004 - v3.0.0
|
||||||
- Fixed all known bugs
|
- Fixed all known bugs
|
||||||
- Removed timeout crash in IMAP
|
- Removed timeout crash in IMAP
|
||||||
- Added POP3-SSL support
|
- Added POP3-SSL support
|
||||||
|
|||||||
@@ -18,23 +18,6 @@ else
|
|||||||
exit -1
|
exit -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Sometimes the OpenSSL installer is dumb and doesn't create the requisite symlinks
|
|
||||||
if test ! -e ~/config/lib/libssl.so && test -e ~/config/lib/libssl.so.0.9.7; then
|
|
||||||
ln -s ~/config/lib/libssl.so.0.9.7 ~/config/lib/libssl.so
|
|
||||||
ln -s ~/config/lib/libcrypto.so.0.9.7 ~/config/lib/libcrypto.so
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ `uname -m` == BePC ]] && test ! -e ~/config/lib/libssl.so; then
|
|
||||||
|
|
||||||
RETURN=`alert "You don't seem to have OpenSSL installed, which the mail daemon requires." "Get OpenSSL" "I Don't Care"`
|
|
||||||
|
|
||||||
if [[ $RETURN = "Get OpenSSL" ]]
|
|
||||||
then
|
|
||||||
NetPositive http://www.bebits.com/app/1020 &
|
|
||||||
fi
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -n "$TTY" ]
|
if [ -n "$TTY" ]
|
||||||
then
|
then
|
||||||
quit "application/x-vnd.Be-POST"
|
quit "application/x-vnd.Be-POST"
|
||||||
@@ -47,6 +30,9 @@ else
|
|||||||
then
|
then
|
||||||
quit "application/x-vnd.Be-POST"
|
quit "application/x-vnd.Be-POST"
|
||||||
quit "application/x-vnd.Be-TSKB"
|
quit "application/x-vnd.Be-TSKB"
|
||||||
|
|
||||||
|
rm /boot/home/config/add-ons/mail_daemon/inbound_filters/AGMSBayesianSpamFilter
|
||||||
|
|
||||||
unzip -od / install.zip
|
unzip -od / install.zip
|
||||||
|
|
||||||
# Reset the relevant parts of the MIME database
|
# Reset the relevant parts of the MIME database
|
||||||
|
|||||||
Reference in New Issue
Block a user