Exception in thread SMTP Server
Posted: Fri Aug 17, 2007 11:27 am
hello,
i installed OpenEMM-5.1.1-win32 today on a windows server 2003 R2.
i used
ActivePython-2.5.1.1-win32-x86.msi (was a hint from this forum beacuase others discovered problems with other python distris.)
and
MySQL-python-1.2.2.win32-py2.5.exe
install says everything is right. if i try start.bat i will get the follwoing errors:
any help welcome as i am not into python...
i installed OpenEMM-5.1.1-win32 today on a windows server 2003 R2.
i used
ActivePython-2.5.1.1-win32-x86.msi (was a hint from this forum beacuase others discovered problems with other python distris.)
and
MySQL-python-1.2.2.win32-py2.5.exe
install says everything is right. if i try start.bat i will get the follwoing errors:
Code: Select all
Starting up .. home is C:\OpenEMM .. found codebase .. found database.
Running, press return for termination: Exception in thread SMTP Server:
Traceback (most recent call last):
File "C:\Python25\lib\threading.py", line 462, in __bootstrap
self.run()
File "C:\OpenEMM\bin\scripts\semu.py", line 713, in run
Server.ServerLoop ()
File "C:\OpenEMM\bin\scripts\semu.py", line 663, in __init__
smtpd.SMTPServer.__init__ (self, ('0.0.0.0', 25), None)
File "C:\Python25\lib\smtpd.py", line 280, in __init__
self.bind(localaddr)
File "C:\Python25\lib\asyncore.py", line 303, in bind
return self.socket.bind(addr)
File "<string>", line 1, in bind
error: (10013, 'Permission denied')