I have setup a server with zenoss and am attempting to run zenpop3.

On my server I am running:
Zenoss
Exim4
solid-pop3d

The setup for solid-pop3d was simple, I just installed it and it works.

So I configured zenpop3 with username, and password as per the user I want it 
to collect email as and the pophost as localhost.  When I run zenpop run -v10 I 
get:

Code:

INFO:zen.pop3:credentials user: zenoss; pass: ********
DEBUG:zen.ZenPOP3:Starting PBDaemon initialization
INFO:zen.ZenPOP3:Connecting to localhost:8789
DEBUG:zen.ZenPOP3:Logging in as admin
INFO:zen.ZenPOP3:Connected to ZenHub
DEBUG:zen.ZenPOP3:Setting up initial services: EventService
DEBUG:zen.ZenPOP3:Chaining getInitialServices with d2
DEBUG:zen.ZenPOP3:Loaded service EventService from zenhub
DEBUG:zen.ZenPOP3:Queueing event {'severity': 0, 'component': 'zenpop3', 
'agent': 'zenpop3', 'summary': 'started', 'manager': 'localhost', 'device': 
'localhost', 'eventClass': '/App/Start'}
DEBUG:zen.ZenPOP3:Total of 1 queued events
DEBUG:zen.ZenPOP3:Calling connected.
INFO:zen.pop3:connecting to server using plaintext
DEBUG:zen.ZenPOP3:Sent a 'stop' event
DEBUG:zen.ZenPOP3:stop() called when not running
INFO:zen.ZenPOP3:Daemon ZenPOP3 shutting down
DEBUG:zen.ZenPOP3:Removing service EventService
ERROR:zen.pop3:Connection failed to management.int:110
INFO:zen.ZenPOP3:zenpop3 shutting down




So I looked at the log and saw:

Code:

2009-07-29 13:55:19 INFO zen.pop3: credentials user: zenoss; pass: ********
2009-07-29 13:55:19 INFO zen.ZenPOP3: Connecting to localhost:8789
2009-07-29 13:55:19 INFO zen.ZenPOP3: Connected to ZenHub
2009-07-29 13:55:19 INFO zen.pop3: connecting to server using plaintext
2009-07-29 13:55:19 INFO zen.pop3: server greeting received.
2009-07-29 13:55:19 INFO zen.pop3: logging in...
2009-07-29 13:55:20 ERROR zen.pop3: authentication failed
2009-07-29 13:55:20 INFO zen.ZenPOP3: Deleting PID file 
/usr/local/zenoss/zenoss/var/zenpop3-localhost.pid ...
2009-07-29 13:55:20 INFO zen.ZenPOP3: Daemon ZenPOP3 shutting down
2009-07-29 13:55:20 INFO zen.ZenPOP3: zenpop3 shutting down




Now if I run telnet localhost 110 I can establish a connection, pass the user 
%username and pass %password commands and then manually pull down the email 
from the user account just fine.

So next I tried to use Evolution.  I was able to immediately download the 
emails using "Password" authentication.

Watching a packet capture of Evolution I see that it completes USER and PASS 
commands with no problem.  But watching a capture of zenpop3 I am seeing:

Code:

client > server.pop3 [SYN]
server.pop3 > client [SYN,ACK]
client > server.pop3 [ACK]
server.pop3 > client [POP] Response: +OK Solid POP3 server ready <3
client > server.pop3 [ACK]
client > server.pop3 [FIN, ACK]
client > server.pop3 [RST, ACK]




So it appears to me that the zenpop3 is killing the session before it even 
attemps authentication.  Not sure what to do about this or how else to debug it 
to troubleshoot it.[/code]




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

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

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



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to