> 1) how to configure Spambayes to be able to get mails from 
> servers, that communicate with mail-client not on 110 port -
> but on 995, for example.
> Writing host with example.host.com:995 does not work
> example.host.com 995 neither

You need to set the "pop3proxy":"use_ssl" option to "automatic" (or True).
This should get POP3 over SSL working with 1.1a1.  Note that this is new in
1.1, and so needs more testing.  It works here, though.  However, see below:

> 2) and here comes another.
> Yesterday I set up all the stuff, it worked fine. Switched 
> the machine off. 
> Turned it on today - launched sb_server.py - launched KMail 
> .. and got lots 
> of errors in console window, with lots of /python paths, 
> ending with DBError 
> run recovery -- PANIC, or something like this 
[...]

As someone else said, 1.1a1 contains a significant bug with sb_server, so it
shouldn't be used.  You can use 1.0.4 (get rid of the dead databases) and it
should be fine.  This leaves you without the SSL support, of course.  So you
have two options:

  1.  Use 1.0.4 and something like stunnel: see
<http://www.engelassociates.net/email.html> for an example.

  2.  Use source from CVS (where the 1.1a1 is fixed).

=Tony.Meyer

-- 
Please always include the list (spambayes at python.org) in your replies
(reply-all), and please don't send me personal mail about SpamBayes.
http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. 

_______________________________________________
[email protected]
http://mail.python.org/mailman/listinfo/spambayes
Check the FAQ before asking: http://spambayes.sf.net/faq.html

Reply via email to