version=pmwiki-2.2.130 ordered=1 urlencoded=1 agent=Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0 author=AncientWisdom charset=UTF-8 csum= ctime=1615217206 host=185.83.214.69 name=Openssl.Imap rev=18 targets= text=(:title Imap:)%0a%0aThis section describes HOW :%0a%0a* to telnet into your IMAP "Dovecot" server,%0a* to test (fast method) if your IMAP authentication process (login, password) is correct and working%0a* to check if any Inbox exist,%0a* to check if any other mailbox(es) exist,%0a* to gracefully logout from telnet session.%0a%0aSyntax : openssl s_client -starttls imap -connect %3cyourserver>:143%0a%0aExample : openssl s_client -starttls imap -connect example.com:143%0a%0aFollow the process as outlined below for IMAP telnet-ting:%0a%0a'''[1] To start telnet session,'''%0a%0a* '''type:''' $ openssl s_client -starttls imap -connect example.com:143%0a%0aOnce your telnet session is successful, you shall see responses:%0a%0aTrying example.com...%0aConnected to example.com.%0aEscape character is '^]'.%0a* OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ STARTTLS AUTH=PLAIN] Dovecot ready.%0a%0a'''[2] Telnet session shall wait for you to authenticate. To enter username and password,'''%0a%0a* '''type:''' a login "username@example.com" "password" .......OR%0a* '''type:''' a login "username" "password"%0a%0a''NOTE: The syntax of either %3cusername@hostname> or %3cusername> is dependent on the type of configurations you may have on your server.''%0a%0aOnce your logon is successful, you shall see responses (details may differ + depends on server configurations, capabilities or features):%0a%0aa OK [CAPABILITY IMAP4rev1 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 BINARY MOVE SNIPPET=FUZZY PREVIEW=FUZZY PREVIEW STATUS=SIZE SAVEDATE LITERAL+ NOTIFY SPECIAL-USE]%0aLogged in.%0a%0a'''[3] To check if InBox exist,'''%0a%0a* '''type:''' b select inbox%0a%0aIf your Inbox exist, you shall see responses (details may differ + depends on server configurations):%0a%0a* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)%0a* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.%0a* 1 EXISTS%0a* 1 RECENT%0a* OK [UIDVALIDITY 1106186941] UIDs valid%0a* OK [UIDNEXT 2] Predicted next UID%0ab OK [READ-WRITE] Select completed.%0a* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)%0a* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.%0a* 1 EXISTS%0a* 1 RECENT%0a* OK [UIDVALIDITY 1106186941] UIDs valid%0a* OK [UIDNEXT 2] Predicted next UID%0ab OK [READ-WRITE] Select completed.%0a%0a'''[4] To check other mailbox(es) if they exist,'''%0a%0a* '''type:''' c list "" *%0a%0aIf your other mailbox(es) exist, you shall see responses (details may differ + depends on server configurations):%0a%0a* LIST (\HasNoChildren) "." INBOX%0ac OK List completed (0.001 + 0.000 secs).%0a%0a'''[5] To close the connection session and issue a graceful exit or logout:'''%0a%0a* '''type:''' e logout%0a%0ayou shall see responses:%0a%0a* BYE Logging out%0ae OK Logout completed (0.001 + 0.000 secs).%0aConnection closed by foreign host.%0a%0a%0a[END]%0a time=1629518750 title=Imap author:1629518750=AncientWisdom diff:1629518750:1628197306:=1,2d0%0a%3c (:title Imap:)%0a%3c %0a host:1629518750=185.83.214.69 author:1628197306=AncientWisdom diff:1628197306:1628182908:=33c33%0a%3c Once your logon is successful, you shall see responses (details may differ + depends on server configurations, capabilities or features):%0a---%0a> Once your logon is successful, you shall see responses (details may differ + depends on server configurations):%0a host:1628197306=2a03:e600:100::29 author:1628182908=AncientWisdom diff:1628182908:1628182309:=4c4%0a%3c * to test (fast method) if your IMAP authentication process (login, password) is correct and working%0a---%0a> * to test if your authentication process (login, password) is correct and working (fast method)%0a host:1628182908=2a03:e600:100::29 author:1628182309=AncientWisdom diff:1628182309:1628182251:=61,62c61,62%0a%3c * '''type:''' c list "" *%0a%3c %0a---%0a> '''type:''' c list "" *%0a> %0a70c70%0a%3c * '''type:''' e logout%0a---%0a> '''type:''' e logout%0a host:1628182309=2a03:e600:100::29 author:1628182251=AncientWisdom diff:1628182251:1628182106:=17,18c17,18%0a%3c * '''type:''' $ openssl s_client -starttls imap -connect example.com:143%0a%3c %0a---%0a> '''type:''' $ openssl s_client -starttls imap -connect example.com:143%0a> %0a28,30c28,30%0a%3c * '''type:''' a login "username@example.com" "password" .......OR%0a%3c * '''type:''' a login "username" "password"%0a%3c %0a---%0a> '''type:''' a login "username@example.com" "password" OR%0a> '''type:''' a login "username" "password"%0a> %0a40,41c40,41%0a%3c * '''type:''' b select inbox%0a%3c %0a---%0a> '''type:'''b select inbox%0a> %0a61,62c61,62%0a%3c '''type:''' c list "" *%0a%3c %0a---%0a> '''type:'''c list "" *%0a> %0a70c70%0a%3c '''type:''' e logout%0a---%0a> '''type:'''e logout%0a host:1628182251=2a03:e600:100::29 author:1628182106=AncientWisdom diff:1628182106:1628182017:=26,30c26,30%0a%3c '''[2] Telnet session shall wait for you to authenticate. To enter username and password,'''%0a%3c %0a%3c '''type:''' a login "username@example.com" "password" OR%0a%3c '''type:''' a login "username" "password"%0a%3c %0a---%0a> '''[2] Telnet session shall wait for you to authenticate. To enter username and password, type:'''%0a> %0a> a login "username@example.com" "password" OR%0a> a login "username" "password"%0a> %0a38,41c38,41%0a%3c '''[3] To check if InBox exist,'''%0a%3c %0a%3c '''type:'''b select inbox%0a%3c %0a---%0a> '''[3] To check if InBox exist, type'''%0a> %0a> b select inbox%0a> %0a59,62c59,62%0a%3c '''[4] To check other mailbox(es) if they exist,'''%0a%3c %0a%3c '''type:'''c list "" *%0a%3c %0a---%0a> '''[4] To check other mailbox(es) if they exist, type'''%0a> %0a> c list "" *%0a> %0a68,70c68,70%0a%3c '''[5] To close the connection session and issue a graceful exit or logout:'''%0a%3c %0a%3c '''type:'''e logout%0a---%0a> '''[5] To close the connection session and issue a graceful exit or logout: type'''%0a> %0a> e logout%0a host:1628182106=2a03:e600:100::29 author:1628182017=AncientWisdom diff:1628182017:1628181970:=15,17c15,17%0a%3c '''[1] To start telnet session,'''%0a%3c %0a%3c '''type:''' $ openssl s_client -starttls imap -connect example.com:143%0a---%0a> '''[1] To start telnet session,%0a> %0a> type:''' $ openssl s_client -starttls imap -connect example.com:143%0a host:1628182017=2a03:e600:100::29 author:1628181970=AncientWisdom diff:1628181970:1628181224:=15,17c15,17%0a%3c '''[1] To start telnet session,%0a%3c %0a%3c type:''' $ openssl s_client -starttls imap -connect example.com:143%0a---%0a> '''[1] To start telnet session, type:'''%0a> %0a> $ openssl s_client -starttls imap -connect example.com:143%0a host:1628181970=2a03:e600:100::29 author:1628181224=AncientWisdom diff:1628181224:1628181172:=4c4%0a%3c * to test if your authentication process (login, password) is correct and working (fast method)%0a---%0a> * to test if your authentication process (login, password) is correct and working (without using other ,%0a host:1628181224=2a03:e600:100::29 author:1628181172=AncientWisdom diff:1628181172:1628180829:=1,4c1,3%0a%3c This section describes HOW :%0a%3c %0a%3c * to telnet into your IMAP "Dovecot" server,%0a%3c * to test if your authentication process (login, password) is correct and working (without using other ,%0a---%0a> This section describes HOWTO telnet into your IMAP "Dovecot" server and%0a> %0a> * to test if your authentication process (login, password) is correct and working,%0a host:1628181172=2a03:e600:100::29 author:1628180829=AncientWisdom diff:1628180829:1628180721:=37,38c37,38%0a%3c '''[3] To check if InBox exist, type'''%0a%3c %0a---%0a> '''[3] To check if InBox exist: type'''%0a> %0a58c58%0a%3c '''[4] To check other mailbox(es) if they exist, type'''%0a---%0a> '''[4] To check other mailbox(es) if they exist: type'''%0a host:1628180829=2a03:e600:100::29 author:1628180721=AncientWisdom diff:1628180721:1628180547:=1,6c1%0a%3c This section describes HOWTO telnet into your IMAP "Dovecot" server and%0a%3c %0a%3c * to test if your authentication process (login, password) is correct and working,%0a%3c * to check if any Inbox exist,%0a%3c * to check if any other mailbox(es) exist,%0a%3c * to gracefully logout from telnet session.%0a---%0a> This section describes HOWTO telnet into your IMAP "Dovecot" server and to test if your authentication process (login, password) is correct and working.%0a host:1628180721=2a03:e600:100::29 author:1628180547=AncientWisdom diff:1628180547:1628180305:=1,2c1,2%0a%3c This section describes HOWTO telnet into your IMAP "Dovecot" server and to test if your authentication process (login, password) is correct and working.%0a%3c %0a---%0a> This section describes HOWTO telnet into your IMAP "Dovecot" server and to test if your login and password is correct.%0a> %0a14d13%0a%3c %0a20,21c19,20%0a%3c '''[2] Telnet session shall wait for you to authenticate. To enter username and password, type:'''%0a%3c %0a---%0a> '''[2] Then, telnet session shall wait for you to authenticate. To enter username and password, type:'''%0a> %0a28d26%0a%3c %0a37d34%0a%3c %0a53,54c50,51%0a%3c '''[4] To check other mailbox(es) if they exist: type'''%0a%3c %0a---%0a> '''[4] To check other Mailbox if they exist: type'''%0a> %0a57,58c54%0a%3c If your other mailbox(es) exist, you shall see responses (details may differ + depends on server configurations):%0a%3c %0a---%0a> If your other Mailbox exist, you shall see responses (details may differ + depends on server configurations):%0a67d62%0a%3c %0a71d65%0a%3c %0a host:1628180547=2a03:e600:100::29 author:1628180305=AncientWisdom diff:1628180305:1628180166:=7,10c7,10%0a%3c Follow the process as outlined below for IMAP telnet-ting:%0a%3c %0a%3c '''[1] To start telnet session, type:'''%0a%3c %0a---%0a> Follow the process as outline below for IMAP telnet-ting:%0a> %0a> '''[1] To start telnet, type:'''%0a> %0a13c13%0a%3c Once your telnet session is successful, you shall see responses:%0a---%0a> Once your telnet is successful, you shall see responses:%0a19c19%0a%3c '''[2] Then, telnet session shall wait for you to authenticate. To enter username and password, type:'''%0a---%0a> '''[2] To enter username and password, type:'''%0a host:1628180305=2a03:e600:100::30 author:1628180166=AncientWisdom diff:1628180166:1628179949:=10d9%0a%3c %0a19,20c18%0a%3c '''[2] To enter username and password, type:'''%0a%3c %0a---%0a> '''[2] Enter %3cusername@hostname> %3cpassword> OR %3cusername> %3cpassword>. NOTE: Login with %3cusername@hostname> or %3cusername> is dependent on the type of configurations you may have on your server.''' %0a24,25d21%0a%3c ''NOTE: The syntax of either %3cusername@hostname> or %3cusername> is dependent on the type of configurations you may have on your server.''%0a%3c %0a31d26%0a%3c %0a51d45%0a%3c %0a59d52%0a%3c %0a host:1628180166=2a03:e600:100::30 author:1628179949=AncientWisdom diff:1628179949:1628179807:=4d3%0a%3c %0a9c8%0a%3c '''[1] To start telnet, type:'''%0a---%0a> '''[1] Start telnet'''%0a11,12d9%0a%3c %0a%3c Once your telnet is successful, you shall see responses:%0a host:1628179949=2a03:e600:100::30 author:1628179807=AncientWisdom diff:1628179807:1615217206:=1,57c1%0a%3c This section describes HOWTO telnet into your IMAP "Dovecot" server and to test if your login and password is correct.%0a%3c %0a%3c Syntax : openssl s_client -starttls imap -connect %3cyourserver>:143%0a%3c Example : openssl s_client -starttls imap -connect example.com:143%0a%3c %0a%3c Follow the process as outline below for IMAP telnet-ting:%0a%3c %0a%3c '''[1] Start telnet'''%0a%3c $ openssl s_client -starttls imap -connect example.com:143%0a%3c Trying example.com...%0a%3c Connected to example.com.%0a%3c Escape character is '^]'.%0a%3c * OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ STARTTLS AUTH=PLAIN] Dovecot ready.%0a%3c %0a%3c '''[2] Enter %3cusername@hostname> %3cpassword> OR %3cusername> %3cpassword>. NOTE: Login with %3cusername@hostname> or %3cusername> is dependent on the type of configurations you may have on your server.''' %0a%3c a login "username@example.com" "password" OR%0a%3c a login "username" "password"%0a%3c %0a%3c Once your logon is successful, you shall see responses (details may differ + depends on server configurations):%0a%3c a OK [CAPABILITY IMAP4rev1 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 BINARY MOVE SNIPPET=FUZZY PREVIEW=FUZZY PREVIEW STATUS=SIZE SAVEDATE LITERAL+ NOTIFY SPECIAL-USE]%0a%3c Logged in.%0a%3c %0a%3c '''[3] To check if InBox exist: type'''%0a%3c b select inbox%0a%3c %0a%3c If your Inbox exist, you shall see responses (details may differ + depends on server configurations):%0a%3c * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)%0a%3c * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.%0a%3c * 1 EXISTS%0a%3c * 1 RECENT%0a%3c * OK [UIDVALIDITY 1106186941] UIDs valid%0a%3c * OK [UIDNEXT 2] Predicted next UID%0a%3c b OK [READ-WRITE] Select completed.%0a%3c * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)%0a%3c * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.%0a%3c * 1 EXISTS%0a%3c * 1 RECENT%0a%3c * OK [UIDVALIDITY 1106186941] UIDs valid%0a%3c * OK [UIDNEXT 2] Predicted next UID%0a%3c b OK [READ-WRITE] Select completed.%0a%3c %0a%3c '''[4] To check other Mailbox if they exist: type'''%0a%3c c list "" *%0a%3c %0a%3c If your other Mailbox exist, you shall see responses (details may differ + depends on server configurations):%0a%3c * LIST (\HasNoChildren) "." INBOX%0a%3c c OK List completed (0.001 + 0.000 secs).%0a%3c %0a%3c '''[5] To close the connection session and issue a graceful exit or logout: type'''%0a%3c e logout%0a%3c %0a%3c you shall see responses:%0a%3c * BYE Logging out%0a%3c e OK Logout completed (0.001 + 0.000 secs).%0a%3c Connection closed by foreign host.%0a%3c %0a%3c [END]%0a---%0a> openssl s_client -starttls imap -connect %3cyourserver>:143%0a\ No newline at end of file%0a host:1628179807=2a03:e600:100::30 author:1615217206=jrmu diff:1615217206:1615217206:=1d0%0a%3c openssl s_client -starttls imap -connect %3cyourserver>:143%0a\ No newline at end of file%0a host:1615217206=198.251.81.119