Displaying 1 result from an estimated 1 matches for "joeblowspass".
2006 Jun 09
1
Can't run POP3 and IMAP simultaneously from xinetd...
...p3 as is specified in dovecot.conf.
Here's an example from running a direct telnet session to the box in question:
[operator@yyyy operator]# telnet yyyy 110
Trying xxx.xxx.xxx.xxx...
Connected to yyyy.
Escape character is '^]'.
+OK Unauthorized access prohibited
USER joeblow
+OK
PASS joeblowspass
+OK Logged in.
LIST
LIST BAD Error in IMAP command : Unknown command.
QUIT
QUIT BAD Error in IMAP command : Unknown command.
1 logout
If you do a ps -ef on the box and check the processes, at no time
does a pop3 process start through this process. However, if you do
the ps -ef right after the &q...