Attention: All pages of this wiki depend on the pages that come before it, in order as they are listed on the Main Page. Please check for Dependencies.
Please also look at What You Need to Know Before Using This Wiki
TEST.proto.POP: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(No difference)
|
Latest revision as of 01:20, 19 September 2013
The stuff in bold is what you have to do. The rest is output you should see
Notes
- If the command $(telnet 192.168.26.10 110) works, you have a problem. correct it in dovecot.conf
- This will test that a user can log in, list his inbox, and list other inboxes
- There is no sane reason to use unsecured POP. If you are doing this, I am sure you have your reasons
Sample POP Session
- telnet 192.168.26.10 110
- +OK Computerisms IMAP server
- user bob.miller
- +OK
- pass XXXXXXXX
- +OK Logged in.
- list
- +OK 20 messages:
- 1 702
- 2 702
- 3 702
- .
- quit
- +OK Logging out.
- closed