[spambayes-bugs] [ spambayes-Bugs-792652 ] SMTP proxy not starting

SourceForge.net noreply at sourceforge.net
Fri Aug 22 18:23:36 EDT 2003


Bugs item #792652, was opened at 2003-08-22 05:55
Message generated for change (Comment added) made by anadelonbrin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=792652&group_id=61702

Category: pop3proxy
Group: v1.0 (example)
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Wade Ford (cwford)
Assigned to: Nobody/Anonymous (nobody)
Summary: SMTP proxy not starting

Initial Comment:
Just installed 1.0a4 on win2k. 

When I run the pop3proxy.py from the command line 
everything works fine. If I install as service and run 
as "net start pop3proxy" the pop proxy starts and works 
as expected. However the smtp proxy doesn't start. 
Neither my mail client (Eudora) nor telnet to the proper 
port produces a response.

Not being a python programmer, I am a little lost as to 
how to debug. Since everything is fine from the 
command line, my guess is that since it is running as a 
service it is somehow losing the correct directory and is 
unable to load the smtpproxy.py file. 

Help would be appreciated.


===== bayescustomize.ini below ======
[Headers]
include_evidence:False
include_score:True
include_thermostat:True
[html_ui]
display_to:True
[pop3proxy]
add_mailid_to:header
listen_ports:1110,1111
remote_servers:mail.dallas.net,postoffice.dallas.agency.c
om
[smtpproxy]
ham_address:ham at localhost
listen_ports:2500
remote_servers:postoffice.dallas.agency.com
spam_address:spam at localhost

----------------------------------------------------------------------

>Comment By: Tony Meyer (anadelonbrin)
Date: 2003-08-23 12:23

Message:
Logged In: YES 
user_id=552329

This was recently fixed in cvs, and so will be fixed for the 
next release.

The problem was much simpler than you speculated; the 
service code simply wasn't starting smtpproxy.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=792652&group_id=61702



More information about the Spambayes-bugs mailing list