55007 - 55008 dovecot
dovecot
You can connect with a dovecot server using the telnet protocol.
| telnet IP port
# Example: telnet 192.168.56.101 55007
|
Basic commands
| # Enter the username to login
USER username
# Enter password
PASS secretword
# Now, you are logged in and you can list message on the server for that user
LIST
# And you can read them using their id (id is a number=
RETR id
# You might be able to delete them
DELE id
|
Last update: 2023-04-11
Created: January 2, 2023 13:20:11