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.masteruser: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(No difference)
|
Latest revision as of 01:20, 19 September 2013
Test Administrator Can Login
- telnet 127.0.0.1 143
- Trying 127.0.0.1...
- Connected to localhost.
- Escape character is '^]'.
- OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN] Computerisms IMAP server
- a login bob.miller*administrator The1TrueB0b
- a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE BINARY MOVE] Logged in
- b select inbox
- FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
- OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.
- 20 EXISTS
- 0 RECENT
- OK [UNSEEN 1] First unseen.
- OK [UIDVALIDITY 1375224571] UIDs valid
- OK [UIDNEXT 21] Predicted next UID
- OK [NOMODSEQ] No permanent modsequences
b OK [READ-WRITE] Select completed (0.001 secs).
- a logout
- BYE Logging out
- a OK Logout completed.
- Connection closed by foreign host.
Test Other Users Cannot Login
- telnet localhost 143
- Trying 127.0.0.1...
- Connected to localhost.
- Escape character is '^]'.
- OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN] Computerisms IMAP server
- a login bob.miller*authenticator ThisDevilIKn0w
- a NO [AUTHENTICATIONFAILED] Authentication failed.
- a logout
- BYE Logging out
- a OK Logout completed.
- Connection closed by foreign host.