[root@server]# [b]telnet localhost 110[/b]
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK Dovecot DA ready.
[b]QUIT[/b]
+OK Logging out
Connection closed by foreign host.
[server]# php
<?
echo crypt("[b]password[/b]", "41BsV/VH7L8z2");
?>
#press enter a few times here
#press ctrl-d.. twice if needed
[server]# [b]telnet localhost 110[/b]
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK Dovecot DA ready.
[b]USER bob[/b]
+OK
[b]PASS fred[/b]
-ERR Authentication failed.
[b]QUIT[/b]
+OK Logging out
Connection closed by foreign host.
Account password changed
Details
Your account [email protected] has been changed.
your new password is: q2w1e4r3
your new quota is: 10
[root@server root]# php
<?
echo crypt("q2w1e4r3", "16z4YD4LLI8Og");
?>
16z4YD4LLI8Og
[root@server root]# telnet localhost 110
Trying 127.0.0.1...
Connected to dr-host.org (127.0.0.1).
Escape character is '^]'.
+OK Dovecot DA ready.
user [email protected]
+OK
PASS q2w1e4r3
-ERR Authentication failed.
QUIT
+OK Logging out
Connection closed by foreign host.
user adv@do[b]min[/b].tld
Account password changed
Details
Your account [email protected] has been changed.
your new password is: q1w2e3r4
your new quota is: 0
Click HERE to return to your pop list
david:15YcslyCD5gkg:500:12::/home/admin/imap/dr-host.org/david:/bin/false
php
<?
echo crypt("q1w2e3r4", "15YcslyCD5gkg");
?>
15YcslyCD5gkg
telnet localhost 110
Trying 127.0.0.1...
Connected to dr-host.org (127.0.0.1).
Escape character is '^]'.
+OK Dovecot DA ready.
user [email protected]
+OK
PASS q1w2e3r4
-ERR Authentication failed.
QUIT
+OK Logging out
Connection closed by foreign host.
Jan 24 09:45:03 server dovecot[31510]: pop3-login: Aborted login: method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured