I'm new both to Linux and Zenoss. I've searched a lot for something relevant to 
the problem described below, but could not find anything to help me out.

Zenoss 2.2.0 on Debian etch.
Trying to make ZenPop connect to a mail server using SSL.

After running


Code:
# zenpop3 run --usessl



from zenconsole, I am getting the following error


Code:

INFO:zen.pop3:credentials user: xxxxxxxxx; pass: ***
INFO:zen.pop3:connecting to pop server: xxx.xxx.xxx.xxx:110
INFO:zen.pop3:connecting to server using SSL
Traceback (most recent call last):
  File "/usr/local/zenoss/zenoss/Products/ZenEvents/zenpop3.py", line 223, in ?
    ZenPOP3().run()
  File "/usr/local/zenoss/zenoss/Products/ZenEvents/zenpop3.py", line 167, in 
__init__
    from twisted.internet.ssl import ClientContextFactory
  File 
"/usr/local/zenoss/python/lib/python2.4/site-packages/twisted/internet/ssl.py", 
line 55, in ?
    from OpenSSL import SSL
ImportError: No module named OpenSSL




I've previously installed pyopenssl (using apt) and have the following files 
already present:


Code:

/usr/lib/python-support/python-pyopenssl/python2.4/OpenSSL/crypto.so
/usr/lib/python-support/python-pyopenssl/python2.4/OpenSSL/rand.so
/usr/lib/python-support/python-pyopenssl/python2.4/OpenSSL/SSL.so




Zenpop3 would not start under these conditions. I've tried a couple of changes 
in ssl.py (following the directions there having to do with a possible import 
failure), but to no avail. 

I cannot realize what I am missing and figure out how to proceed next in order 
to solve the problem. Any advice will be greatly appreciated; thanks in advance 
for your help.




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=22236#22236

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
zenoss-users@zenoss.org
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to